2024-04-12T05:43:17.333 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-12T05:43:17.333 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731 --verbose --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} --owner scheduled_yuriw@teuthology --name yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/orig.config.yaml 2024-04-12T05:43:17.373 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T05:43:17.460 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731 branch: reef-release 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: null first_in_suite: false job_id: '7652731' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-11_20:35:13-orch-reef-release-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: reef-release 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: d540ebaca6b131a1dd560e7f69e024b133bbaa42 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: reef-release sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/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: 2064 sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: reef-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDsLMOYS6LaU3TLhX3Ju/guY4cs+Dx5Lej5oMZtqAt3g+pvxU3pYuOuredgoGcQvTZqfwkZz6LYvd6AhkcuHVk= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBmIObt/ib9VBPkI/G4XmBYrNnio8XPCtpG89s/rNqTas+d9YmD57sM6Y6sVjFFNHSPy40gCb8bmULejaTRVcJo= 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: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-11_20:35:13 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: yuriw 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-04-12T05:43:17.461 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa; will attempt to use it 2024-04-12T05:43:17.461 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d540ebaca6b131a1dd560e7f69e024b133bbaa42/qa/tasks 2024-04-12T05:43:17.462 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-12T05:43:17.463 INFO:teuthology.task.internal:Checking packages... 2024-04-12T05:43:17.488 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd540ebaca6b131a1dd560e7f69e024b133bbaa42' 2024-04-12T05:43:17.488 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-12T05:43:17.489 INFO:teuthology.packaging:ref: None 2024-04-12T05:43:17.489 INFO:teuthology.packaging:tag: None 2024-04-12T05:43:17.489 INFO:teuthology.packaging:branch: reef-release 2024-04-12T05:43:17.489 INFO:teuthology.packaging:sha1: d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T05:43:17.489 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=reef-release 2024-04-12T05:43:17.637 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1187.gd540ebac 2024-04-12T05:43:17.638 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-12T05:43:17.649 INFO:teuthology.task.internal:no buildpackages task found 2024-04-12T05:43:17.649 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-12T05:43:17.656 INFO:teuthology.task.internal:Saving configuration 2024-04-12T05:43:17.670 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-12T05:43:17.676 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T05:43:17.701 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731', '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-04-12 05:37:36.001347', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDsLMOYS6LaU3TLhX3Ju/guY4cs+Dx5Lej5oMZtqAt3g+pvxU3pYuOuredgoGcQvTZqfwkZz6LYvd6AhkcuHVk='} 2024-04-12T05:43:17.722 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731', '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-04-12 05:37:35.999703', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBmIObt/ib9VBPkI/G4XmBYrNnio8XPCtpG89s/rNqTas+d9YmD57sM6Y6sVjFFNHSPy40gCb8bmULejaTRVcJo='} 2024-04-12T05:43:17.722 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-12T05:43:17.728 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-04-12T05:43:17.728 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-04-12T05:43:17.728 INFO:teuthology.run_tasks:Running task console_log... 2024-04-12T05:43:17.806 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2f61883f70>, signals=[15]) 2024-04-12T05:43:17.806 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-12T05:43:17.812 INFO:teuthology.task.internal:Opening connections... 2024-04-12T05:43:17.813 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T05:43:17.814 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:43:17.890 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2024-04-12T05:43:17.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:43:17.965 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-12T05:43:17.971 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2024-04-12T05:43:17.993 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2024-04-12T05:43:17.994 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="CentOS Stream" 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8" 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:ID="centos" 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="rhel fedora" 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8" 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2024-04-12T05:43:18.055 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-12T05:43:18.056 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2024-04-12T05:43:18.056 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-12T05:43:18.056 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://centos.org/" 2024-04-12T05:43:18.056 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T05:43:18.056 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-12T05:43:18.056 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T05:43:18.056 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2024-04-12T05:43:18.085 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2024-04-12T05:43:18.108 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2024-04-12T05:43:18.108 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2024-04-12T05:43:18.168 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="CentOS Stream" 2024-04-12T05:43:18.168 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="8" 2024-04-12T05:43:18.168 INFO:teuthology.orchestra.run.smithi175.stdout:ID="centos" 2024-04-12T05:43:18.168 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE="rhel fedora" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="8" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:PLATFORM_ID="platform:el8" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="CentOS Stream 8" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:ANSI_COLOR="0;31" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://centos.org/" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-04-12T05:43:18.169 INFO:teuthology.orchestra.run.smithi175.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-12T05:43:18.169 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2024-04-12T05:43:18.202 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-12T05:43:18.214 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-12T05:43:18.221 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-12T05:43:18.221 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2024-04-12T05:43:18.223 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2024-04-12T05:43:18.242 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-12T05:43:18.248 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-12T05:43:18.248 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2024-04-12T05:43:18.284 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2024-04-12T05:43:18.317 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-12T05:43:18.370 INFO:teuthology.run_tasks:Running task kernel... 2024-04-12T05:43:18.385 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-12T05:43:18.385 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-12T05:43:18.386 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T05:43:18.386 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-12T05:43:18.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:43:18.405 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-04-12T05:43:18.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:43:18.407 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-04-12T05:43:18.464 INFO:teuthology.orchestra.run.smithi175.stdout:4.18.0-489.el8.x86_64 2024-04-12T05:43:18.464 INFO:teuthology.task.kernel:Running kernel on smithi175: 4.18.0-489.el8.x86_64 2024-04-12T05:43:18.464 DEBUG:teuthology.orchestra.run.smithi175:> sudo yum install -y kernel 2024-04-12T05:43:18.468 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-489.el8.x86_64 2024-04-12T05:43:18.468 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-489.el8.x86_64 2024-04-12T05:43:18.468 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2024-04-12T05:43:54.782 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - AppStream 845 kB/s | 28 MB 00:33 2024-04-12T05:43:57.080 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - AppStream 794 kB/s | 28 MB 00:35 2024-04-12T05:44:01.732 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - BaseOS 5.2 MB/s | 10 MB 00:01 2024-04-12T05:44:03.729 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - BaseOS 6.2 MB/s | 10 MB 00:01 2024-04-12T05:44:03.899 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras 33 kB/s | 18 kB 00:00 2024-04-12T05:44:04.491 INFO:teuthology.orchestra.run.smithi088.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 7.7 kB 00:00 2024-04-12T05:44:05.167 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 5.9 kB/s | 3.5 kB 00:00 2024-04-12T05:44:06.013 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - Extras 27 kB/s | 18 kB 00:00 2024-04-12T05:44:06.472 INFO:teuthology.orchestra.run.smithi175.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 7.7 kB 00:00 2024-04-12T05:44:06.724 INFO:teuthology.orchestra.run.smithi175.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-04-12T05:44:07.028 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 16 MB 00:01 2024-04-12T05:44:08.134 INFO:teuthology.orchestra.run.smithi175.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2024-04-12T05:44:10.742 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 418 kB/s | 24 kB 00:00 2024-04-12T05:44:11.857 INFO:teuthology.orchestra.run.smithi175.stdout:lab-extras 537 kB/s | 24 kB 00:00 2024-04-12T05:44:13.714 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-12T05:44:13.714 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-12T05:44:13.830 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout:Installing: 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-12T05:44:13.831 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout:Install 3 Packages 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:44:13.832 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 90 M 2024-04-12T05:44:13.833 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 96 M 2024-04-12T05:44:13.833 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-12T05:44:14.821 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-04-12T05:44:14.821 INFO:teuthology.orchestra.run.smithi175.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-04-12T05:44:14.926 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout:Installing: 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout: kernel x86_64 4.18.0-552.el8 baseos 10 M 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-core x86_64 4.18.0-552.el8 baseos 44 M 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules x86_64 4.18.0-552.el8 baseos 36 M 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-04-12T05:44:14.927 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:44:14.928 INFO:teuthology.orchestra.run.smithi175.stdout:Install 3 Packages 2024-04-12T05:44:14.928 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:44:14.928 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 90 M 2024-04-12T05:44:14.928 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 96 M 2024-04-12T05:44:14.928 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-04-12T05:44:18.260 INFO:teuthology.orchestra.run.smithi088.stdout:(1/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 8.6 MB/s | 36 MB 00:04 2024-04-12T05:44:18.421 INFO:teuthology.orchestra.run.smithi175.stdout:(1/3): kernel-modules-4.18.0-552.el8.x86_64.rpm 11 MB/s | 36 MB 00:03 2024-04-12T05:44:18.460 INFO:teuthology.orchestra.run.smithi088.stdout:(2/3): kernel-4.18.0-552.el8.x86_64.rpm 2.3 MB/s | 10 MB 00:04 2024-04-12T05:44:19.058 INFO:teuthology.orchestra.run.smithi175.stdout:(2/3): kernel-core-4.18.0-552.el8.x86_64.rpm 11 MB/s | 44 MB 00:03 2024-04-12T05:44:19.683 INFO:teuthology.orchestra.run.smithi175.stdout:(3/3): kernel-4.18.0-552.el8.x86_64.rpm 2.3 MB/s | 10 MB 00:04 2024-04-12T05:44:19.684 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-04-12T05:44:19.684 INFO:teuthology.orchestra.run.smithi175.stdout:Total 19 MB/s | 90 MB 00:04 2024-04-12T05:44:20.377 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-04-12T05:44:20.813 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-04-12T05:44:20.813 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-04-12T05:44:20.968 INFO:teuthology.orchestra.run.smithi088.stdout:(3/3): kernel-core-4.18.0-552.el8.x86_64.rpm 6.3 MB/s | 44 MB 00:06 2024-04-12T05:44:20.968 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-12T05:44:20.968 INFO:teuthology.orchestra.run.smithi088.stdout:Total 13 MB/s | 90 MB 00:07 2024-04-12T05:44:21.659 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-12T05:44:22.057 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-04-12T05:44:22.086 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-12T05:44:22.086 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-12T05:44:22.095 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-04-12T05:44:23.323 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-12T05:44:23.340 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-12T05:44:24.931 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-04-12T05:44:25.471 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T05:44:26.127 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-12T05:44:26.663 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T05:44:29.009 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T05:44:29.437 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T05:44:30.227 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 1/3 2024-04-12T05:44:30.662 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T05:44:32.877 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T05:44:33.194 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:34.105 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 2/3 2024-04-12T05:44:34.377 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:55.052 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:55.077 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:55.431 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:55.431 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-12T05:44:55.431 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-12T05:44:55.957 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:55.957 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:44:55.957 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-04-12T05:44:55.957 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-12T05:44:55.957 INFO:teuthology.orchestra.run.smithi175.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-12T05:44:55.957 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:44:55.958 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-04-12T05:44:56.139 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T05:44:56.267 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-core-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:56.291 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:56.356 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T05:44:56.356 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T05:44:56.357 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-12T05:44:56.357 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T05:44:56.357 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T05:44:56.357 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-12T05:44:56.357 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T05:44:56.357 DEBUG:teuthology.orchestra.run.smithi175:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T05:44:56.568 INFO:teuthology.orchestra.run.smithi175.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T05:44:56.568 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T05:44:56.568 DEBUG:teuthology.orchestra.run.smithi175:> sudo rpm -qi grub2-tools 2024-04-12T05:44:56.601 INFO:teuthology.orchestra.run.smithi175.stdout:Name : grub2-tools 2024-04-12T05:44:56.601 INFO:teuthology.orchestra.run.smithi175.stdout:Epoch : 1 2024-04-12T05:44:56.601 INFO:teuthology.orchestra.run.smithi175.stdout:Version : 2.02 2024-04-12T05:44:56.601 INFO:teuthology.orchestra.run.smithi175.stdout:Release : 129.el8 2024-04-12T05:44:56.601 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: x86_64 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Group : System Environment/Base 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Size : 9265586 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:License : GPLv3+ 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Relocations : (not relocatable) 2024-04-12T05:44:56.602 INFO:teuthology.orchestra.run.smithi175.stdout:Packager : CentOS BuildSystem 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:Vendor : CentOS 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:Summary : Support tools for GRUB. 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:Description : 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:hardware devices. 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:44:56.603 INFO:teuthology.orchestra.run.smithi175.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T05:44:56.604 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T05:44:56.604 INFO:teuthology.task.kernel:Updating grub on smithi175 to boot 4.18.0-552.el8.x86_64 2024-04-12T05:44:56.604 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T05:44:56.638 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: kernel-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:56.639 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-4.18.0-552.el8.x86_64 1/3 2024-04-12T05:44:56.639 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-core-4.18.0-552.el8.x86_64 2/3 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : kernel-modules-4.18.0-552.el8.x86_64 3/3 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-4.18.0-552.el8.x86_64 kernel-core-4.18.0-552.el8.x86_64 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout: kernel-modules-4.18.0-552.el8.x86_64 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:44:57.071 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-12T05:44:57.242 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T05:44:57.462 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T05:44:57.462 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T05:44:57.462 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-552.el8.x86_64 2024-04-12T05:44:57.462 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-12T05:44:57.462 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-12T05:44:57.462 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-12T05:44:57.463 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi088.front.sepia.ceph.com, path=None, version=distro) 2024-04-12T05:44:57.463 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2024-04-12T05:44:57.673 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-552.el8.x86_64 2024-04-12T05:44:57.674 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-552.el8.x86_64 2024-04-12T05:44:57.674 DEBUG:teuthology.orchestra.run.smithi088:> sudo rpm -qi grub2-tools 2024-04-12T05:44:57.707 INFO:teuthology.orchestra.run.smithi088.stdout:Name : grub2-tools 2024-04-12T05:44:57.707 INFO:teuthology.orchestra.run.smithi088.stdout:Epoch : 1 2024-04-12T05:44:57.707 INFO:teuthology.orchestra.run.smithi088.stdout:Version : 2.02 2024-04-12T05:44:57.707 INFO:teuthology.orchestra.run.smithi088.stdout:Release : 129.el8 2024-04-12T05:44:57.707 INFO:teuthology.orchestra.run.smithi088.stdout:Architecture: x86_64 2024-04-12T05:44:57.707 INFO:teuthology.orchestra.run.smithi088.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Group : System Environment/Base 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Size : 9265586 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:License : GPLv3+ 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Build Host : kbuilder.bsys.centos.org 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Relocations : (not relocatable) 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Packager : CentOS BuildSystem 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Vendor : CentOS 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Summary : Support tools for GRUB. 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout:Description : 2024-04-12T05:44:57.708 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:44:57.709 INFO:teuthology.orchestra.run.smithi088.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-12T05:44:57.709 INFO:teuthology.orchestra.run.smithi088.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-12T05:44:57.709 INFO:teuthology.orchestra.run.smithi088.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-12T05:44:57.709 INFO:teuthology.orchestra.run.smithi088.stdout:hardware devices. 2024-04-12T05:44:57.709 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:44:57.709 INFO:teuthology.orchestra.run.smithi088.stdout:This subpackage provides tools for support of all platforms. 2024-04-12T05:44:57.710 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-12T05:44:57.710 INFO:teuthology.task.kernel:Updating grub on smithi088 to boot 4.18.0-552.el8.x86_64 2024-04-12T05:44:57.710 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-12T05:44:58.262 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2024-04-12T05:44:59.300 INFO:teuthology.orchestra.run.smithi088.stderr:Generating grub configuration file ... 2024-04-12T05:45:00.568 INFO:teuthology.orchestra.run.smithi175.stderr:done 2024-04-12T05:45:00.569 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2024-04-12T05:45:00.591 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.qRB3y6IiHV 2024-04-12T05:45:00.592 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qRB3y6IiHV 2024-04-12T05:45:00.664 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.qRB3y6IiHV 2024-04-12T05:45:00.813 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.qRB3y6IiHV is 6KB 2024-04-12T05:45:00.861 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.qRB3y6IiHV 2024-04-12T05:45:00.879 DEBUG:teuthology.orchestra.run.smithi175:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T05:45:00.955 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-12T05:45:00.955 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-12T05:45:00.955 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-12T05:45:00.955 INFO:teuthology.orchestra.run.smithi175.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-12T05:45:00.956 DEBUG:teuthology.orchestra.run.smithi175:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-12T05:45:01.124 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2024-04-12T05:45:01.714 INFO:teuthology.orchestra.run.smithi088.stderr:done 2024-04-12T05:45:01.716 DEBUG:teuthology.orchestra.run.smithi088:> mktemp 2024-04-12T05:45:01.761 INFO:teuthology.orchestra.run.smithi088.stdout:/tmp/tmp.IkdO5DU1Rm 2024-04-12T05:45:01.762 DEBUG:teuthology.orchestra.run.smithi088:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.IkdO5DU1Rm 2024-04-12T05:45:01.795 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0666 /tmp/tmp.IkdO5DU1Rm 2024-04-12T05:45:01.936 DEBUG:teuthology.orchestra.remote:smithi088:/tmp/tmp.IkdO5DU1Rm is 6KB 2024-04-12T05:45:01.984 DEBUG:teuthology.orchestra.run.smithi088:> rm -fr /tmp/tmp.IkdO5DU1Rm 2024-04-12T05:45:02.001 DEBUG:teuthology.orchestra.run.smithi088:> sudo /bin/ls /boot/loader/entries || true 2024-04-12T05:45:02.066 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-04-12T05:45:02.067 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-04-12T05:45:02.067 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-04-12T05:45:02.067 INFO:teuthology.orchestra.run.smithi088.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64.conf 2024-04-12T05:45:02.068 DEBUG:teuthology.orchestra.run.smithi088:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-552.el8.x86_64 2024-04-12T05:45:02.232 DEBUG:teuthology.orchestra.run.smithi088:> sudo shutdown -r now 2024-04-12T05:45:31.156 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-12T05:45:31.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-04-12T05:45:31.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:45:32.236 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-12T05:45:32.236 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:45:32.236 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:46:05.727 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-04-12T05:46:06.754 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-12T05:46:14.731 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-04-12T05:46:14.732 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:46:15.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:46:15.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:46:18.814 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-12T05:46:30.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:46:30.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:46:33.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.175 2024-04-12T05:46:45.127 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-04-12T05:46:45.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:46:45.456 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-04-12T05:46:45.720 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-04-12T05:46:45.720 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-552.el8.x86_64"... 2024-04-12T05:46:45.720 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-04-12T05:46:45.737 INFO:teuthology.orchestra.run.smithi175.stdout:4.18.0-552.el8.x86_64 2024-04-12T05:46:45.737 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-12T05:46:45.737 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T05:46:45.738 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T05:46:46.738 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-12T05:46:46.739 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T05:46:46.912 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2024-04-12T05:46:46.925 DEBUG:teuthology.parallel:result is None 2024-04-12T05:46:49.246 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.88 2024-04-12T05:47:04.247 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:47:04.248 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:47:05.363 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-04-12T05:47:06.083 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:47:06.084 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-552.el8.x86_64"... 2024-04-12T05:47:06.084 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2024-04-12T05:47:06.102 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-552.el8.x86_64 2024-04-12T05:47:06.102 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-552.el8.x86_64 vs 4.18.0-552.el8.x86_64 2024-04-12T05:47:06.103 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-12T05:47:06.103 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-12T05:47:07.104 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-12T05:47:07.105 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-12T05:47:07.172 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2024-04-12T05:47:07.186 DEBUG:teuthology.parallel:result is None 2024-04-12T05:47:07.187 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-12T05:47:07.196 INFO:teuthology.task.internal:Creating test directory... 2024-04-12T05:47:07.197 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T05:47:07.199 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-12T05:47:07.222 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-12T05:47:07.232 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-12T05:47:07.244 INFO:teuthology.task.internal:Creating archive directory... 2024-04-12T05:47:07.244 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T05:47:07.257 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-12T05:47:07.306 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-12T05:47:07.313 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-12T05:47:07.313 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T05:47:07.331 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T05:47:07.367 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T05:47:07.377 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T05:47:07.387 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T05:47:07.397 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-12T05:47:07.399 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-12T05:47:07.406 INFO:teuthology.task.internal:Configuring sudo... 2024-04-12T05:47:07.406 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T05:47:07.421 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-12T05:47:07.450 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-12T05:47:07.459 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-12T05:47:07.459 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T05:47:07.489 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-12T05:47:07.508 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T05:47:07.588 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T05:47:07.638 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T05:47:07.721 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T05:47:07.764 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:47:07.764 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T05:47:07.831 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T05:47:07.878 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-12T05:47:07.935 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T05:47:08.017 DEBUG:teuthology.orchestra.run.smithi175:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-12T05:47:08.062 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-04-12T05:47:08.063 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-12T05:47:08.130 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2024-04-12T05:47:08.133 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2024-04-12T05:47:08.187 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T05:47:08.256 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T05:47:08.667 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-12T05:47:08.674 INFO:teuthology.task.internal:Starting timer... 2024-04-12T05:47:08.674 INFO:teuthology.run_tasks:Running task pcp... 2024-04-12T05:47:08.701 INFO:teuthology.run_tasks:Running task selinux... 2024-04-12T05:47:08.712 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-12T05:47:08.712 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2024-04-12T05:47:08.781 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2024-04-12T05:47:08.783 DEBUG:teuthology.orchestra.run.smithi175:> sudo service auditd rotate 2024-04-12T05:47:08.866 INFO:teuthology.orchestra.run.smithi175.stdout:Rotating logs: 2024-04-12T05:47:08.867 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-12T05:47:08.868 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2024-04-12T05:47:08.914 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2024-04-12T05:47:08.914 DEBUG:teuthology.orchestra.run.smithi175:> /usr/sbin/getenforce 2024-04-12T05:47:08.970 INFO:teuthology.orchestra.run.smithi175.stdout:Permissive 2024-04-12T05:47:08.970 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi175.front.sepia.ceph.com': 'permissive'} 2024-04-12T05:47:08.970 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T05:47:08.998 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:47:08.998 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T05:47:09.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T05:47:09.025 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-12T05:47:09.025 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2024-04-12T05:47:09.065 DEBUG:teuthology.orchestra.run.smithi175:> sudo /usr/sbin/setenforce permissive 2024-04-12T05:47:09.104 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-12T05:47:09.114 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-12T05:47:09.131 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-04-12T05:47:09.133 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-12T05:53:21.150 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com')] 2024-04-12T05:53:21.152 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:53:21.153 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:53:21.227 DEBUG:teuthology.orchestra.run.smithi088:> true 2024-04-12T05:53:21.296 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2024-04-12T05:53:21.297 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-04-12T05:53:21.297 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-12T05:53:21.372 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-04-12T05:53:21.442 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-04-12T05:53:21.442 INFO:teuthology.run_tasks:Running task clock... 2024-04-12T05:53:21.453 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-12T05:53:21.453 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T05:53:21.453 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T05:53:21.456 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-12T05:53:21.456 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T05:53:21.485 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T05:53:21.498 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T05:53:21.515 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-12T05:53:21.529 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-12T05:53:21.569 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2024-04-12T05:53:21.580 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2024-04-12T05:53:21.593 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T05:53:21.594 INFO:teuthology.orchestra.run.smithi175.stderr:sudo: ntpd: command not found 2024-04-12T05:53:21.605 INFO:teuthology.orchestra.run.smithi175.stdout:506 Cannot talk to daemon 2024-04-12T05:53:21.606 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T05:53:21.619 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-12T05:53:21.632 INFO:teuthology.orchestra.run.smithi175.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-12T05:53:21.690 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2024-04-12T05:53:21.691 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2024-04-12T05:53:21.694 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T05:53:21.694 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-04-12T05:53:21.694 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.694 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.694 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.694 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.696 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T05:53:21.696 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2024-04-12T05:53:21.696 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.696 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.696 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.697 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T05:53:21.697 INFO:teuthology.run_tasks:Running task pexec... 2024-04-12T05:53:21.707 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-12T05:53:21.708 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T05:53:21.708 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-12T05:53:21.708 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi175.front.sepia.ceph.com 2024-04-12T05:53:21.709 DEBUG:teuthology.orchestra.run.smithi175:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-12T05:53:22.488 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:44 ago on Fri 12 Apr 2024 05:51:38 AM UTC. 2024-04-12T05:53:22.496 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:44 ago on Fri 12 Apr 2024 05:51:38 AM UTC. 2024-04-12T05:53:24.578 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-04-12T05:53:24.579 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:53:24.579 INFO:teuthology.orchestra.run.smithi175.stdout: Package Architecture Version Repository Size 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout:Resetting modules: 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:53:24.580 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:24.595 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:53:24.596 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:24.841 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-04-12T05:53:24.849 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-12T05:53:25.672 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:47 ago on Fri 12 Apr 2024 05:51:38 AM UTC. 2024-04-12T05:53:25.703 INFO:teuthology.orchestra.run.smithi175.stdout:Last metadata expiration check: 0:01:47 ago on Fri 12 Apr 2024 05:51:38 AM UTC. 2024-04-12T05:53:27.801 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2024-04-12T05:53:27.833 INFO:teuthology.orchestra.run.smithi175.stdout:Dependencies resolved. 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-12T05:53:27.838 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout:Installing weak dependencies: 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2024-04-12T05:53:27.839 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools rhel8 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout:Install 13 Packages 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 27 M 2024-04-12T05:53:27.840 INFO:teuthology.orchestra.run.smithi088.stdout:Installed size: 91 M 2024-04-12T05:53:27.841 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2024-04-12T05:53:27.870 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:53:27.870 INFO:teuthology.orchestra.run.smithi175.stdout: Package Arch Version Repository Size 2024-04-12T05:53:27.870 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:53:27.870 INFO:teuthology.orchestra.run.smithi175.stdout:Installing group/module packages: 2024-04-12T05:53:27.870 INFO:teuthology.orchestra.run.smithi175.stdout: aardvark-dns x86_64 2:1.10.0-1.module_el8+871+552be958 appstream 1.0 M 2024-04-12T05:53:27.870 INFO:teuthology.orchestra.run.smithi175.stdout: buildah x86_64 2:1.33.6-2.module_el8+976+11360731 appstream 9.6 M 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman noarch 84.1-1.module_el8+977+8ab54275 appstream 689 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: crun x86_64 1.14.3-2.module_el8+968+fbb249c7 appstream 258 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: netavark x86_64 2:1.10.3-1.module_el8+951+32019cde appstream 4.1 M 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: python3-podman noarch 4.9.0-1.module_el8+847+7863d4e6 appstream 180 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo x86_64 2:1.14.3-0.1.module_el8+885+7da147f3 appstream 8.8 M 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox x86_64 0.0.99.5-2.module_el8+971+3d3df00d appstream 2.5 M 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout:Installing dependencies: 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-04-12T05:53:27.871 INFO:teuthology.orchestra.run.smithi175.stdout:Installing weak dependencies: 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout:Installing module profiles: 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools/common 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout:Enabling module streams: 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout: container-tools rhel8 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction Summary 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout:================================================================================ 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout:Install 13 Packages 2024-04-12T05:53:27.872 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:27.873 INFO:teuthology.orchestra.run.smithi175.stdout:Total download size: 27 M 2024-04-12T05:53:27.873 INFO:teuthology.orchestra.run.smithi175.stdout:Installed size: 91 M 2024-04-12T05:53:27.873 INFO:teuthology.orchestra.run.smithi175.stdout:Downloading Packages: 2024-04-12T05:53:29.223 INFO:teuthology.orchestra.run.smithi175.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 533 kB/s | 689 kB 00:01 2024-04-12T05:53:29.248 INFO:teuthology.orchestra.run.smithi088.stdout:(1/13): cockpit-podman-84.1-1.module_el8+977+8a 564 kB/s | 689 kB 00:01 2024-04-12T05:53:29.557 INFO:teuthology.orchestra.run.smithi175.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 114 kB/s | 38 kB 00:00 2024-04-12T05:53:29.565 INFO:teuthology.orchestra.run.smithi088.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 120 kB/s | 38 kB 00:00 2024-04-12T05:53:29.782 INFO:teuthology.orchestra.run.smithi175.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 557 kB/s | 1.0 MB 00:01 2024-04-12T05:53:29.790 INFO:teuthology.orchestra.run.smithi088.stdout:(3/13): aardvark-dns-1.10.0-1.module_el8+871+55 584 kB/s | 1.0 MB 00:01 2024-04-12T05:53:30.258 INFO:teuthology.orchestra.run.smithi175.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 368 kB/s | 258 kB 00:00 2024-04-12T05:53:30.282 INFO:teuthology.orchestra.run.smithi088.stdout:(4/13): crun-1.14.3-2.module_el8+968+fbb249c7.x 360 kB/s | 258 kB 00:00 2024-04-12T05:53:30.808 INFO:teuthology.orchestra.run.smithi175.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 328 kB/s | 180 kB 00:00 2024-04-12T05:53:30.832 INFO:teuthology.orchestra.run.smithi088.stdout:(5/13): python3-podman-4.9.0-1.module_el8+847+7 328 kB/s | 180 kB 00:00 2024-04-12T05:53:31.083 INFO:teuthology.orchestra.run.smithi175.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 90 kB/s | 25 kB 00:00 2024-04-12T05:53:31.124 INFO:teuthology.orchestra.run.smithi088.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 85 kB/s | 25 kB 00:00 2024-04-12T05:53:31.525 INFO:teuthology.orchestra.run.smithi175.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 212 kB/s | 94 kB 00:00 2024-04-12T05:53:31.599 INFO:teuthology.orchestra.run.smithi088.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 198 kB/s | 94 kB 00:00 2024-04-12T05:53:36.365 INFO:teuthology.orchestra.run.smithi088.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 639 kB/s | 4.1 MB 00:06 2024-04-12T05:53:36.558 INFO:teuthology.orchestra.run.smithi175.stdout:(8/13): netavark-1.10.3-1.module_el8+951+32019c 620 kB/s | 4.1 MB 00:06 2024-04-12T05:53:38.807 INFO:teuthology.orchestra.run.smithi088.stdout:(9/13): skopeo-1.14.3-0.1.module_el8+885+7da147 1.2 MB/s | 8.8 MB 00:07 2024-04-12T05:53:39.274 INFO:teuthology.orchestra.run.smithi088.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 113 kB/s | 53 kB 00:00 2024-04-12T05:53:39.682 INFO:teuthology.orchestra.run.smithi088.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 100 kB/s | 41 kB 00:00 2024-04-12T05:53:41.207 INFO:teuthology.orchestra.run.smithi088.stdout:(12/13): toolbox-0.0.99.5-2.module_el8+971+3d3d 534 kB/s | 2.5 MB 00:04 2024-04-12T05:53:41.283 INFO:teuthology.orchestra.run.smithi175.stdout:(9/13): toolbox-0.0.99.5-2.module_el8+971+3d3df 548 kB/s | 2.5 MB 00:04 2024-04-12T05:53:41.708 INFO:teuthology.orchestra.run.smithi175.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 124 kB/s | 53 kB 00:00 2024-04-12T05:53:42.075 INFO:teuthology.orchestra.run.smithi175.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 112 kB/s | 41 kB 00:00 2024-04-12T05:53:43.567 INFO:teuthology.orchestra.run.smithi175.stdout:(12/13): buildah-1.33.6-2.module_el8+976+113607 632 kB/s | 9.6 MB 00:15 2024-04-12T05:53:43.574 INFO:teuthology.orchestra.run.smithi088.stdout:(13/13): buildah-1.33.6-2.module_el8+976+113607 635 kB/s | 9.6 MB 00:15 2024-04-12T05:53:43.574 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2024-04-12T05:53:43.574 INFO:teuthology.orchestra.run.smithi088.stdout:Total 1.7 MB/s | 27 MB 00:15 2024-04-12T05:53:43.843 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2024-04-12T05:53:43.864 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2024-04-12T05:53:43.864 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2024-04-12T05:53:44.128 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2024-04-12T05:53:44.131 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2024-04-12T05:53:44.827 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2024-04-12T05:53:45.780 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-12T05:53:45.976 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-12T05:53:46.121 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-12T05:53:46.332 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-12T05:53:46.589 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-12T05:53:47.173 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-12T05:53:47.375 INFO:teuthology.orchestra.run.smithi175.stdout:(13/13): skopeo-1.14.3-0.1.module_el8+885+7da14 569 kB/s | 8.8 MB 00:15 2024-04-12T05:53:47.375 INFO:teuthology.orchestra.run.smithi175.stdout:-------------------------------------------------------------------------------- 2024-04-12T05:53:47.375 INFO:teuthology.orchestra.run.smithi175.stdout:Total 1.4 MB/s | 27 MB 00:19 2024-04-12T05:53:47.647 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction check 2024-04-12T05:53:47.670 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction check succeeded. 2024-04-12T05:53:47.670 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction test 2024-04-12T05:53:47.932 INFO:teuthology.orchestra.run.smithi175.stdout:Transaction test succeeded. 2024-04-12T05:53:47.935 INFO:teuthology.orchestra.run.smithi175.stdout:Running transaction 2024-04-12T05:53:48.144 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-12T05:53:48.410 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-12T05:53:48.610 INFO:teuthology.orchestra.run.smithi175.stdout: Preparing : 1/1 2024-04-12T05:53:48.631 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-12T05:53:49.078 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-12T05:53:49.302 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:53:49.508 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:53:49.600 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-04-12T05:53:49.728 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:53:49.803 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2/13 2024-04-12T05:53:50.015 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/13 2024-04-12T05:53:50.149 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:53:50.149 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-12T05:53:50.149 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:53:50.150 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:53:50.223 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 4/13 2024-04-12T05:53:50.467 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 5/13 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-12T05:53:50.670 INFO:teuthology.orchestra.run.smithi088.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-12T05:53:50.671 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-12T05:53:50.672 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:53:50.672 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2024-04-12T05:53:50.983 DEBUG:teuthology.parallel:result is None 2024-04-12T05:53:51.059 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 6/13 2024-04-12T05:53:52.031 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 7/13 2024-04-12T05:53:52.258 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 8/13 2024-04-12T05:53:52.461 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 9/13 2024-04-12T05:53:53.020 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 10/13 2024-04-12T05:53:53.274 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:53:53.494 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:53:53.681 INFO:teuthology.orchestra.run.smithi175.stdout: Installing : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Running scriptlet: cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 13/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x8 1/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : cockpit-podman-84.1-1.module_el8+977+8ab54275.noar 3/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 5/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 6/13 2024-04-12T05:53:54.117 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-podman-4.9.0-1.module_el8+847+7863d4e6.noa 7/13 2024-04-12T05:53:54.118 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-04-12T05:53:54.118 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-04-12T05:53:54.118 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 10/13 2024-04-12T05:53:54.118 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 11/13 2024-04-12T05:53:54.118 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-04-12T05:53:54.675 INFO:teuthology.orchestra.run.smithi175.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout:Installed: 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: aardvark-dns-2:1.10.0-1.module_el8+871+552be958.x86_64 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: buildah-2:1.33.6-2.module_el8+976+11360731.x86_64 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: cockpit-podman-84.1-1.module_el8+977+8ab54275.noarch 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: crun-1.14.3-2.module_el8+968+fbb249c7.x86_64 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: netavark-2:1.10.3-1.module_el8+951+32019cde.x86_64 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: python3-podman-4.9.0-1.module_el8+847+7863d4e6.noarch 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-04-12T05:53:54.676 INFO:teuthology.orchestra.run.smithi175.stdout: skopeo-2:1.14.3-0.1.module_el8+885+7da147f3.x86_64 2024-04-12T05:53:54.677 INFO:teuthology.orchestra.run.smithi175.stdout: toolbox-0.0.99.5-2.module_el8+971+3d3df00d.x86_64 2024-04-12T05:53:54.677 INFO:teuthology.orchestra.run.smithi175.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-04-12T05:53:54.677 INFO:teuthology.orchestra.run.smithi175.stdout: yajl-2.1.0-12.el8.x86_64 2024-04-12T05:53:54.677 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:53:54.677 INFO:teuthology.orchestra.run.smithi175.stdout:Complete! 2024-04-12T05:53:54.972 DEBUG:teuthology.parallel:result is None 2024-04-12T05:53:54.972 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-12T05:53:55.074 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': 'd540ebaca6b131a1dd560e7f69e024b133bbaa42'} 2024-04-12T05:53:55.074 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2024-04-12T05:53:55.074 INFO:tasks.cephadm:Cluster fsid is 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:53:55.075 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-12T05:53:55.075 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-12T05:53:55.075 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi088': '172.21.15.88', 'mon.smithi175': '172.21.15.175'} 2024-04-12T05:53:55.075 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-12T05:53:55.075 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2024-04-12T05:53:55.110 DEBUG:teuthology.orchestra.run.smithi175:> sudo hostname $(hostname -s) 2024-04-12T05:53:55.138 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2024-04-12T05:53:55.139 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T05:53:55.395 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Apr 12 05:53 /home/ubuntu/cephtest/cephadm 2024-04-12T05:53:55.395 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T05:53:55.695 INFO:teuthology.orchestra.run.smithi175.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Apr 12 05:53 /home/ubuntu/cephtest/cephadm 2024-04-12T05:53:55.695 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T05:53:55.717 DEBUG:teuthology.orchestra.run.smithi175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-12T05:53:55.745 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2024-04-12T05:53:55.745 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-04-12T05:53:55.760 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2024-04-12T05:53:57.520 INFO:teuthology.orchestra.run.smithi175.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:53:57.614 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:54:19.708 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T05:54:19.708 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-04-12T05:54:19.708 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-04-12T05:54:19.709 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2024-04-12T05:54:19.709 INFO:teuthology.orchestra.run.smithi088.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-04-12T05:54:19.709 INFO:teuthology.orchestra.run.smithi088.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-04-12T05:54:19.709 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2024-04-12T05:54:19.709 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T05:54:20.110 INFO:teuthology.orchestra.run.smithi175.stdout:{ 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout: "repo_digests": [ 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout: ] 2024-04-12T05:54:20.111 INFO:teuthology.orchestra.run.smithi175.stdout:} 2024-04-12T05:54:20.129 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2024-04-12T05:54:20.161 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /etc/ceph 2024-04-12T05:54:20.191 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2024-04-12T05:54:20.228 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 777 /etc/ceph 2024-04-12T05:54:20.257 INFO:tasks.cephadm:Writing seed config... 2024-04-12T05:54:20.258 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-12T05:54:20.259 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-12T05:54:20.260 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:54:20.260 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-12T05:54:20.286 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 = 0c064754-f891-11ee-bc8c-c7b262605968 [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-04-12T05:54:20.287 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service 2024-04-12T05:54:20.329 INFO:tasks.cephadm:Bootstrapping... 2024-04-12T05:54:20.329 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 0c064754-f891-11ee-bc8c-c7b262605968 --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.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:54:20.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:-- Logs begin at Fri 2024-04-12 05:46:43 UTC. -- 2024-04-12T05:54:20.519 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-12T05:54:20.541 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 4.9.4-dev 2024-04-12T05:54:20.548 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying podman|docker is present... 2024-04-12T05:54:20.548 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-12T05:54:20.568 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 4.9.4-dev 2024-04-12T05:54:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying lvm2 is present... 2024-04-12T05:54:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying time synchronization is in place... 2024-04-12T05:54:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled chrony.service 2024-04-12T05:54:20.584 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T05:54:20.584 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active chrony.service 2024-04-12T05:54:20.589 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-04-12T05:54:20.590 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled chronyd.service 2024-04-12T05:54:20.595 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-04-12T05:54:20.596 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active chronyd.service 2024-04-12T05:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: active 2024-04-12T05:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr:Unit chronyd.service is enabled and running 2024-04-12T05:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr:Repeating the final host check... 2024-04-12T05:54:20.601 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2024-04-12T05:54:20.620 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 4.9.4-dev 2024-04-12T05:54:20.639 INFO:teuthology.orchestra.run.smithi088.stderr:podman|docker (/bin/podman) is present 2024-04-12T05:54:20.639 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl is present 2024-04-12T05:54:20.639 INFO:teuthology.orchestra.run.smithi088.stderr:lvcreate is present 2024-04-12T05:54:20.639 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled chrony.service 2024-04-12T05:54:20.644 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-04-12T05:54:20.645 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active chrony.service 2024-04-12T05:54:20.649 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-04-12T05:54:20.650 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled chronyd.service 2024-04-12T05:54:20.655 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: enabled 2024-04-12T05:54:20.656 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active chronyd.service 2024-04-12T05:54:20.661 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: active 2024-04-12T05:54:20.661 INFO:teuthology.orchestra.run.smithi088.stderr:Unit chronyd.service is enabled and running 2024-04-12T05:54:20.662 INFO:teuthology.orchestra.run.smithi088.stderr:Host looks OK 2024-04-12T05:54:20.662 INFO:teuthology.orchestra.run.smithi088.stderr:Cluster fsid: 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:20.662 INFO:teuthology.orchestra.run.smithi088.stderr:Acquiring lock 139865249726592 on /run/cephadm/0c064754-f891-11ee-bc8c-c7b262605968.lock 2024-04-12T05:54:20.662 INFO:teuthology.orchestra.run.smithi088.stderr:Lock 139865249726592 acquired on /run/cephadm/0c064754-f891-11ee-bc8c-c7b262605968.lock 2024-04-12T05:54:20.662 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying IP 172.21.15.88 port 3300 ... 2024-04-12T05:54:20.663 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying IP 172.21.15.88 port 6789 ... 2024-04-12T05:54:20.663 INFO:teuthology.orchestra.run.smithi088.stderr:Base mon IP is 172.21.15.88, final addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-04-12T05:54:20.663 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /sbin/ip route ls 2024-04-12T05:54:20.665 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.88 metric 100 2024-04-12T05:54:20.665 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2024-04-12T05:54:20.665 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /sbin/ip -6 route ls 2024-04-12T05:54:20.667 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-04-12T05:54:20.668 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-12T05:54:20.668 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1772sec hoplimit 64 pref medium 2024-04-12T05:54:20.668 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /sbin/ip -6 addr ls 2024-04-12T05:54:20.670 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-12T05:54:20.670 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-04-12T05:54:20.670 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-12T05:54:20.671 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-12T05:54:20.671 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:d42d/64 scope link 2024-04-12T05:54:20.671 INFO:teuthology.orchestra.run.smithi088.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-04-12T05:54:20.671 INFO:teuthology.orchestra.run.smithi088.stderr:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2024-04-12T05:54:20.671 INFO:teuthology.orchestra.run.smithi088.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-12T05:54:20.672 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:54:20.672 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2024-04-12T05:54:20.747 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2024-04-12T05:54:21.206 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Getting image source signatures 2024-04-12T05:54:21.207 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2024-04-12T05:54:21.207 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-04-12T05:54:21.207 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-04-12T05:54:21.360 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: Writing manifest to image destination 2024-04-12T05:54:21.546 INFO:teuthology.orchestra.run.smithi088.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2024-04-12T05:54:21.561 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2024-04-12T05:54:22.074 INFO:teuthology.orchestra.run.smithi088.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-04-12T05:54:22.660 INFO:teuthology.orchestra.run.smithi088.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2024-04-12T05:54:22.660 INFO:teuthology.orchestra.run.smithi088.stderr:Extracting ceph user uid/gid from container image... 2024-04-12T05:54:22.660 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2024-04-12T05:54:23.178 INFO:teuthology.orchestra.run.smithi088.stderr:stat: 167 167 2024-04-12T05:54:23.795 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial keys... 2024-04-12T05:54:23.795 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-12T05:54:24.368 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQCQzBhmJHSADxAAo35LLnRMc2LVR7w9SttDdg== 2024-04-12T05:54:25.083 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-12T05:54:25.606 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQCRzBhmgAkSHhAALeUiGlRmtIzskN2oADxDvA== 2024-04-12T05:54:26.197 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2024-04-12T05:54:26.695 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-authtool: AQCSzBhmnbBdJBAAR4mKaxVwckV0XU9CtdiBgA== 2024-04-12T05:54:27.444 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial monmap... 2024-04-12T05:54:27.444 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp0hyyai4j:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid 0c064754-f891-11ee-bc8c-c7b262605968 --addv smithi088 [v2:172.21.15.88:3300,v1:172.21.15.88:6789] /tmp/monmap 2024-04-12T05:54:28.016 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T05:54:28.016 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:28.016 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T05:54:28.618 INFO:teuthology.orchestra.run.smithi088.stderr:monmaptool for smithi088 [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-12T05:54:28.618 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: set fsid to 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:28.618 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-12T05:54:28.618 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:54:28.618 INFO:teuthology.orchestra.run.smithi088.stderr:Creating mon... 2024-04-12T05:54:28.620 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088:/var/lib/ceph/mon/ceph-smithi088:z -v /tmp/ceph-tmpyykcldab:/tmp/keyring:z -v /tmp/ceph-tmp0hyyai4j:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi088 --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -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-04-12T05:54:29.199 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.079+0000 7f86db445700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.080+0000 7f86db445700 1 imported monmap: 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: epoch 0 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: last_changed 2024-04-12T05:54:27.882853+0000 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: created 2024-04-12T05:54:27.882853+0000 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon.smithi088 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.080+0000 7f86db445700 0 /usr/bin/ceph-mon: set fsid to 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: RocksDB version: 6.8.1 2024-04-12T05:54:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Compile date Jul 8 2021 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: DB SUMMARY 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 0, files: 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.error_if_exists: 0 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.create_if_missing: 1 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.env: 0x56361637a1c0 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.fs: Posix File System 2024-04-12T05:54:29.201 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.info_log: 0x563618a26c20 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.statistics: (nil) 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.use_fsync: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:54:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.db_log_dir: 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.write_buffer_manager: 0x563618a2f530 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-12T05:54:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.unordered_write: 0 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.row_cache: None 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.wal_filter: None 2024-04-12T05:54:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.preserve_deletes: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.two_write_queues: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.atomic_flush: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:54:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.max_open_files: -1 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Compression algorithms supported: 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kZSTD supported: 0 2024-04-12T05:54:29.206 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kXpressCompression supported: 0 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kZlibCompression supported: 1 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000001 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.merge_operator: 2024-04-12T05:54:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.compaction_filter: None 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.081+0000 7f86db445700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563618940160) 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_type: 0 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: checksum: 1 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-04-12T05:54:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache: 0x563618976d10 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-04-12T05:54:29.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: format_version: 2 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: block_align: 0 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression: NoCompression 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:54:29.210 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.num_levels: 7 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:54:29.211 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:54:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:54:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.table_properties_collectors: 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.bloom_locality: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:54:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.ttl: 2592000 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/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-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.082+0000 7f86db445700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.085+0000 7f86db445700 4 rocksdb: DB pointer 0x563618a3b800 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.085+0000 7f86c42ce700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.085+0000 7f86c42ce700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:54:29.215 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:29.216 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.217 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.217 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.217 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:54:29.218 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:54:29.219 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.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-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: 2024-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.086+0000 7f86db445700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.086+0000 7f86db445700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-04-12T05:54:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph-mon: debug 2024-04-12T05:54:29.086+0000 7f86db445700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi088 for mon.smithi088 2024-04-12T05:54:29.743 INFO:teuthology.orchestra.run.smithi088.stderr:create mon.smithi088 on 2024-04-12T05:54:29.744 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:29.749 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl disable ceph.target 2024-04-12T05:54:29.843 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl enable ceph.target 2024-04-12T05:54:29.849 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-12T05:54:29.926 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl start ceph.target 2024-04-12T05:54:29.933 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl enable ceph-0c064754-f891-11ee-bc8c-c7b262605968.target 2024-04-12T05:54:29.940 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0c064754-f891-11ee-bc8c-c7b262605968.target → /etc/systemd/system/ceph-0c064754-f891-11ee-bc8c-c7b262605968.target. 2024-04-12T05:54:29.940 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-0c064754-f891-11ee-bc8c-c7b262605968.target → /etc/systemd/system/ceph-0c064754-f891-11ee-bc8c-c7b262605968.target. 2024-04-12T05:54:30.018 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl start ceph-0c064754-f891-11ee-bc8c-c7b262605968.target 2024-04-12T05:54:30.024 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl daemon-reload 2024-04-12T05:54:30.107 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088 2024-04-12T05:54:30.130 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl reset-failed ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088 2024-04-12T05:54:30.135 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to reset failed state of unit ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service: Unit ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service not loaded. 2024-04-12T05:54:30.136 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl enable ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088 2024-04-12T05:54:30.142 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0c064754-f891-11ee-bc8c-c7b262605968.target.wants/ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service → /etc/systemd/system/ceph-0c064754-f891-11ee-bc8c-c7b262605968@.service. 2024-04-12T05:54:30.223 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl start ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088 2024-04-12T05:54:30.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:30 smithi088 systemd[1]: Starting Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T05:54:30.851 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:54:30.859 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-04-12T05:54:30.859 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:54:30.866 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-04-12T05:54:30.866 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-04-12T05:54:30.867 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to enable service . firewalld.service is not available 2024-04-12T05:54:30.867 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mon to start... 2024-04-12T05:54:30.867 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mon... 2024-04-12T05:54:30.867 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088:/var/lib/ceph/mon/ceph-smithi088:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2024-04-12T05:54:31.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.792731+0000 mon.smithi088 (mon.0) 0 : [INF] mkfs 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:31.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.771020+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-04-12T05:54:31.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:30 smithi088 bash[34907]: b61bf74fdbcce6fe25038ac2a509aa35267fc56e3514e474428293cc269cd110 2024-04-12T05:54:31.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:30 smithi088 systemd[1]: Started Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: cluster: 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: id: 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: services: 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi088 (age 0.67276s) 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr: no daemons active 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: data: 2024-04-12T05:54:31.459 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-04-12T05:54:31.460 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-04-12T05:54:31.460 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-04-12T05:54:31.460 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: pgs: 2024-04-12T05:54:31.460 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:31.991 INFO:teuthology.orchestra.run.smithi088.stderr:mon is available 2024-04-12T05:54:31.991 INFO:teuthology.orchestra.run.smithi088.stderr:Assimilating anything we can from ceph.conf... 2024-04-12T05:54:31.991 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z -v /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088:/var/lib/ceph/mon/ceph-smithi088:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi088/config 2024-04-12T05:54:32.207 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.789626+0000 mon.smithi088 (mon.0) 2 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-04-12T05:54:32.207 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.789801+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} 2024-04-12T05:54:32.207 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.798069+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] fsmap 2024-04-12T05:54:32.207 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.806942+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T05:54:32.207 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: cluster 2024-04-12T05:54:30.807335+0000 mon.smithi088 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T05:54:32.207 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: audit 2024-04-12T05:54:31.462359+0000 mon.smithi088 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.88:0/2582543855' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-12T05:54:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [global] 2024-04-12T05:54:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: fsid = 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [mgr] 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [osd] 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-12T05:54:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-12T05:54:32.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: audit 2024-04-12T05:54:32.589881+0000 mon.smithi088 (mon.0) 8 : audit [INF] from='client.? 172.21.15.88:0/1152215584' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T05:54:32.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: audit 2024-04-12T05:54:32.592477+0000 mon.smithi088 (mon.0) 9 : audit [INF] from='client.? 172.21.15.88:0/1152215584' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-12T05:54:33.753 INFO:teuthology.orchestra.run.smithi088.stderr:Generating new minimal ceph.conf... 2024-04-12T05:54:33.753 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z -v /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088:/var/lib/ceph/mon/ceph-smithi088:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi088/config 2024-04-12T05:54:36.650 INFO:teuthology.orchestra.run.smithi088.stderr:Restarting the monitor... 2024-04-12T05:54:36.650 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl restart ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088 2024-04-12T05:54:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:36 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T05:54:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: audit 2024-04-12T05:54:36.104596+0000 mon.smithi088 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.88:0/1627980687' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:54:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: debug 2024-04-12T05:54:36.773+0000 7ff8c048b700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-04-12T05:54:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[34922]: debug 2024-04-12T05:54:36.773+0000 7ff8c048b700 -1 mon.smithi088@0(leader) e1 *** Got Signal Terminated *** 2024-04-12T05:54:37.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:37 smithi088 podman[35247]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088 2024-04-12T05:54:37.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:37 smithi088 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service: Succeeded. 2024-04-12T05:54:37.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:37 smithi088 systemd[1]: Stopped Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T05:54:37.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:37 smithi088 systemd[1]: Starting Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T05:54:38.106 INFO:teuthology.orchestra.run.smithi088.stderr:Setting mon public_network to 172.21.0.0/20 2024-04-12T05:54:38.106 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.044+0000 7f8bace17700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.044+0000 7f8bace17700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.044+0000 7f8bace17700 0 pidfile_write: ignore empty --pid-file 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.049+0000 7f8bace17700 0 load: jerasure load: lrc load: isa 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: RocksDB version: 6.8.1 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Compile date Jul 8 2021 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: DB SUMMARY 2024-04-12T05:54:38.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: CURRENT file: CURRENT 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 1, files: 000004.sst 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000006.log size: 86366 ; 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.error_if_exists: 0 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.create_if_missing: 0 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T05:54:38.346 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.env: 0x55d9b7cd01c0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.fs: Posix File System 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.info_log: 0x55d9b890fa40 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.statistics: (nil) 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.use_fsync: 0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:54:38.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.db_log_dir: 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi088/store.db 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:54:38.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.write_buffer_manager: 0x55d9b9586030 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.unordered_write: 0 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:54:38.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.row_cache: None 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.wal_filter: None 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.preserve_deletes: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.two_write_queues: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.atomic_flush: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T05:54:38.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_open_files: -1 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Compression algorithms supported: 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:54:38.351 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kZSTD supported: 0 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kXpressCompression supported: 0 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kZlibCompression supported: 1 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000005 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.merge_operator: 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_filter: None 2024-04-12T05:54:38.352 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d9b8828170) 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cache_index_and_filter_blocks: 1 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: pin_top_level_index_and_filter: 1 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: index_type: 0 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: data_block_index_type: 0 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: index_shortening: 1 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: hash_index_allow_collision: 1 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: checksum: 1 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: no_block_cache: 0 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_cache: 0x55d9b885ef10 2024-04-12T05:54:38.353 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_cache_name: BinnedLRUCache 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_cache_options: 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: capacity : 536870912 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: num_shard_bits : 4 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: strict_capacity_limit : 0 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: high_pri_pool_ratio: 0.000 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_cache_compressed: (nil) 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: persistent_cache: (nil) 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_size: 4096 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_size_deviation: 10 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_restart_interval: 16 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: index_block_restart_interval: 1 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: metadata_block_size: 4096 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: partition_filters: 0 2024-04-12T05:54:38.354 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: use_delta_encoding: 1 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: whole_key_filtering: 1 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: verify_compression: 0 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: read_amp_bytes_per_bit: 0 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: format_version: 2 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: enable_index_compression: 1 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: block_align: 0 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression: NoCompression 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:54:38.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.num_levels: 7 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:54:38.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:54:38.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:54:38.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:54:38.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:54:38.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.table_properties_collectors: 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.bloom_locality: 0 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T05:54:38.360 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.ttl: 2592000 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/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-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.050+0000 7f8bace17700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.051+0000 7f8bace17700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712901278052346, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.051+0000 7f8bace17700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.051+0000 7f8bace17700 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-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.051+0000 7f8bace17700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712901278053168, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 82881, "table_properties": {"data_size": 81150, "index_size": 336, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 75656, "raw_average_value_size": 376, "num_data_blocks": 11, "num_entries": 201, "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": 1712901278, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-12T05:54:38.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.051+0000 7f8bace17700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.052+0000 7f8bace17700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712901278053587, "job": 1, "event": "recovery_finished"} 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.052+0000 7f8bace17700 4 rocksdb: DB pointer 0x55d9b8923800 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.053+0000 7f8b93c1f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.053+0000 7f8b93c1f700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** DB Stats ** 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:54:38.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** Compaction Stats [default] ** 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: L0 2/0 82.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Sum 2/0 82.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** Compaction Stats [default] ** 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:38.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Cumulative compaction: 0.00 GB write, 28.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Interval compaction: 0.00 GB write, 28.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** Compaction Stats [default] ** 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: L0 2/0 82.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Sum 2/0 82.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** Compaction Stats [default] ** 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 145.6 0.00 0.00 1 0.001 0 0 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Cumulative compaction: 0.00 GB write, 27.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.365 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.053+0000 7f8bace17700 0 starting mon.smithi088 rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.054+0000 7f8bace17700 1 mon.smithi088@-1(???) e1 preinit fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.054+0000 7f8bace17700 0 mon.smithi088@-1(???).mds e1 new map 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.054+0000 7f8bace17700 0 mon.smithi088@-1(???).mds e1 print_map 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: e1 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 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-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: legacy client fscid: -1 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: No filesystems configured 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: 2024-04-12T05:54:38.366 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.055+0000 7f8bace17700 0 mon.smithi088@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.055+0000 7f8bace17700 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.055+0000 7f8bace17700 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.055+0000 7f8bace17700 0 mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:36.104596+0000 mon.smithi088 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.88:0/1627980687' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.055+0000 7f8bace17700 1 mon.smithi088@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expand map: {default=false} 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta from 'false' to 'false' 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expanded map: {default=false} 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expand map: {default=info} 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta from 'info' to 'info' 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expanded map: {default=info} 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expand map: {default=daemon} 2024-04-12T05:54:38.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expanded map: {default=daemon} 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expand map: {default=debug} 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta from 'debug' to 'debug' 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T05:54:38.056+0000 7f8bace17700 20 expand_channel_meta expanded map: {default=debug} 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 bash[35322]: 399b9e085fe65f49c44591678b79019d4cebbc51a3497ae2d3da5812b757c322 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 systemd[1]: Started Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:38.071860+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:38.071921+0000 mon.smithi088 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:38.071953+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] fsmap 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:38.071976+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-12T05:54:38.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:38.072324+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-04-12T05:54:39.290 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote config to /etc/ceph/ceph.conf 2024-04-12T05:54:39.290 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:54:39.290 INFO:teuthology.orchestra.run.smithi088.stderr:Creating mgr... 2024-04-12T05:54:39.290 INFO:teuthology.orchestra.run.smithi088.stderr:Verifying port 9283 ... 2024-04-12T05:54:39.293 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl daemon-reload 2024-04-12T05:54:39.388 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj 2024-04-12T05:54:39.409 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl reset-failed ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj 2024-04-12T05:54:39.415 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Failed to reset failed state of unit ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj.service: Unit ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj.service not loaded. 2024-04-12T05:54:39.415 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl enable ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj 2024-04-12T05:54:39.421 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: Created symlink /etc/systemd/system/ceph-0c064754-f891-11ee-bc8c-c7b262605968.target.wants/ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj.service → /etc/systemd/system/ceph-0c064754-f891-11ee-bc8c-c7b262605968@.service. 2024-04-12T05:54:39.502 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl start ceph-0c064754-f891-11ee-bc8c-c7b262605968@mgr.smithi088.noeasj 2024-04-12T05:54:39.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:38.707332+0000 mon.smithi088 (mon.0) 6 : audit [INF] from='client.? 172.21.15.88:0/3728684397' entity='client.admin' 2024-04-12T05:54:40.066 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:54:40.074 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-04-12T05:54:40.075 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:54:40.082 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-04-12T05:54:40.082 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-04-12T05:54:40.083 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to enable service . firewalld.service is not available 2024-04-12T05:54:40.083 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:54:40.090 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-04-12T05:54:40.090 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:54:40.097 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-04-12T05:54:40.098 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-04-12T05:54:40.098 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-04-12T05:54:40.098 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr to start... 2024-04-12T05:54:40.099 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr... 2024-04-12T05:54:40.099 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-12T05:54:40.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:40.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:54:40.762 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "0c064754-f891-11ee-bc8c-c7b262605968", 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-12T05:54:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-12T05:54:40.765 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-12T05:54:40.765 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-12T05:54:40.769 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": false, 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-04-12T05:54:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-04-12T05:54:30.793057+0000", 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-12T05:54:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:54:41.100 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:40.764743+0000 mon.smithi088 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.88:0/3179802895' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T05:54:41.484 INFO:teuthology.orchestra.run.smithi088.stderr:mgr not available, waiting (1/15)... 2024-04-12T05:54:43.487 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "0c064754-f891-11ee-bc8c-c7b262605968", 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-04-12T05:54:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-12T05:54:44.162 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-04-12T05:54:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-12T05:54:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-12T05:54:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-12T05:54:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-12T05:54:44.166 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-12T05:54:44.166 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-12T05:54:44.166 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.166 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-12T05:54:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": false, 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-04-12T05:54:30.793057+0000", 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-12T05:54:44.169 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:54:44.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:44.163215+0000 mon.smithi088 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.88:0/1825849271' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T05:54:44.834 INFO:teuthology.orchestra.run.smithi088.stderr:mgr not available, waiting (2/15)... 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:45.081304+0000 mon.smithi088 (mon.0) 9 : cluster [INF] Activating manager daemon smithi088.noeasj 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:45.084337+0000 mon.smithi088 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi088.noeasj(active, starting, since 0.00313038s) 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.085219+0000 mon.smithi088 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.085349+0000 mon.smithi088 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.085463+0000 mon.smithi088 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.085585+0000 mon.smithi088 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.085928+0000 mon.smithi088 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:45.100748+0000 mon.smithi088 (mon.0) 16 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T05:54:45.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.107954+0000 mon.smithi088 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' 2024-04-12T05:54:45.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.112331+0000 mon.smithi088 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:54:45.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.113439+0000 mon.smithi088 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:54:45.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.118254+0000 mon.smithi088 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' 2024-04-12T05:54:45.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:45.119955+0000 mon.smithi088 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.88:0/559854299' entity='mgr.smithi088.noeasj' 2024-04-12T05:54:46.836 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2024-04-12T05:54:47.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:46.087391+0000 mon.smithi088 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi088.noeasj(active, since 1.00618s) 2024-04-12T05:54:49.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:48.089854+0000 mon.smithi088 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi088.noeasj(active, since 3s) 2024-04-12T05:54:50.106 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:50.106 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:54:50.106 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsid": "0c064754-f891-11ee-bc8c-c7b262605968", 2024-04-12T05:54:50.106 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "health": { 2024-04-12T05:54:50.106 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "checks": {}, 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mutes": [] 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum": [ 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 0 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_names": [ 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "smithi088" 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "monmap": { 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_mons": 1 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osdmap": { 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_osds": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgmap": { 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_pools": 0, 2024-04-12T05:54:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_objects": 0, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "bytes_total": 0 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "fsmap": { 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "by_rank": [], 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "up:standby": 0 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap": { 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-04-12T05:54:50.109 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modules": [ 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "iostat", 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "nfs", 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "restful" 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ], 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "servicemap": { 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 1, 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "modified": "2024-04-12T05:54:30.793057+0000", 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "services": {} 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: }, 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "progress_events": {} 2024-04-12T05:54:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:54:50.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:49.557293+0000 mon.smithi088 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.88:0/3489641028' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-12T05:54:54.897 INFO:teuthology.orchestra.run.smithi088.stderr:mgr is available 2024-04-12T05:54:54.898 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z -v /tmp/tmpml9qzv_x:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [global] 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: fsid = 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: log_to_journald = false 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [mgr] 2024-04-12T05:54:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-04-12T05:54:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 2024-04-12T05:54:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: [osd] 2024-04-12T05:54:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-04-12T05:54:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-04-12T05:54:57.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:57.083565+0000 mon.smithi088 (mon.0) 25 : audit [INF] from='client.? 172.21.15.88:0/118692188' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-12T05:54:57.788 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling cephadm module... 2024-04-12T05:54:57.788 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2024-04-12T05:54:59.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:54:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:58.521939+0000 mon.smithi088 (mon.0) 26 : audit [INF] from='client.? 172.21.15.88:0/1773829824' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-12T05:54:59.719 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-04-12T05:55:00.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:54:59.069241+0000 mon.smithi088 (mon.0) 27 : audit [INF] from='client.? 172.21.15.88:0/1773829824' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-12T05:55:00.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:54:59.069296+0000 mon.smithi088 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi088.noeasj(active, since 13s) 2024-04-12T05:55:00.526 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:55:00.526 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 5, 2024-04-12T05:55:00.526 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-04-12T05:55:00.527 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "active_name": "smithi088.noeasj", 2024-04-12T05:55:00.527 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-12T05:55:00.527 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:55:01.209 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for the mgr to restart... 2024-04-12T05:55:01.209 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr epoch 5... 2024-04-12T05:55:01.209 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-04-12T05:55:01.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:00.531330+0000 mon.smithi088 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.88:0/3622839012' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T05:55:04.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:04.147972+0000 mon.smithi088 (mon.0) 30 : cluster [INF] Active manager daemon smithi088.noeasj restarted 2024-04-12T05:55:04.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:04.148334+0000 mon.smithi088 (mon.0) 31 : cluster [INF] Activating manager daemon smithi088.noeasj 2024-04-12T05:55:04.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:04.150469+0000 mon.smithi088 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-12T05:55:05.208 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:55:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-04-12T05:55:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "initialized": true 2024-04-12T05:55:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:04.201038+0000 mon.smithi088 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi088.noeasj(active, starting, since 0.0527864s) 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.203135+0000 mon.smithi088 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.203752+0000 mon.smithi088 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.204668+0000 mon.smithi088 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.204810+0000 mon.smithi088 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.204930+0000 mon.smithi088 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:55:05.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:04.218647+0000 mon.smithi088 (mon.0) 39 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.231679+0000 mon.smithi088 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.234331+0000 mon.smithi088 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.236875+0000 mon.smithi088 (mon.0) 42 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.323544+0000 mon.smithi088 (mon.0) 43 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.324234+0000 mon.smithi088 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.325360+0000 mon.smithi088 (mon.0) 45 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.327190+0000 mon.smithi088 (mon.0) 46 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.337488+0000 mon.smithi088 (mon.0) 47 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:55:05.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:04.338564+0000 mon.smithi088 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:55:05.899 INFO:teuthology.orchestra.run.smithi088.stderr:mgr epoch 5 is available 2024-04-12T05:55:05.899 INFO:teuthology.orchestra.run.smithi088.stderr:Setting orchestrator backend to cephadm... 2024-04-12T05:55:05.899 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2024-04-12T05:55:06.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:05.205526+0000 mgr.smithi088.noeasj (mgr.14116) 1 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T05:55:06.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:05.206430+0000 mon.smithi088 (mon.0) 49 : cluster [DBG] mgrmap e7: smithi088.noeasj(active, since 1.05817s) 2024-04-12T05:55:06.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:05.213135+0000 mgr.smithi088.noeasj (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T05:55:07.387 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2024-04-12T05:55:07.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:06.211995+0000 mon.smithi088 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi088.noeasj(active, since 2s) 2024-04-12T05:55:07.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:06.622615+0000 mgr.smithi088.noeasj (mgr.14116) 3 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:07.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:06.627137+0000 mon.smithi088 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:07.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:06.630428+0000 mon.smithi088 (mon.0) 52 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:08.126 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: value unchanged 2024-04-12T05:55:08.735 INFO:teuthology.orchestra.run.smithi088.stderr:Generating ssh key... 2024-04-12T05:55:08.736 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2024-04-12T05:55:09.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:08.131760+0000 mgr.smithi088.noeasj (mgr.14116) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:10.408 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2024-04-12T05:55:11.090 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ZRAuQlbNMYJ7SWQ60iieVqQkFFZ/KqW6WtIRa4MC8Q68oIOEppC8U1jP5OIKWElDANTvp8GP/XaB32v97okDseELtQ3xwA5VXI5U7EYNXPY8c7xsPrxFa/K2cf2b6PRPeQxn32vdO4QB0Kj++hYyXdhbqH5Ud59Izt7acnBmfOoHZ9/avArUMKifnuIIYsaGwZSpwy57GSOaGQ5DNfROe5Vhs99sM/JbQQH2A7iueM2YOJh9ZglD3VaaCb7k2pegIn8WRT+96fMyjgt3xvb3a107jMjkaCj8hrz633v7ltvKzeoAR7sTGCXySKs3m+5/BDhjhHsZkCS/lKVdgVQfoLpQdswNp0L8t9Qq4B7Lk5N8aXTj6E5uj/vVFeYDtVYhMaEi8uI4yERxPDeoIjki1c/K8izQ4vgWXng8dYOj/NPdnJv1yQI+6QHdFRqgUdUw9MLTHQQwdsW7TRcYHD4V7f5TcO7O9FIYJVxQbC4puyYzCUu4frS87fonYGfP5+s= ceph-0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:55:11.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:09.403064+0000 mgr.smithi088.noeasj (mgr.14116) 6 : cephadm [INF] Generating ssh key... 2024-04-12T05:55:11.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:09.732040+0000 mon.smithi088 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:11.111 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:09.734414+0000 mon.smithi088 (mon.0) 54 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:11.731 INFO:teuthology.orchestra.run.smithi088.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-12T05:55:11.731 INFO:teuthology.orchestra.run.smithi088.stderr:Adding key to root@localhost authorized_keys... 2024-04-12T05:55:11.732 INFO:teuthology.orchestra.run.smithi088.stderr:Adding host smithi088... 2024-04-12T05:55:11.732 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi088 172.21.15.88 2024-04-12T05:55:11.986 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:11.095741+0000 mgr.smithi088.noeasj (mgr.14116) 7 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:13.055 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Added host 'smithi088' with addr '172.21.15.88' 2024-04-12T05:55:13.729 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying mon service with default placement... 2024-04-12T05:55:13.729 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2024-04-12T05:55:14.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:12.480128+0000 mgr.smithi088.noeasj (mgr.14116) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:14.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:13.058974+0000 mon.smithi088 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:14.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:13.059253+0000 mgr.smithi088.noeasj (mgr.14116) 9 : cephadm [INF] Added host smithi088 2024-04-12T05:55:14.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:13.059471+0000 mon.smithi088 (mon.0) 56 : audit [DBG] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:14.473 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled mon update... 2024-04-12T05:55:15.407 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying mgr service with default placement... 2024-04-12T05:55:15.407 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2024-04-12T05:55:15.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:14.475058+0000 mgr.smithi088.noeasj (mgr.14116) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:15.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:14.475802+0000 mgr.smithi088.noeasj (mgr.14116) 11 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-12T05:55:15.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:14.478820+0000 mon.smithi088 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:16.908 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-04-12T05:55:17.493 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying crash service with default placement... 2024-04-12T05:55:17.493 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2024-04-12T05:55:17.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:16.515614+0000 mon.smithi088 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:17.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:16.773018+0000 mon.smithi088 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:17.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:16.911207+0000 mgr.smithi088.noeasj (mgr.14116) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:17.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:16.911773+0000 mgr.smithi088.noeasj (mgr.14116) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-12T05:55:17.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:16.913816+0000 mon.smithi088 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:18.596 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled crash update... 2024-04-12T05:55:19.135 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling mgr prometheus module... 2024-04-12T05:55:19.135 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2024-04-12T05:55:19.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:18.453837+0000 mgr.smithi088.noeasj (mgr.14116) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:19.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:18.454466+0000 mgr.smithi088.noeasj (mgr.14116) 15 : cephadm [INF] Saving service crash spec with placement * 2024-04-12T05:55:19.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:18.456655+0000 mon.smithi088 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:19.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:18.520716+0000 mon.smithi088 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.88:0/3528520093' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:20.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:20.088897+0000 mon.smithi088 (mon.0) 63 : audit [INF] from='client.? 172.21.15.88:0/3712432274' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-12T05:55:21.255 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying prometheus service with default placement... 2024-04-12T05:55:21.256 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2024-04-12T05:55:21.519 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:20.460832+0000 mon.smithi088 (mon.0) 64 : audit [INF] from='client.? 172.21.15.88:0/3712432274' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-12T05:55:21.519 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:20.460878+0000 mon.smithi088 (mon.0) 65 : cluster [DBG] mgrmap e9: smithi088.noeasj(active, since 16s) 2024-04-12T05:55:25.771 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:25.502960+0000 mon.smithi088 (mon.0) 66 : cluster [INF] Active manager daemon smithi088.noeasj restarted 2024-04-12T05:55:25.771 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:25.503339+0000 mon.smithi088 (mon.0) 67 : cluster [INF] Activating manager daemon smithi088.noeasj 2024-04-12T05:55:25.771 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:25.505520+0000 mon.smithi088 (mon.0) 68 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-12T05:55:26.561 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-04-12T05:55:26.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:25.555839+0000 mon.smithi088 (mon.0) 69 : cluster [DBG] mgrmap e10: smithi088.noeasj(active, starting, since 0.052588s) 2024-04-12T05:55:26.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.558413+0000 mon.smithi088 (mon.0) 70 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T05:55:26.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.559074+0000 mon.smithi088 (mon.0) 71 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T05:55:26.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.559790+0000 mon.smithi088 (mon.0) 72 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.560003+0000 mon.smithi088 (mon.0) 73 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.560218+0000 mon.smithi088 (mon.0) 74 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:25.573834+0000 mon.smithi088 (mon.0) 75 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.670190+0000 mon.smithi088 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.671852+0000 mon.smithi088 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.687756+0000 mon.smithi088 (mon.0) 78 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:55:26.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:25.695481+0000 mon.smithi088 (mon.0) 79 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:55:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:26.563328+0000 mon.smithi088 (mon.0) 80 : cluster [DBG] mgrmap e11: smithi088.noeasj(active, since 1.06008s) 2024-04-12T05:55:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:26.564222+0000 mgr.smithi088.noeasj (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-12T05:55:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:26.566112+0000 mon.smithi088 (mon.0) 81 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:27.908 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying grafana service with default placement... 2024-04-12T05:55:27.908 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2024-04-12T05:55:28.720 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-04-12T05:55:28.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:27.568196+0000 mon.smithi088 (mon.0) 82 : cluster [DBG] mgrmap e12: smithi088.noeasj(active, since 2s) 2024-04-12T05:55:28.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:28.294585+0000 mon.smithi088 (mon.0) 83 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:29.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:28.722039+0000 mgr.smithi088.noeasj (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:29.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:28.722589+0000 mgr.smithi088.noeasj (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-12T05:55:29.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:28.724820+0000 mon.smithi088 (mon.0) 84 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:29.960 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying node-exporter service with default placement... 2024-04-12T05:55:29.960 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2024-04-12T05:55:30.931 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-04-12T05:55:31.620 INFO:teuthology.orchestra.run.smithi088.stderr:Deploying alertmanager service with default placement... 2024-04-12T05:55:31.620 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2024-04-12T05:55:31.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:30.755395+0000 mgr.smithi088.noeasj (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:31.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:30.756042+0000 mgr.smithi088.noeasj (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-12T05:55:31.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:30.758222+0000 mon.smithi088 (mon.0) 85 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:32.405 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-04-12T05:55:33.144 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2024-04-12T05:55:33.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:32.407781+0000 mgr.smithi088.noeasj (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:33.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:32.408312+0000 mgr.smithi088.noeasj (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-12T05:55:33.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:32.410628+0000 mon.smithi088 (mon.0) 86 : audit [INF] from='mgr.14144 172.21.15.88:0/2950003386' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:34.726 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2024-04-12T05:55:34.991 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:33.974766+0000 mon.smithi088 (mon.0) 87 : audit [INF] from='client.? 172.21.15.88:0/2019831105' entity='client.admin' 2024-04-12T05:55:36.236 INFO:teuthology.orchestra.run.smithi088.stderr:Enabling the dashboard module... 2024-04-12T05:55:36.236 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2024-04-12T05:55:36.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:35.544275+0000 mon.smithi088 (mon.0) 88 : audit [INF] from='client.? 172.21.15.88:0/2066425186' entity='client.admin' 2024-04-12T05:55:37.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:37.085750+0000 mon.smithi088 (mon.0) 89 : audit [INF] from='client.? 172.21.15.88:0/776518741' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-12T05:55:38.375 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2024-04-12T05:55:38.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:37.547737+0000 mon.smithi088 (mon.0) 90 : audit [INF] from='client.? 172.21.15.88:0/776518741' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-12T05:55:38.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:37.547784+0000 mon.smithi088 (mon.0) 91 : cluster [DBG] mgrmap e13: smithi088.noeasj(active, since 12s) 2024-04-12T05:55:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:55:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "epoch": 13, 2024-04-12T05:55:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "available": true, 2024-04-12T05:55:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "active_name": "smithi088.noeasj", 2024-04-12T05:55:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "num_standby": 0 2024-04-12T05:55:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:55:39.899 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for the mgr to restart... 2024-04-12T05:55:39.899 INFO:teuthology.orchestra.run.smithi088.stderr:Waiting for mgr epoch 13... 2024-04-12T05:55:39.899 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2024-04-12T05:55:39.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:39.165810+0000 mon.smithi088 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.88:0/322376649' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-12T05:55:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: { 2024-04-12T05:55:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2024-04-12T05:55:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: "initialized": true 2024-04-12T05:55:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: } 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:42.656028+0000 mon.smithi088 (mon.0) 93 : cluster [INF] Active manager daemon smithi088.noeasj restarted 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:42.656451+0000 mon.smithi088 (mon.0) 94 : cluster [INF] Activating manager daemon smithi088.noeasj 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:42.660457+0000 mon.smithi088 (mon.0) 95 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:42.711521+0000 mon.smithi088 (mon.0) 96 : cluster [DBG] mgrmap e14: smithi088.noeasj(active, starting, since 0.0551786s) 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.712533+0000 mon.smithi088 (mon.0) 97 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.713182+0000 mon.smithi088 (mon.0) 98 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T05:55:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.713890+0000 mon.smithi088 (mon.0) 99 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.714035+0000 mon.smithi088 (mon.0) 100 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.714181+0000 mon.smithi088 (mon.0) 101 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:42.728702+0000 mon.smithi088 (mon.0) 102 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.827371+0000 mon.smithi088 (mon.0) 103 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.829415+0000 mon.smithi088 (mon.0) 104 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.852674+0000 mon.smithi088 (mon.0) 105 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:55:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:42.855717+0000 mon.smithi088 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:55:44.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:43.713210+0000 mgr.smithi088.noeasj (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-12T05:55:44.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:43.713996+0000 mon.smithi088 (mon.0) 107 : cluster [DBG] mgrmap e15: smithi088.noeasj(active, since 1.05765s) 2024-04-12T05:55:44.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:43.720297+0000 mgr.smithi088.noeasj (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-12T05:55:44.924 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:44.191832+0000 mon.smithi088 (mon.0) 108 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:mgr epoch 13 is available 2024-04-12T05:55:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:Generating a dashboard self-signed certificate... 2024-04-12T05:55:45.523 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2024-04-12T05:55:46.274 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:45.193385+0000 mon.smithi088 (mon.0) 109 : cluster [DBG] mgrmap e16: smithi088.noeasj(active, since 2s) 2024-04-12T05:55:46.847 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: Self-signed certificate created 2024-04-12T05:55:47.624 INFO:teuthology.orchestra.run.smithi088.stderr:Creating initial admin user... 2024-04-12T05:55:47.624 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpg5y30l46:/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-04-12T05:55:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:46.748944+0000 mgr.smithi088.noeasj (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:55:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:46.850557+0000 mon.smithi088 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:46.853047+0000 mon.smithi088 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:48.601 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$YbXKd7.ZYh7pInLB2a6dJOAyIA5CIhwbnw4Xtn3WH.tUi9CjsELem", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712901348, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-12T05:55:49.427 INFO:teuthology.orchestra.run.smithi088.stderr:Fetching dashboard port number... 2024-04-12T05:55:49.427 INFO:teuthology.orchestra.run.smithi088.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=smithi088 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpgki6fbq0:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp251530r6:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2024-04-12T05:55:49.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:48.390231+0000 mgr.smithi088.noeasj (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-04-12T05:55:49.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:48.606295+0000 mon.smithi088 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:50.171 INFO:teuthology.orchestra.run.smithi088.stderr:/usr/bin/ceph: 8443 2024-04-12T05:55:50.880 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-enabled firewalld.service 2024-04-12T05:55:50.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:55:49.608153+0000 mon.smithi088 (mon.0) 113 : cluster [DBG] mgrmap e17: smithi088.noeasj(active, since 6s) 2024-04-12T05:55:50.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:50.176382+0000 mon.smithi088 (mon.0) 114 : audit [DBG] from='client.? 172.21.15.88:0/1969748137' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-12T05:55:50.889 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: disabled 2024-04-12T05:55:50.889 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: systemctl is-active firewalld.service 2024-04-12T05:55:50.896 INFO:teuthology.orchestra.run.smithi088.stderr:systemctl: inactive 2024-04-12T05:55:50.897 INFO:teuthology.orchestra.run.smithi088.stderr:firewalld.service is not enabled 2024-04-12T05:55:50.897 INFO:teuthology.orchestra.run.smithi088.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr:Ceph Dashboard is now available at: 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: URL: https://smithi088.front.sepia.ceph.com:8443/ 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: User: admin 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: Password: h0kcfbpsgx 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr:You can access the Ceph CLI with: 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.900 INFO:teuthology.orchestra.run.smithi088.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:Please consider enabling telemetry to help improve Ceph: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: ceph telemetry on 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:For more information see: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr: 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:Bootstrap complete. 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:Releasing lock 139865249726592 on /run/cephadm/0c064754-f891-11ee-bc8c-c7b262605968.lock 2024-04-12T05:55:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:Lock 139865249726592 released on /run/cephadm/0c064754-f891-11ee-bc8c-c7b262605968.lock 2024-04-12T05:55:50.932 INFO:tasks.cephadm:Fetching config... 2024-04-12T05:55:50.932 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:55:50.932 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-12T05:55:50.950 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-12T05:55:50.999 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:55:50.999 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-12T05:55:51.017 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-12T05:55:51.017 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:55:51.017 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/keyring of=/dev/stdout 2024-04-12T05:55:51.084 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-12T05:55:51.084 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:55:51.084 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-12T05:55:51.142 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-12T05:55:51.142 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ZRAuQlbNMYJ7SWQ60iieVqQkFFZ/KqW6WtIRa4MC8Q68oIOEppC8U1jP5OIKWElDANTvp8GP/XaB32v97okDseELtQ3xwA5VXI5U7EYNXPY8c7xsPrxFa/K2cf2b6PRPeQxn32vdO4QB0Kj++hYyXdhbqH5Ud59Izt7acnBmfOoHZ9/avArUMKifnuIIYsaGwZSpwy57GSOaGQ5DNfROe5Vhs99sM/JbQQH2A7iueM2YOJh9ZglD3VaaCb7k2pegIn8WRT+96fMyjgt3xvb3a107jMjkaCj8hrz633v7ltvKzeoAR7sTGCXySKs3m+5/BDhjhHsZkCS/lKVdgVQfoLpQdswNp0L8t9Qq4B7Lk5N8aXTj6E5uj/vVFeYDtVYhMaEi8uI4yERxPDeoIjki1c/K8izQ4vgWXng8dYOj/NPdnJv1yQI+6QHdFRqgUdUw9MLTHQQwdsW7TRcYHD4V7f5TcO7O9FIYJVxQbC4puyYzCUu4frS87fonYGfP5+s= ceph-0c064754-f891-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T05:55:51.222 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ZRAuQlbNMYJ7SWQ60iieVqQkFFZ/KqW6WtIRa4MC8Q68oIOEppC8U1jP5OIKWElDANTvp8GP/XaB32v97okDseELtQ3xwA5VXI5U7EYNXPY8c7xsPrxFa/K2cf2b6PRPeQxn32vdO4QB0Kj++hYyXdhbqH5Ud59Izt7acnBmfOoHZ9/avArUMKifnuIIYsaGwZSpwy57GSOaGQ5DNfROe5Vhs99sM/JbQQH2A7iueM2YOJh9ZglD3VaaCb7k2pegIn8WRT+96fMyjgt3xvb3a107jMjkaCj8hrz633v7ltvKzeoAR7sTGCXySKs3m+5/BDhjhHsZkCS/lKVdgVQfoLpQdswNp0L8t9Qq4B7Lk5N8aXTj6E5uj/vVFeYDtVYhMaEi8uI4yERxPDeoIjki1c/K8izQ4vgWXng8dYOj/NPdnJv1yQI+6QHdFRqgUdUw9MLTHQQwdsW7TRcYHD4V7f5TcO7O9FIYJVxQbC4puyYzCUu4frS87fonYGfP5+s= ceph-0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:55:51.235 DEBUG:teuthology.orchestra.run.smithi175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ZRAuQlbNMYJ7SWQ60iieVqQkFFZ/KqW6WtIRa4MC8Q68oIOEppC8U1jP5OIKWElDANTvp8GP/XaB32v97okDseELtQ3xwA5VXI5U7EYNXPY8c7xsPrxFa/K2cf2b6PRPeQxn32vdO4QB0Kj++hYyXdhbqH5Ud59Izt7acnBmfOoHZ9/avArUMKifnuIIYsaGwZSpwy57GSOaGQ5DNfROe5Vhs99sM/JbQQH2A7iueM2YOJh9ZglD3VaaCb7k2pegIn8WRT+96fMyjgt3xvb3a107jMjkaCj8hrz633v7ltvKzeoAR7sTGCXySKs3m+5/BDhjhHsZkCS/lKVdgVQfoLpQdswNp0L8t9Qq4B7Lk5N8aXTj6E5uj/vVFeYDtVYhMaEi8uI4yERxPDeoIjki1c/K8izQ4vgWXng8dYOj/NPdnJv1yQI+6QHdFRqgUdUw9MLTHQQwdsW7TRcYHD4V7f5TcO7O9FIYJVxQbC4puyYzCUu4frS87fonYGfP5+s= ceph-0c064754-f891-11ee-bc8c-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-12T05:55:51.279 INFO:teuthology.orchestra.run.smithi175.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC0ZRAuQlbNMYJ7SWQ60iieVqQkFFZ/KqW6WtIRa4MC8Q68oIOEppC8U1jP5OIKWElDANTvp8GP/XaB32v97okDseELtQ3xwA5VXI5U7EYNXPY8c7xsPrxFa/K2cf2b6PRPeQxn32vdO4QB0Kj++hYyXdhbqH5Ud59Izt7acnBmfOoHZ9/avArUMKifnuIIYsaGwZSpwy57GSOaGQ5DNfROe5Vhs99sM/JbQQH2A7iueM2YOJh9ZglD3VaaCb7k2pegIn8WRT+96fMyjgt3xvb3a107jMjkaCj8hrz633v7ltvKzeoAR7sTGCXySKs3m+5/BDhjhHsZkCS/lKVdgVQfoLpQdswNp0L8t9Qq4B7Lk5N8aXTj6E5uj/vVFeYDtVYhMaEi8uI4yERxPDeoIjki1c/K8izQ4vgWXng8dYOj/NPdnJv1yQI+6QHdFRqgUdUw9MLTHQQwdsW7TRcYHD4V7f5TcO7O9FIYJVxQbC4puyYzCUu4frS87fonYGfP5+s= ceph-0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:55:51.292 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-12T05:55:55.260 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-12T05:55:55.261 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-12T05:55:55.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:54.424205+0000 mon.smithi088 (mon.0) 115 : audit [INF] from='client.? 172.21.15.88:0/306548043' entity='client.admin' 2024-04-12T05:55:57.397 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:56.206155+0000 mon.smithi088 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:57.397 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:57.173515+0000 mon.smithi088 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:55:57.398 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:57.176575+0000 mon.smithi088 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:55:58.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:55:57.183819+0000 mgr.smithi088.noeasj (mgr.14164) 5 : cephadm [INF] Deploying daemon alertmanager.smithi088 on smithi088 2024-04-12T05:55:59.585 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi175 2024-04-12T05:55:59.585 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-04-12T05:55:59.585 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.conf 2024-04-12T05:55:59.607 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-04-12T05:55:59.607 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:55:59.667 INFO:tasks.cephadm:Adding host smithi175 to orchestrator... 2024-04-12T05:55:59.667 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch host add smithi175 2024-04-12T05:55:59.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:58.536584+0000 mgr.smithi088.noeasj (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-04-12T05:55:59.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:55:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:55:58.541821+0000 mon.smithi088 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:02.337 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi175' with addr '172.21.15.175' 2024-04-12T05:56:03.054 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch host ls --format=json 2024-04-12T05:56:03.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:01.734898+0000 mgr.smithi088.noeasj (mgr.14164) 7 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:56:03.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:02.342444+0000 mon.smithi088 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:03.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:56:02.342776+0000 mgr.smithi088.noeasj (mgr.14164) 8 : cephadm [INF] Added host smithi175 2024-04-12T05:56:04.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:02.715090+0000 mgr.smithi088.noeasj (mgr.14164) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:05.074 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T05:56:05.074 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}] 2024-04-12T05:56:05.744 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-12T05:56:05.744 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd crush tunables default 2024-04-12T05:56:06.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:04.715537+0000 mgr.smithi088.noeasj (mgr.14164) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:06.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:05.078276+0000 mgr.smithi088.noeasj (mgr.14164) 11 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T05:56:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:06.715884+0000 mgr.smithi088.noeasj (mgr.14164) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:08.247140+0000 mon.smithi088 (mon.0) 121 : audit [INF] from='client.? 172.21.15.88:0/3181388693' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-12T05:56:09.076 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2024-04-12T05:56:10.205 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2024-04-12T05:56:10.205 INFO:tasks.cephadm:Adding mon.smithi175 on smithi175 2024-04-12T05:56:10.205 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch apply mon '2;smithi088:172.21.15.88=smithi088;smithi175:172.21.15.175=smithi175' 2024-04-12T05:56:10.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:08.716336+0000 mgr.smithi088.noeasj (mgr.14164) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:10.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:09.079310+0000 mon.smithi088 (mon.0) 122 : audit [INF] from='client.? 172.21.15.88:0/3181388693' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-12T05:56:10.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:09.079348+0000 mon.smithi088 (mon.0) 123 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-12T05:56:12.085 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mon update... 2024-04-12T05:56:12.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:10.716647+0000 mgr.smithi088.noeasj (mgr.14164) 14 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:12.669 DEBUG:teuthology.orchestra.run.smithi175:mon.smithi175> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi175.service 2024-04-12T05:56:12.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:12.671 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:12.699 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:-- Logs begin at Fri 2024-04-12 05:46:27 UTC. -- 2024-04-12T05:56:13.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:12.083818+0000 mgr.smithi088.noeasj (mgr.14164) 15 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi088:172.21.15.88=smithi088;smithi175:172.21.15.175=smithi175", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:56:13.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:56:12.085126+0000 mgr.smithi088.noeasj (mgr.14164) 16 : cephadm [INF] Saving service mon spec with placement smithi088:172.21.15.88=smithi088;smithi175:172.21.15.175=smithi175;count:2 2024-04-12T05:56:13.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:12.089687+0000 mon.smithi088 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:14.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:12.716902+0000 mgr.smithi088.noeasj (mgr.14164) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:14.718 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:14.718 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:14.720 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:15.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:14.106825+0000 mon.smithi088 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:15.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:14.108474+0000 mon.smithi088 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:56:15.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:14.110057+0000 mon.smithi088 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-12T05:56:15.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:14.110614+0000 mon.smithi088 (mon.0) 128 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:56:15.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:56:14.111085+0000 mgr.smithi088.noeasj (mgr.14164) 18 : cephadm [INF] Deploying daemon crash.smithi088 on smithi088 2024-04-12T05:56:15.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:14.723952+0000 mon.smithi088 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.175:0/3973662523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:16.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:14.717199+0000 mgr.smithi088.noeasj (mgr.14164) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:16.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:16.333 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:16.417595+0000 mon.smithi088 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:16.564197+0000 mon.smithi088 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:16.566663+0000 mon.smithi088 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:16.567018+0000 mon.smithi088 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:16.567345+0000 mgr.smithi088.noeasj (mgr.14164) 20 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:16.570282+0000 mon.smithi088 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:56:16.573234+0000 mgr.smithi088.noeasj (mgr.14164) 21 : cephadm [INF] Deploying daemon grafana.smithi088 on smithi088 2024-04-12T05:56:18.363 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:18.363 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:18.365 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:18.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:16.717411+0000 mgr.smithi088.noeasj (mgr.14164) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:18.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:17.847125+0000 mon.smithi088 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:18.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:18.368808+0000 mon.smithi088 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.175:0/3718199410' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:19.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:19.983 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:20.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:18.717620+0000 mgr.smithi088.noeasj (mgr.14164) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:22.032 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:22.032 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:22.034 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:20.717922+0000 mgr.smithi088.noeasj (mgr.14164) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:22.037228+0000 mon.smithi088 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.175:0/2948119757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:23.517 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:23.517 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:24.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:22.718175+0000 mgr.smithi088.noeasj (mgr.14164) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:25.460 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:25.460 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:25.462 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:25.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:25.465365+0000 mon.smithi088 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.175:0/3865327229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:26.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:24.718384+0000 mgr.smithi088.noeasj (mgr.14164) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:27.081 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:27.081 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:28.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:26.718598+0000 mgr.smithi088.noeasj (mgr.14164) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:28.998 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:28.998 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:29.000 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:29.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:29.004093+0000 mon.smithi088 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.175:0/1970607951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:30.623 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:30.623 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:30.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:28.718832+0000 mgr.smithi088.noeasj (mgr.14164) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:32.535 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:32.535 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:32.537 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:32.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:30.719055+0000 mgr.smithi088.noeasj (mgr.14164) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:32.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:32.540868+0000 mon.smithi088 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.175:0/1506154159' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:34.155 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:34.156 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:34.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:32.719276+0000 mgr.smithi088.noeasj (mgr.14164) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:36.138 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:36.138 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:36.140 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:36.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:34.719487+0000 mgr.smithi088.noeasj (mgr.14164) 31 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:36.143867+0000 mon.smithi088 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.175:0/2420560048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:37.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:37.825 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:38.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:36.719747+0000 mgr.smithi088.noeasj (mgr.14164) 32 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:39.752 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:39.753 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:39.754 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:40.686 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:38.719959+0000 mgr.smithi088.noeasj (mgr.14164) 33 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:40.686 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:39.757952+0000 mon.smithi088 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.175:0/1132121436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:41.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:41.335 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:42.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:40.720373+0000 mgr.smithi088.noeasj (mgr.14164) 34 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:43.304 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:43.304 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:43.305 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:42.640044+0000 mon.smithi088 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:56:42.642112+0000 mgr.smithi088.noeasj (mgr.14164) 35 : cephadm [INF] Deploying daemon node-exporter.smithi088 on smithi088 2024-04-12T05:56:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:42.720694+0000 mgr.smithi088.noeasj (mgr.14164) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:42.850945+0000 mon.smithi088 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:42.854209+0000 mon.smithi088 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:56:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:42.856903+0000 mon.smithi088 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:56:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:43.309264+0000 mon.smithi088 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.175:0/3899810705' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:45.052 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:45.052 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:46.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:44.721136+0000 mgr.smithi088.noeasj (mgr.14164) 37 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:46.949 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:46.949 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:46.951 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:48.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:46.721458+0000 mgr.smithi088.noeasj (mgr.14164) 38 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:48.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:46.954247+0000 mon.smithi088 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.175:0/4157915547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:48.552 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:48.552 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:50.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:48.721748+0000 mgr.smithi088.noeasj (mgr.14164) 39 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:50.518 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:50.519 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:50.520 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:51.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:50.523886+0000 mon.smithi088 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.175:0/3089263167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:52.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:52.135 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:52.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:50.722077+0000 mgr.smithi088.noeasj (mgr.14164) 40 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:53.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:52.144058+0000 mon.smithi088 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:53.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:56:52.149890+0000 mgr.smithi088.noeasj (mgr.14164) 41 : cephadm [INF] Deploying daemon prometheus.smithi088 on smithi088 2024-04-12T05:56:53.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:52.853871+0000 mon.smithi088 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:56:54.048 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:54.048 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:54.050 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:54.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:52.722410+0000 mgr.smithi088.noeasj (mgr.14164) 42 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:54.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:54.053320+0000 mon.smithi088 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.175:0/2249471358' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:55.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:55.722 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:56:56.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:54.722641+0000 mgr.smithi088.noeasj (mgr.14164) 43 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:57.639 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:56:57.639 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:56:57.641 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:56:58.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:56.722919+0000 mgr.smithi088.noeasj (mgr.14164) 44 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:56:58.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:56:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:56:57.644487+0000 mon.smithi088 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.175:0/1178694870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:56:59.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:56:59.140 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:57:00.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:56:58.723167+0000 mgr.smithi088.noeasj (mgr.14164) 45 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:01.058 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:57:01.058 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:57:01.059 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:57:01.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:01.063424+0000 mon.smithi088 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.175:0/1327194742' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:02.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:00.723480+0000 mgr.smithi088.noeasj (mgr.14164) 46 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:02.680 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:57:02.680 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:57:04.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:02.723885+0000 mgr.smithi088.noeasj (mgr.14164) 47 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:04.560 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:57:04.560 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:57:04.561 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:57:05.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:04.565186+0000 mon.smithi088 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.175:0/366307977' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:06.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:57:06.254 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:04.724281+0000 mgr.smithi088.noeasj (mgr.14164) 48 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:05.240721+0000 mon.smithi088 (mon.0) 156 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:05.241584+0000 mon.smithi088 (mon.0) 157 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:05.242423+0000 mon.smithi088 (mon.0) 158 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:05.242956+0000 mon.smithi088 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:05.670459+0000 mon.smithi088 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:06.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:05.898532+0000 mon.smithi088 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:06.724820+0000 mgr.smithi088.noeasj (mgr.14164) 49 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:07.857152+0000 mon.smithi088 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:10.106 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:57:10.106 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:57:10.108 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:08.725082+0000 mgr.smithi088.noeasj (mgr.14164) 50 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:09.581100+0000 mon.smithi088 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:09.702247+0000 mon.smithi088 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:09.857702+0000 mon.smithi088 (mon.0) 165 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.111669+0000 mon.smithi088 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.175:0/1544189915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.195817+0000 mon.smithi088 (mon.0) 167 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.196486+0000 mon.smithi088 (mon.0) 168 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.198922+0000 mon.smithi088 (mon.0) 169 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.200353+0000 mon.smithi088 (mon.0) 170 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.201899+0000 mon.smithi088 (mon.0) 171 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-12T05:57:10.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:10.202443+0000 mon.smithi088 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:11.729 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:57:11.729 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:57:11.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:09.814399+0000 mgr.smithi088.noeasj (mgr.14164) 51 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T05:57:11.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:09.829336+0000 mgr.smithi088.noeasj (mgr.14164) 52 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:57:11.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:10.202939+0000 mgr.smithi088.noeasj (mgr.14164) 53 : cephadm [INF] Deploying daemon crash.smithi175 on smithi175 2024-04-12T05:57:12.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:10.725402+0000 mgr.smithi088.noeasj (mgr.14164) 54 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:14.197 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:57:14.197 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:57:14.199 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:57:14.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:12.725740+0000 mgr.smithi088.noeasj (mgr.14164) 55 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:14.117515+0000 mon.smithi088 (mon.0) 173 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:14.119751+0000 mon.smithi088 (mon.0) 174 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:57:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:14.122541+0000 mon.smithi088 (mon.0) 175 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-12T05:57:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:14.123280+0000 mon.smithi088 (mon.0) 176 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:57:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:14.124207+0000 mon.smithi088 (mon.0) 177 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:14.202919+0000 mon.smithi088 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.175:0/2581153747' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:15.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:57:15.918 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:57:15.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:14.124853+0000 mgr.smithi088.noeasj (mgr.14164) 56 : cephadm [INF] Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T05:57:16.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:14.726079+0000 mgr.smithi088.noeasj (mgr.14164) 57 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:18.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:16.726420+0000 mgr.smithi088.noeasj (mgr.14164) 58 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:18.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:16.873332+0000 mon.smithi088 (mon.0) 179 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:18.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:16.875290+0000 mon.smithi088 (mon.0) 180 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:57:18.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:16.876152+0000 mon.smithi088 (mon.0) 181 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:18.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:16.876996+0000 mgr.smithi088.noeasj (mgr.14164) 59 : cephadm [INF] Deploying daemon mon.smithi175 on smithi175 2024-04-12T05:57:18.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:17.860706+0000 mon.smithi088 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:18.311 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:57:18.311 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:54:27.882853Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-12T05:57:18.313 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-04-12T05:57:19.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:18.316414+0000 mon.smithi088 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.175:0/2721972268' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:20.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:18.726727+0000 mgr.smithi088.noeasj (mgr.14164) 60 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:20.825 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-12T05:57:20.825 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mon dump -f json 2024-04-12T05:57:21.253 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:21 smithi175 systemd[1]: Starting Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.120+0000 7f98681b3700 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.120+0000 7f98681b3700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.120+0000 7f98681b3700 0 pidfile_write: ignore empty --pid-file 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.124+0000 7f98681b3700 0 load: jerasure load: lrc load: isa 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: RocksDB version: 6.8.1 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Compile date Jul 8 2021 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: DB SUMMARY 2024-04-12T05:57:22.298 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: CURRENT file: CURRENT 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: IDENTITY file: IDENTITY 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi175/store.db dir, Total Num: 0, files: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi175/store.db: 000003.log size: 511 ; 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.error_if_exists: 0 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.create_if_missing: 0 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.paranoid_checks: 1 2024-04-12T05:57:22.299 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.env: 0x55fb1ed6d1c0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.fs: Posix File System 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.info_log: 0x55fb1fec7a40 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.statistics: (nil) 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.use_fsync: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_log_file_size: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.allow_fallocate: 1 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.use_direct_reads: 0 2024-04-12T05:57:22.300 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.create_missing_column_families: 0 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.db_log_dir: 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi175/store.db 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_subcompactions: 1 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_background_flushes: -1 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.advise_random_on_open: 1 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.write_buffer_manager: 0x55fb20b3e030 2024-04-12T05:57:22.301 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.rate_limiter: (nil) 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.unordered_write: 0 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T05:57:22.302 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.row_cache: None 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.wal_filter: None 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.preserve_deletes: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.two_write_queues: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.manual_wal_flush: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.atomic_flush: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.log_readahead_size: 0 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_background_jobs: 2 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_background_compactions: -1 2024-04-12T05:57:22.303 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_total_wal_size: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_open_files: -1 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bytes_per_sync: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Compression algorithms supported: 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T05:57:22.304 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kZSTD supported: 0 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kXpressCompression supported: 0 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kLZ4Compression supported: 1 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kBZip2Compression supported: 0 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kZlibCompression supported: 1 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: kSnappyCompression supported: 1 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T05:57:22.305 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi175/store.db/MANIFEST-000001 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.merge_operator: 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_filter: None 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_filter_factory: None 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55fb1fde0170) 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cache_index_and_filter_blocks: 1 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T05:57:22.307 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: pin_top_level_index_and_filter: 1 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: index_type: 0 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: data_block_index_type: 0 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: index_shortening: 1 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: data_block_hash_table_util_ratio: 0.750000 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: hash_index_allow_collision: 1 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: checksum: 1 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: no_block_cache: 0 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_cache: 0x55fb1fe16f10 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_cache_name: BinnedLRUCache 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_cache_options: 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: capacity : 536870912 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: num_shard_bits : 4 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: strict_capacity_limit : 0 2024-04-12T05:57:22.308 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: high_pri_pool_ratio: 0.000 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_cache_compressed: (nil) 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: persistent_cache: (nil) 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_size: 4096 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_size_deviation: 10 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_restart_interval: 16 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: index_block_restart_interval: 1 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: metadata_block_size: 4096 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: partition_filters: 0 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: use_delta_encoding: 1 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: filter_policy: rocksdb.BuiltinBloomFilter 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: whole_key_filtering: 1 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: verify_compression: 0 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: read_amp_bytes_per_bit: 0 2024-04-12T05:57:22.309 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: format_version: 2 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: enable_index_compression: 1 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: block_align: 0 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression: NoCompression 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.num_levels: 7 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T05:57:22.310 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression_opts.level: 32767 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compression_opts.enabled: false 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T05:57:22.311 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T05:57:22.312 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.arena_block_size: 4194304 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T05:57:22.313 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.table_properties_collectors: 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.inplace_update_support: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.bloom_locality: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.max_successive_merges: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.force_consistency_checks: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.ttl: 2592000 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.125+0000 7f98681b3700 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T05:57:22.314 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.126+0000 7f98681b3700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi175/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-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.126+0000 7f98681b3700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.126+0000 7f98681b3700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712901442127416, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.126+0000 7f98681b3700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.126+0000 7f98681b3700 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-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.127+0000 7f98681b3700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712901442127862, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1712901442, "oldest_key_time": 3, "file_creation_time": 0}} 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.127+0000 7f98681b3700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.127+0000 7f98681b3700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712901442128225, "job": 1, "event": "recovery_finished"} 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.128+0000 7f98681b3700 4 rocksdb: DB pointer 0x55fb1fedb800 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.128+0000 7f984efbb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.128+0000 7f984efbb700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** DB Stats ** 2024-04-12T05:57:22.315 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** Compaction Stats [default] ** 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.316 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** Compaction Stats [default] ** 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:57:22.317 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** Compaction Stats [default] ** 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** Compaction Stats [default] ** 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.4 0.00 0.00 1 0.000 0 0 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T05:57:22.318 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: AddFile(Keys): cumulative 0, interval 0 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: ** File Read Latency Histogram By Level [default] ** 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.128+0000 7f98681b3700 0 mon.smithi175 does not exist in monmap, will attempt to join an existing cluster 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.128+0000 7f98681b3700 0 using public_addr v2:172.21.15.175:0/0 -> [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.128+0000 7f98681b3700 0 starting mon.smithi175 rank -1 at public addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] at bind addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi175 fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.129+0000 7f98681b3700 1 mon.smithi175@-1(???) e0 preinit fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.160+0000 7f98517c0700 0 mon.smithi175@-1(synchronizing).mds e1 new map 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.160+0000 7f98517c0700 0 mon.smithi175@-1(synchronizing).mds e1 print_map 2024-04-12T05:57:22.319 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: e1 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 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-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: legacy client fscid: -1 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: No filesystems configured 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.160+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:57:22.320 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 0 mon.smithi175@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:20.727011+0000 mgr.smithi088.noeasj (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:21.976865+0000 mon.smithi088 (mon.0) 184 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:21.978471+0000 mon.smithi088 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:21.978935+0000 mon.smithi088 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:21.981008+0000 mon.smithi088 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:21.981832+0000 mon.smithi088 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.161+0000 7f98517c0700 1 mon.smithi175@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expand map: {default=false} 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta from 'false' to 'false' 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expanded map: {default=false} 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expand map: {default=info} 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta from 'info' to 'info' 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expanded map: {default=info} 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expand map: {default=daemon} 2024-04-12T05:57:22.321 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-04-12T05:57:22.322 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expanded map: {default=daemon} 2024-04-12T05:57:22.322 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expand map: {default=debug} 2024-04-12T05:57:22.322 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta from 'debug' to 'debug' 2024-04-12T05:57:22.322 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T05:57:22.163+0000 7f98517c0700 20 expand_channel_meta expanded map: {default=debug} 2024-04-12T05:57:22.322 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 bash[39072]: a12adcc0d6d19df50065a9a6a4f1d1e770867c2cf328b7830a00ab08eb3e6176 2024-04-12T05:57:22.322 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:22 smithi175 systemd[1]: Started Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T05:57:22.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:20.727011+0000 mgr.smithi088.noeasj (mgr.14164) 61 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:22.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:21.976865+0000 mon.smithi088 (mon.0) 184 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T05:57:22.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:21.978471+0000 mon.smithi088 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T05:57:22.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:21.978935+0000 mon.smithi088 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T05:57:22.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:21.981008+0000 mon.smithi088 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T05:57:22.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:21.981832+0000 mon.smithi088 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.175:0/1707149485' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T05:57:27.570 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:22.169253+0000 mon.smithi088 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:22.169425+0000 mon.smithi088 (mon.0) 193 : cluster [INF] mon.smithi088 calling monitor election 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:22.181999+0000 mon.smithi088 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:22.727322+0000 mgr.smithi088.noeasj (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:23.166506+0000 mon.smithi088 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:24.166820+0000 mon.smithi088 (mon.0) 196 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:24.167792+0000 mon.smithi175 (mon.1) 1 : cluster [INF] mon.smithi175 calling monitor election 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:24.727684+0000 mgr.smithi088.noeasj (mgr.14164) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:25.166782+0000 mon.smithi088 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:26.166979+0000 mon.smithi088 (mon.0) 198 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:27.166858+0000 mon.smithi088 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:27.195847+0000 mon.smithi088 (mon.0) 200 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T05:57:27.571 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:27.198938+0000 mon.smithi088 (mon.0) 201 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} 2024-04-12T05:57:27.572 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:27.198999+0000 mon.smithi088 (mon.0) 202 : cluster [DBG] fsmap 2024-04-12T05:57:27.572 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:27.199022+0000 mon.smithi088 (mon.0) 203 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-12T05:57:27.572 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:27.199365+0000 mon.smithi088 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi088.noeasj(active, since 104s), standbys: smithi175.wddsmi 2024-04-12T05:57:27.572 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:27.202749+0000 mon.smithi088 (mon.0) 205 : cluster [INF] overall HEALTH_OK 2024-04-12T05:57:27.572 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:27.204993+0000 mon.smithi088 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:22.169253+0000 mon.smithi088 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:22.169425+0000 mon.smithi088 (mon.0) 193 : cluster [INF] mon.smithi088 calling monitor election 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:22.181999+0000 mon.smithi088 (mon.0) 194 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:22.727322+0000 mgr.smithi088.noeasj (mgr.14164) 62 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:23.166506+0000 mon.smithi088 (mon.0) 195 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:24.166820+0000 mon.smithi088 (mon.0) 196 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:24.167792+0000 mon.smithi175 (mon.1) 1 : cluster [INF] mon.smithi175 calling monitor election 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:24.727684+0000 mgr.smithi088.noeasj (mgr.14164) 63 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:25.166782+0000 mon.smithi088 (mon.0) 197 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:26.166979+0000 mon.smithi088 (mon.0) 198 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:27.166858+0000 mon.smithi088 (mon.0) 199 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:27.195847+0000 mon.smithi088 (mon.0) 200 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:27.198938+0000 mon.smithi088 (mon.0) 201 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:27.198999+0000 mon.smithi088 (mon.0) 202 : cluster [DBG] fsmap 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:27.199022+0000 mon.smithi088 (mon.0) 203 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:27.199365+0000 mon.smithi088 (mon.0) 204 : cluster [DBG] mgrmap e18: smithi088.noeasj(active, since 104s), standbys: smithi175.wddsmi 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:27.202749+0000 mon.smithi088 (mon.0) 205 : cluster [INF] overall HEALTH_OK 2024-04-12T05:57:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:27.204993+0000 mon.smithi088 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:27.826 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-04-12T05:57:27.826 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":2,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","modified":"2024-04-12T05:57:22.166535Z","created":"2024-04-12T05:54:27.882853Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi175","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-12T05:57:27.828 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 2 2024-04-12T05:57:28.423 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:26.728050+0000 mgr.smithi088.noeasj (mgr.14164) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:28.424 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:27.207052+0000 mgr.smithi088.noeasj (mgr.14164) 65 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2024-04-12T05:57:28.424 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:27.830537+0000 mon.smithi088 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.175:0/3156373325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:28.424 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:27.865441+0000 mon.smithi088 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:28.424 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:28.167194+0000 mon.smithi088 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:28.444 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-12T05:57:28.444 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph config generate-minimal-conf 2024-04-12T05:57:28.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:26.728050+0000 mgr.smithi088.noeasj (mgr.14164) 64 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:28.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:27.207052+0000 mgr.smithi088.noeasj (mgr.14164) 65 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2024-04-12T05:57:28.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:27.830537+0000 mon.smithi088 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.175:0/3156373325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-12T05:57:28.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:27.865441+0000 mon.smithi088 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:28.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:28.167194+0000 mon.smithi088 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T05:57:30.684 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:28.728373+0000 mgr.smithi088.noeasj (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:30.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:28.728373+0000 mgr.smithi088.noeasj (mgr.14164) 66 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:31.491 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:57:31.491 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2024-04-12T05:57:31.492 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T05:57:31.492 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2024-04-12T05:57:32.151 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-12T05:57:32.152 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:57:32.152 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T05:57:32.183 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:57:32.183 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:57:32.251 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-04-12T05:57:32.251 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.conf 2024-04-12T05:57:32.290 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-04-12T05:57:32.290 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:57:32.361 INFO:tasks.cephadm:Deploying OSDs... 2024-04-12T05:57:32.361 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T05:57:32.361 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T05:57:32.379 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-04-12T05:57:32.380 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 168022 Links: 1 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-12 05:57:04.557376572 +0000 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-12 05:52:36.859808524 +0000 2024-04-12T05:57:32.438 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-12 05:52:36.859808524 +0000 2024-04-12T05:57:32.439 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-12T05:57:32.439 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T05:57:32.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:30.728604+0000 mgr.smithi088.noeasj (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:32.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:31.496991+0000 mon.smithi088 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.88:0/4218612681' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:32.485 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-12T05:57:32.485 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-12T05:57:32.485 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000236277 s, 2.2 MB/s 2024-04-12T05:57:32.486 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T05:57:32.545 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 163779 Links: 1 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-12 05:57:04.557376572 +0000 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-12 05:52:37.182802138 +0000 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-12 05:52:37.182802138 +0000 2024-04-12T05:57:32.603 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-12T05:57:32.604 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T05:57:32.669 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-12T05:57:32.669 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-12T05:57:32.669 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000186075 s, 2.8 MB/s 2024-04-12T05:57:32.670 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T05:57:32.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:30.728604+0000 mgr.smithi088.noeasj (mgr.14164) 67 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:32.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:31.496991+0000 mon.smithi088 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.88:0/4218612681' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:32.729 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2024-04-12T05:57:32.786 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 171033 Links: 1 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-12 05:57:04.557376572 +0000 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-12 05:52:37.524795375 +0000 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-12 05:52:37.524795375 +0000 2024-04-12T05:57:32.787 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-12T05:57:32.787 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T05:57:32.852 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-12T05:57:32.852 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-12T05:57:32.852 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00019106 s, 2.7 MB/s 2024-04-12T05:57:32.853 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T05:57:32.913 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 172103 Links: 1 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2024-04-12 05:57:04.557376572 +0000 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2024-04-12 05:52:37.853788868 +0000 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2024-04-12 05:52:37.853788868 +0000 2024-04-12T05:57:32.971 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2024-04-12T05:57:32.972 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T05:57:33.036 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2024-04-12T05:57:33.036 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2024-04-12T05:57:33.036 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000231291 s, 2.2 MB/s 2024-04-12T05:57:33.037 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T05:57:33.095 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-04-12T05:57:33.095 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2024-04-12T05:57:33.116 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-04-12T05:57:33.117 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_1 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 163797 Links: 1 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-04-12 05:57:27.637161048 +0000 2024-04-12T05:57:33.177 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-04-12 05:52:36.885527096 +0000 2024-04-12T05:57:33.178 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-04-12 05:52:36.885527096 +0000 2024-04-12T05:57:33.178 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-04-12T05:57:33.178 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-12T05:57:33.246 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-04-12T05:57:33.246 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-04-12T05:57:33.246 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000260255 s, 2.0 MB/s 2024-04-12T05:57:33.248 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-12T05:57:33.309 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_2 2024-04-12T05:57:33.369 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-12T05:57:33.398 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:33.398 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 167304 Links: 1 2024-04-12T05:57:33.398 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:33.398 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:33.399 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-04-12 05:57:27.638161050 +0000 2024-04-12T05:57:33.399 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-04-12 05:52:37.220527828 +0000 2024-04-12T05:57:33.399 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-04-12 05:52:37.220527828 +0000 2024-04-12T05:57:33.399 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-04-12T05:57:33.399 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-12T05:57:33.438 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-04-12T05:57:33.438 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-04-12T05:57:33.438 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000267203 s, 1.9 MB/s 2024-04-12T05:57:33.439 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-12T05:57:33.500 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_3 2024-04-12T05:57:33.560 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-12T05:57:33.560 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:33.560 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 165337 Links: 1 2024-04-12T05:57:33.560 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:33.561 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:33.561 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-04-12 05:57:27.638161050 +0000 2024-04-12T05:57:33.561 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-04-12 05:52:37.564528579 +0000 2024-04-12T05:57:33.561 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-04-12 05:52:37.564528579 +0000 2024-04-12T05:57:33.561 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-04-12T05:57:33.561 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-12T05:57:33.631 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-04-12T05:57:33.631 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-04-12T05:57:33.631 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000192779 s, 2.7 MB/s 2024-04-12T05:57:33.632 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-12T05:57:33.695 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_4 2024-04-12T05:57:33.756 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 6h/6d Inode: 166411 Links: 1 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout:Context: system_u:object_r:device_t:s0 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-04-12 05:57:27.638161050 +0000 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-04-12 05:52:37.902529318 +0000 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-04-12 05:52:37.902529318 +0000 2024-04-12T05:57:33.757 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-04-12T05:57:33.757 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-12T05:57:33.826 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-04-12T05:57:33.827 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-04-12T05:57:33.827 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000218716 s, 2.3 MB/s 2024-04-12T05:57:33.828 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-12T05:57:33.888 INFO:tasks.cephadm:Deploying osd.0 on smithi088 with /dev/vg_nvme/lv_4... 2024-04-12T05:57:33.890 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T05:57:34.591 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:32.728876+0000 mgr.smithi088.noeasj (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:34.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:32.728876+0000 mgr.smithi088.noeasj (mgr.14164) 68 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T05:57:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T05:57:36.150 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2024-04-12T05:57:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2024-04-12T05:57:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0109556 s, 957 MB/s 2024-04-12T05:57:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2024-04-12T05:57:36.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:34.729196+0000 mgr.smithi088.noeasj (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:36.497 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:34.729196+0000 mgr.smithi088.noeasj (mgr.14164) 69 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:36.907 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_4 2024-04-12T05:57:37.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:36.567789+0000 mon.smithi088 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:37.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:36.568926+0000 mon.smithi088 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:57:37.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:36.569768+0000 mon.smithi088 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:37.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:36.570372+0000 mon.smithi088 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:57:37.860 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:36.567789+0000 mon.smithi088 (mon.0) 211 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:37.860 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:36.568926+0000 mon.smithi088 (mon.0) 212 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:57:37.860 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:36.569768+0000 mon.smithi088 (mon.0) 213 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:37.860 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:36.570372+0000 mon.smithi088 (mon.0) 214 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:57:38.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:36.729460+0000 mgr.smithi088.noeasj (mgr.14164) 70 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:38.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:37.869273+0000 mon.smithi088 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:38.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:38.311613+0000 mon.smithi088 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:38.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:38.355477+0000 mon.smithi088 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:38.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:36.729460+0000 mgr.smithi088.noeasj (mgr.14164) 70 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:38.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:37.869273+0000 mon.smithi088 (mon.0) 215 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:38.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:38.311613+0000 mon.smithi088 (mon.0) 216 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:38.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:38.355477+0000 mon.smithi088 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:39.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:38.311983+0000 mgr.smithi088.noeasj (mgr.14164) 71 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T05:57:39.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:38.326796+0000 mgr.smithi088.noeasj (mgr.14164) 72 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:57:39.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:38.311983+0000 mgr.smithi088.noeasj (mgr.14164) 71 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T05:57:39.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:38.326796+0000 mgr.smithi088.noeasj (mgr.14164) 72 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T05:57:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:38.729673+0000 mgr.smithi088.noeasj (mgr.14164) 73 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:40.066321+0000 mon.smithi088 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:57:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:40.067747+0000 mon.smithi088 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:57:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:40.068270+0000 mon.smithi088 (mon.0) 220 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:40.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:38.729673+0000 mgr.smithi088.noeasj (mgr.14164) 73 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:40.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:40.066321+0000 mon.smithi088 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:57:40.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:40.067747+0000 mon.smithi088 (mon.0) 219 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:57:40.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:40.068270+0000 mon.smithi088 (mon.0) 220 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:41.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:40.065418+0000 mgr.smithi088.noeasj (mgr.14164) 74 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:57:41.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:40.065418+0000 mgr.smithi088.noeasj (mgr.14164) 74 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:57:42.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:40.730012+0000 mgr.smithi088.noeasj (mgr.14164) 75 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:42.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:40.730012+0000 mgr.smithi088.noeasj (mgr.14164) 75 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:42.856159+0000 mon.smithi088 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:57:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:42.857813+0000 mon.smithi088 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:57:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:43.461340+0000 mon.smithi088 (mon.0) 223 : audit [INF] from='client.? 172.21.15.88:0/507377295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0ad9029-ceef-4b22-b3fb-6e1bace99860"}]: dispatch 2024-04-12T05:57:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:43.464644+0000 mon.smithi088 (mon.0) 224 : audit [INF] from='client.? 172.21.15.88:0/507377295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0ad9029-ceef-4b22-b3fb-6e1bace99860"}]': finished 2024-04-12T05:57:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:43.464682+0000 mon.smithi088 (mon.0) 225 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T05:57:43.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:43.464761+0000 mon.smithi088 (mon.0) 226 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:57:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:42.856159+0000 mon.smithi088 (mon.0) 221 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:57:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:42.857813+0000 mon.smithi088 (mon.0) 222 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:57:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:43.461340+0000 mon.smithi088 (mon.0) 223 : audit [INF] from='client.? 172.21.15.88:0/507377295' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0ad9029-ceef-4b22-b3fb-6e1bace99860"}]: dispatch 2024-04-12T05:57:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:43.464644+0000 mon.smithi088 (mon.0) 224 : audit [INF] from='client.? 172.21.15.88:0/507377295' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0ad9029-ceef-4b22-b3fb-6e1bace99860"}]': finished 2024-04-12T05:57:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:43.464682+0000 mon.smithi088 (mon.0) 225 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-12T05:57:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:43.464761+0000 mon.smithi088 (mon.0) 226 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:42.730346+0000 mgr.smithi088.noeasj (mgr.14164) 76 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:43.891623+0000 mon.smithi088 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.88:0/4028112963' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:44.233973+0000 mon.smithi088 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:44.259333+0000 mon.smithi088 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:44.262588+0000 mon.smithi088 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:44.264968+0000 mon.smithi088 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:44.265476+0000 mon.smithi088 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:57:44.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:44.265908+0000 mon.smithi088 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:42.730346+0000 mgr.smithi088.noeasj (mgr.14164) 76 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:43.891623+0000 mon.smithi088 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.88:0/4028112963' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:44.233973+0000 mon.smithi088 (mon.0) 228 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:44.259333+0000 mon.smithi088 (mon.0) 229 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:44.262588+0000 mon.smithi088 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:44.264968+0000 mon.smithi088 (mon.0) 231 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:44.265476+0000 mon.smithi088 (mon.0) 232 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:57:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:44.265908+0000 mon.smithi088 (mon.0) 233 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:45.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:44.234495+0000 mgr.smithi088.noeasj (mgr.14164) 77 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T05:57:45.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:44.264760+0000 mgr.smithi088.noeasj (mgr.14164) 78 : cephadm [INF] Reconfiguring mon.smithi088 (unknown last config time)... 2024-04-12T05:57:45.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:44.266291+0000 mgr.smithi088.noeasj (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-04-12T05:57:45.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:44.234495+0000 mgr.smithi088.noeasj (mgr.14164) 77 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T05:57:45.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:44.264760+0000 mgr.smithi088.noeasj (mgr.14164) 78 : cephadm [INF] Reconfiguring mon.smithi088 (unknown last config time)... 2024-04-12T05:57:45.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:44.266291+0000 mgr.smithi088.noeasj (mgr.14164) 79 : cephadm [INF] Reconfiguring daemon mon.smithi088 on smithi088 2024-04-12T05:57:46.783 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:44.730688+0000 mgr.smithi088.noeasj (mgr.14164) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:46.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:44.730688+0000 mgr.smithi088.noeasj (mgr.14164) 80 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:48.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:46.731113+0000 mgr.smithi088.noeasj (mgr.14164) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:48.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:48.257043+0000 mon.smithi088 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:48.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:48.257721+0000 mon.smithi088 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:57:48.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:48.258286+0000 mon.smithi088 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:57:48.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:48.258716+0000 mon.smithi088 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:48.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:46.731113+0000 mgr.smithi088.noeasj (mgr.14164) 81 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:48.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:48.257043+0000 mon.smithi088 (mon.0) 234 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:48.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:48.257721+0000 mon.smithi088 (mon.0) 235 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:57:48.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:48.258286+0000 mon.smithi088 (mon.0) 236 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:57:48.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:48.258716+0000 mon.smithi088 (mon.0) 237 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:49.878 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:48.257512+0000 mgr.smithi088.noeasj (mgr.14164) 82 : cephadm [INF] Reconfiguring mgr.smithi088.noeasj (unknown last config time)... 2024-04-12T05:57:49.878 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:48.259083+0000 mgr.smithi088.noeasj (mgr.14164) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi088.noeasj on smithi088 2024-04-12T05:57:49.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:48.257512+0000 mgr.smithi088.noeasj (mgr.14164) 82 : cephadm [INF] Reconfiguring mgr.smithi088.noeasj (unknown last config time)... 2024-04-12T05:57:49.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:48.259083+0000 mgr.smithi088.noeasj (mgr.14164) 83 : cephadm [INF] Reconfiguring daemon mgr.smithi088.noeasj on smithi088 2024-04-12T05:57:50.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:48.731543+0000 mgr.smithi088.noeasj (mgr.14164) 84 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:50.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:50.238809+0000 mon.smithi088 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:50.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:50.239368+0000 mgr.smithi088.noeasj (mgr.14164) 85 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-04-12T05:57:50.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:50.241506+0000 mgr.smithi088.noeasj (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-04-12T05:57:50.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:48.731543+0000 mgr.smithi088.noeasj (mgr.14164) 84 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:50.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:50.238809+0000 mon.smithi088 (mon.0) 238 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:50.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:50.239368+0000 mgr.smithi088.noeasj (mgr.14164) 85 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-04-12T05:57:50.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:50.241506+0000 mgr.smithi088.noeasj (mgr.14164) 86 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-04-12T05:57:51.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:50.731841+0000 mgr.smithi088.noeasj (mgr.14164) 87 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:51.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:50.731841+0000 mgr.smithi088.noeasj (mgr.14164) 87 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:52.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:51.775837+0000 mon.smithi088 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:57:52.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:51.776547+0000 mon.smithi088 (mon.0) 240 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:52.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:51.777087+0000 mgr.smithi088.noeasj (mgr.14164) 88 : cephadm [INF] Deploying daemon osd.0 on smithi088 2024-04-12T05:57:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:51.775837+0000 mon.smithi088 (mon.0) 239 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T05:57:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:51.776547+0000 mon.smithi088 (mon.0) 240 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:51.777087+0000 mgr.smithi088.noeasj (mgr.14164) 88 : cephadm [INF] Deploying daemon osd.0 on smithi088 2024-04-12T05:57:54.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:52.732150+0000 mgr.smithi088.noeasj (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:54.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:52.732150+0000 mgr.smithi088.noeasj (mgr.14164) 89 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:56.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:54.732499+0000 mgr.smithi088.noeasj (mgr.14164) 90 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:56.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:54.732499+0000 mgr.smithi088.noeasj (mgr.14164) 90 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:58.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:56.732917+0000 mgr.smithi088.noeasj (mgr.14164) 91 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:58.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:56.908200+0000 mon.smithi088 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:58.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:56.908646+0000 mgr.smithi088.noeasj (mgr.14164) 92 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-04-12T05:57:58.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:56.908878+0000 mon.smithi088 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:57:58.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:57:56.909583+0000 mon.smithi088 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:58.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:57:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:57:56.910024+0000 mgr.smithi088.noeasj (mgr.14164) 93 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-04-12T05:57:58.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:56.732917+0000 mgr.smithi088.noeasj (mgr.14164) 91 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:57:58.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:56.908200+0000 mon.smithi088 (mon.0) 241 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:57:58.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:56.908646+0000 mgr.smithi088.noeasj (mgr.14164) 92 : cephadm [INF] Reconfiguring crash.smithi088 (monmap changed)... 2024-04-12T05:57:58.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:56.908878+0000 mon.smithi088 (mon.0) 242 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:57:58.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:57:56.909583+0000 mon.smithi088 (mon.0) 243 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:57:58.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:57:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:57:56.910024+0000 mgr.smithi088.noeasj (mgr.14164) 93 : cephadm [INF] Reconfiguring daemon crash.smithi088 on smithi088 2024-04-12T05:58:00.363 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:57:58.733437+0000 mgr.smithi088.noeasj (mgr.14164) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:00.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:57:58.733437+0000 mgr.smithi088.noeasj (mgr.14164) 94 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:00.531 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 0 on host 'smithi088' 2024-04-12T05:58:01.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:00.530768+0000 mon.smithi088 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:01.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:00.535164+0000 mon.smithi088 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:01.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:00.530768+0000 mon.smithi088 (mon.0) 244 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:00.535164+0000 mon.smithi088 (mon.0) 245 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:02.419 DEBUG:teuthology.orchestra.run.smithi088:osd.0> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.0.service 2024-04-12T05:58:02.421 INFO:tasks.cephadm:Deploying osd.1 on smithi088 with /dev/vg_nvme/lv_3... 2024-04-12T05:58:02.421 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T05:58:02.450 INFO:journalctl@ceph.osd.0.smithi088.stdout:-- Logs begin at Fri 2024-04-12 05:46:43 UTC. -- 2024-04-12T05:58:02.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:00.733799+0000 mgr.smithi088.noeasj (mgr.14164) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:02.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:01.969590+0000 mon.smithi088 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:02.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:00.733799+0000 mgr.smithi088.noeasj (mgr.14164) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:02.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:01.969590+0000 mon.smithi088 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:03.894 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 05:58:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0[46349]: debug 2024-04-12T05:58:03.585+0000 7effa9274080 -1 osd.0 0 log_to_monitors {default=true} 2024-04-12T05:58:03.894 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:01.970105+0000 mgr.smithi088.noeasj (mgr.14164) 96 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-04-12T05:58:03.894 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:01.974386+0000 mgr.smithi088.noeasj (mgr.14164) 97 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-04-12T05:58:03.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:01.970105+0000 mgr.smithi088.noeasj (mgr.14164) 96 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-04-12T05:58:03.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:01.974386+0000 mgr.smithi088.noeasj (mgr.14164) 97 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-04-12T05:58:04.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:02.734124+0000 mgr.smithi088.noeasj (mgr.14164) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:04.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:03.588919+0000 mon.smithi088 (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T05:58:04.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:02.734124+0000 mgr.smithi088.noeasj (mgr.14164) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:04.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:03.588919+0000 mon.smithi088 (mon.0) 247 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T05:58:05.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:04.546999+0000 mon.smithi088 (mon.0) 248 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T05:58:05.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:04.547042+0000 mon.smithi088 (mon.0) 249 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T05:58:05.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:04.547133+0000 mon.smithi088 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:05.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:04.547480+0000 mon.smithi088 (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:05.638 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 05:58:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0[46349]: debug 2024-04-12T05:58:05.554+0000 7eff9f7d7700 -1 osd.0 0 waiting for initial osdmap 2024-04-12T05:58:05.638 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 05:58:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0[46349]: debug 2024-04-12T05:58:05.558+0000 7eff9a750700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:58:05.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:04.546999+0000 mon.smithi088 (mon.0) 248 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T05:58:05.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:04.547042+0000 mon.smithi088 (mon.0) 249 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-12T05:58:05.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:04.547133+0000 mon.smithi088 (mon.0) 250 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:05.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:04.547480+0000 mon.smithi088 (mon.0) 251 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:06.427 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T05:58:06.427 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T05:58:06.427 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2024-04-12T05:58:06.427 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2024-04-12T05:58:06.427 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.011957 s, 877 MB/s 2024-04-12T05:58:06.427 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2024-04-12T05:58:06.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:04.734356+0000 mgr.smithi088.noeasj (mgr.14164) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:06.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:05.550495+0000 mon.smithi088 (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:58:06.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:05.550552+0000 mon.smithi088 (mon.0) 253 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-04-12T05:58:06.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:05.550987+0000 mon.smithi088 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:06.934 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:05.555294+0000 mon.smithi088 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:06.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:04.734356+0000 mgr.smithi088.noeasj (mgr.14164) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:06.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:05.550495+0000 mon.smithi088 (mon.0) 252 : audit [INF] from='osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:58:06.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:05.550552+0000 mon.smithi088 (mon.0) 253 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2024-04-12T05:58:06.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:05.550987+0000 mon.smithi088 (mon.0) 254 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:06.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:05.555294+0000 mon.smithi088 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:07.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:04.633824+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:58:07.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:04.633990+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:58:07.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:06.555567+0000 mon.smithi088 (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935] boot 2024-04-12T05:58:07.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:06.555600+0000 mon.smithi088 (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T05:58:07.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:06.556044+0000 mon.smithi088 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:07.859 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_3 2024-04-12T05:58:07.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:04.633824+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:58:07.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:04.633990+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:58:07.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:06.555567+0000 mon.smithi088 (mon.0) 256 : cluster [INF] osd.0 [v2:172.21.15.88:6802/2602693935,v1:172.21.15.88:6803/2602693935] boot 2024-04-12T05:58:07.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:06.555600+0000 mon.smithi088 (mon.0) 257 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-12T05:58:07.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:06.556044+0000 mon.smithi088 (mon.0) 258 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T05:58:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:06.734664+0000 mgr.smithi088.noeasj (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:07.563112+0000 mon.smithi088 (mon.0) 259 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-04-12T05:58:08.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:06.734664+0000 mgr.smithi088.noeasj (mgr.14164) 100 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-12T05:58:08.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:07.563112+0000 mon.smithi088 (mon.0) 259 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-04-12T05:58:10.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:08.734949+0000 mgr.smithi088.noeasj (mgr.14164) 101 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:10.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:08.889656+0000 mon.smithi088 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:10.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:08.890306+0000 mgr.smithi088.noeasj (mgr.14164) 102 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T05:58:10.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:08.892494+0000 mgr.smithi088.noeasj (mgr.14164) 103 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T05:58:10.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:08.734949+0000 mgr.smithi088.noeasj (mgr.14164) 101 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:10.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:08.889656+0000 mon.smithi088 (mon.0) 260 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:10.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:08.890306+0000 mgr.smithi088.noeasj (mgr.14164) 102 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T05:58:10.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:08.892494+0000 mgr.smithi088.noeasj (mgr.14164) 103 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T05:58:11.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:10.735054+0000 mon.smithi088 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:58:11.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:10.736312+0000 mon.smithi088 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:58:11.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:10.736744+0000 mon.smithi088 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:10.735054+0000 mon.smithi088 (mon.0) 261 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:58:11.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:10.736312+0000 mon.smithi088 (mon.0) 262 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:58:11.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:10.736744+0000 mon.smithi088 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:12.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:10.734314+0000 mgr.smithi088.noeasj (mgr.14164) 104 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:58:12.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:10.735166+0000 mgr.smithi088.noeasj (mgr.14164) 105 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:12.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:10.734314+0000 mgr.smithi088.noeasj (mgr.14164) 104 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:58:12.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:10.735166+0000 mgr.smithi088.noeasj (mgr.14164) 105 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:14.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:12.735517+0000 mgr.smithi088.noeasj (mgr.14164) 106 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:14.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:12.735517+0000 mgr.smithi088.noeasj (mgr.14164) 106 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:16.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:14.735911+0000 mgr.smithi088.noeasj (mgr.14164) 107 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:16.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:15.356409+0000 mon.smithi088 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:16.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:15.356893+0000 mgr.smithi088.noeasj (mgr.14164) 108 : cephadm [INF] Reconfiguring crash.smithi175 (monmap changed)... 2024-04-12T05:58:16.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:15.357138+0000 mon.smithi088 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:58:16.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:15.357707+0000 mon.smithi088 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:16.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:15.358089+0000 mgr.smithi088.noeasj (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon crash.smithi175 on smithi175 2024-04-12T05:58:16.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:14.735911+0000 mgr.smithi088.noeasj (mgr.14164) 107 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:16.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:15.356409+0000 mon.smithi088 (mon.0) 264 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:16.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:15.356893+0000 mgr.smithi088.noeasj (mgr.14164) 108 : cephadm [INF] Reconfiguring crash.smithi175 (monmap changed)... 2024-04-12T05:58:16.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:15.357138+0000 mon.smithi088 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T05:58:16.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:15.357707+0000 mon.smithi088 (mon.0) 266 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:16.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:15.358089+0000 mgr.smithi088.noeasj (mgr.14164) 109 : cephadm [INF] Reconfiguring daemon crash.smithi175 on smithi175 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.362372+0000 mon.smithi088 (mon.0) 267 : audit [INF] from='client.? 172.21.15.88:0/2119424997' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64c5cc39-5984-4737-ac61-853ab83c1b33"}]: dispatch 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.365391+0000 mon.smithi088 (mon.0) 268 : audit [INF] from='client.? 172.21.15.88:0/2119424997' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64c5cc39-5984-4737-ac61-853ab83c1b33"}]': finished 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:16.365453+0000 mon.smithi088 (mon.0) 269 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.365540+0000 mon.smithi088 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.767674+0000 mon.smithi088 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.88:0/4033809439' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.792620+0000 mon.smithi088 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.793377+0000 mon.smithi088 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.794035+0000 mon.smithi088 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:58:17.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:16.794704+0000 mon.smithi088 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.362372+0000 mon.smithi088 (mon.0) 267 : audit [INF] from='client.? 172.21.15.88:0/2119424997' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64c5cc39-5984-4737-ac61-853ab83c1b33"}]: dispatch 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.365391+0000 mon.smithi088 (mon.0) 268 : audit [INF] from='client.? 172.21.15.88:0/2119424997' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64c5cc39-5984-4737-ac61-853ab83c1b33"}]': finished 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:16.365453+0000 mon.smithi088 (mon.0) 269 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.365540+0000 mon.smithi088 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.767674+0000 mon.smithi088 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.88:0/4033809439' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.792620+0000 mon.smithi088 (mon.0) 272 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.793377+0000 mon.smithi088 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.794035+0000 mon.smithi088 (mon.0) 274 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T05:58:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:16.794704+0000 mon.smithi088 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:16.736209+0000 mgr.smithi088.noeasj (mgr.14164) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:16.793116+0000 mgr.smithi088.noeasj (mgr.14164) 111 : cephadm [INF] Reconfiguring mgr.smithi175.wddsmi (monmap changed)... 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:16.795219+0000 mgr.smithi088.noeasj (mgr.14164) 112 : cephadm [INF] Reconfiguring daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:18.233122+0000 mon.smithi088 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:18.233960+0000 mon.smithi088 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:18.234716+0000 mon.smithi088 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:58:18.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:18.235359+0000 mon.smithi088 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:18.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:16.736209+0000 mgr.smithi088.noeasj (mgr.14164) 110 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:16.793116+0000 mgr.smithi088.noeasj (mgr.14164) 111 : cephadm [INF] Reconfiguring mgr.smithi175.wddsmi (monmap changed)... 2024-04-12T05:58:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:16.795219+0000 mgr.smithi088.noeasj (mgr.14164) 112 : cephadm [INF] Reconfiguring daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T05:58:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:18.233122+0000 mon.smithi088 (mon.0) 276 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:18.233960+0000 mon.smithi088 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T05:58:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:18.234716+0000 mon.smithi088 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T05:58:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:18.235359+0000 mon.smithi088 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:19.548 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:18.233637+0000 mgr.smithi088.noeasj (mgr.14164) 113 : cephadm [INF] Reconfiguring mon.smithi175 (monmap changed)... 2024-04-12T05:58:19.549 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:18.235958+0000 mgr.smithi088.noeasj (mgr.14164) 114 : cephadm [INF] Reconfiguring daemon mon.smithi175 on smithi175 2024-04-12T05:58:19.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:18.233637+0000 mgr.smithi088.noeasj (mgr.14164) 113 : cephadm [INF] Reconfiguring mon.smithi175 (monmap changed)... 2024-04-12T05:58:19.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:18.235958+0000 mgr.smithi088.noeasj (mgr.14164) 114 : cephadm [INF] Reconfiguring daemon mon.smithi175 on smithi175 2024-04-12T05:58:20.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:18.736613+0000 mgr.smithi088.noeasj (mgr.14164) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:20.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:19.598501+0000 mon.smithi088 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:20.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:19.600849+0000 mon.smithi088 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:58:20.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:19.601178+0000 mgr.smithi088.noeasj (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:58:20.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:18.736613+0000 mgr.smithi088.noeasj (mgr.14164) 115 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:20.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:19.598501+0000 mon.smithi088 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:20.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:19.600849+0000 mon.smithi088 (mon.0) 281 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:58:20.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:19.601178+0000 mgr.smithi088.noeasj (mgr.14164) 116 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T05:58:22.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:20.736921+0000 mgr.smithi088.noeasj (mgr.14164) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:22.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:22.390666+0000 mon.smithi088 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:58:22.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:22.391339+0000 mon.smithi088 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:20.736921+0000 mgr.smithi088.noeasj (mgr.14164) 117 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:22.390666+0000 mon.smithi088 (mon.0) 282 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T05:58:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:22.391339+0000 mon.smithi088 (mon.0) 283 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:23.871 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:22.391873+0000 mgr.smithi088.noeasj (mgr.14164) 118 : cephadm [INF] Deploying daemon osd.1 on smithi088 2024-04-12T05:58:23.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:22.391873+0000 mgr.smithi088.noeasj (mgr.14164) 118 : cephadm [INF] Deploying daemon osd.1 on smithi088 2024-04-12T05:58:24.886 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:22.737191+0000 mgr.smithi088.noeasj (mgr.14164) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:24.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:22.737191+0000 mgr.smithi088.noeasj (mgr.14164) 119 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:26.152 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 1 on host 'smithi088' 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:24.737451+0000 mgr.smithi088.noeasj (mgr.14164) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.150482+0000 mon.smithi088 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.156270+0000 mon.smithi088 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.167060+0000 mon.smithi088 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.88:9093"}]: dispatch 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.174186+0000 mon.smithi088 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.177876+0000 mon.smithi088 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.183580+0000 mon.smithi088 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.88:3000"}]: dispatch 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.189822+0000 mon.smithi088 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.193178+0000 mon.smithi088 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:58:26.906 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.198658+0000 mon.smithi088 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.88:9095"}]: dispatch 2024-04-12T05:58:26.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.204692+0000 mon.smithi088 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.207110+0000 mon.smithi088 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:58:26.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.208071+0000 mon.smithi088 (mon.0) 295 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:26.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.208709+0000 mon.smithi088 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:58:26.932 DEBUG:teuthology.orchestra.run.smithi088:osd.1> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.1.service 2024-04-12T05:58:26.934 INFO:tasks.cephadm:Deploying osd.2 on smithi088 with /dev/vg_nvme/lv_2... 2024-04-12T05:58:26.934 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-12T05:58:26.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:-- Logs begin at Fri 2024-04-12 05:46:43 UTC. -- 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:24.737451+0000 mgr.smithi088.noeasj (mgr.14164) 120 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.150482+0000 mon.smithi088 (mon.0) 284 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.156270+0000 mon.smithi088 (mon.0) 285 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.167060+0000 mon.smithi088 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.88:9093"}]: dispatch 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.174186+0000 mon.smithi088 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.177876+0000 mon.smithi088 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.183580+0000 mon.smithi088 (mon.0) 289 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.88:3000"}]: dispatch 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.189822+0000 mon.smithi088 (mon.0) 290 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.193178+0000 mon.smithi088 (mon.0) 291 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:58:26.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.198658+0000 mon.smithi088 (mon.0) 292 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.88:9095"}]: dispatch 2024-04-12T05:58:26.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.204692+0000 mon.smithi088 (mon.0) 293 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:26.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.207110+0000 mon.smithi088 (mon.0) 294 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:58:26.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.208071+0000 mon.smithi088 (mon.0) 295 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:26.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.208709+0000 mon.smithi088 (mon.0) 296 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:58:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.167481+0000 mgr.smithi088.noeasj (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.88:9093"}]: dispatch 2024-04-12T05:58:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.178209+0000 mgr.smithi088.noeasj (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:58:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.183874+0000 mgr.smithi088.noeasj (mgr.14164) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.88:3000"}]: dispatch 2024-04-12T05:58:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.193488+0000 mgr.smithi088.noeasj (mgr.14164) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:58:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:26.198958+0000 mgr.smithi088.noeasj (mgr.14164) 125 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.88:9095"}]: dispatch 2024-04-12T05:58:27.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.167481+0000 mgr.smithi088.noeasj (mgr.14164) 121 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.88:9093"}]: dispatch 2024-04-12T05:58:27.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.178209+0000 mgr.smithi088.noeasj (mgr.14164) 122 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T05:58:27.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.183874+0000 mgr.smithi088.noeasj (mgr.14164) 123 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.88:3000"}]: dispatch 2024-04-12T05:58:27.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.193488+0000 mgr.smithi088.noeasj (mgr.14164) 124 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T05:58:27.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:26.198958+0000 mgr.smithi088.noeasj (mgr.14164) 125 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.88:9095"}]: dispatch 2024-04-12T05:58:28.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:26.737731+0000 mgr.smithi088.noeasj (mgr.14164) 126 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:28.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:28.038569+0000 mon.smithi088 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:28.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:26.737731+0000 mgr.smithi088.noeasj (mgr.14164) 126 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:28.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:28.038569+0000 mon.smithi088 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:29.459 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 05:58:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1[49385]: debug 2024-04-12T05:58:29.266+0000 7fd437381080 -1 osd.1 0 log_to_monitors {default=true} 2024-04-12T05:58:29.642 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-12T05:58:29.642 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-12T05:58:29.642 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2024-04-12T05:58:29.642 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2024-04-12T05:58:29.642 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0153978 s, 681 MB/s 2024-04-12T05:58:29.642 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2024-04-12T05:58:29.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:28.737978+0000 mgr.smithi088.noeasj (mgr.14164) 127 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:29.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:29.269975+0000 mon.smithi088 (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T05:58:29.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:28.737978+0000 mgr.smithi088.noeasj (mgr.14164) 127 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:29.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:29.269975+0000 mon.smithi088 (mon.0) 298 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T05:58:30.710 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 05:58:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1[49385]: debug 2024-04-12T05:58:30.628+0000 7fd42d8e4700 -1 osd.1 0 waiting for initial osdmap 2024-04-12T05:58:30.710 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 05:58:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1[49385]: debug 2024-04-12T05:58:30.631+0000 7fd42805c700 -1 osd.1 13 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:58:30.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:29.627930+0000 mon.smithi088 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T05:58:30.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:29.627983+0000 mon.smithi088 (mon.0) 300 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T05:58:30.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:29.628071+0000 mon.smithi088 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:30.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:29.628422+0000 mon.smithi088 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:30.747 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_2 2024-04-12T05:58:30.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:29.627930+0000 mon.smithi088 (mon.0) 299 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T05:58:30.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:29.627983+0000 mon.smithi088 (mon.0) 300 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-12T05:58:30.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:29.628071+0000 mon.smithi088 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:30.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:29.628422+0000 mon.smithi088 (mon.0) 302 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:31.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:30.626752+0000 mon.smithi088 (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:58:31.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:30.626802+0000 mon.smithi088 (mon.0) 304 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-04-12T05:58:31.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:30.627108+0000 mon.smithi088 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:31.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:30.630303+0000 mon.smithi088 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:31.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:30.738242+0000 mgr.smithi088.noeasj (mgr.14164) 128 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:31.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:30.626752+0000 mon.smithi088 (mon.0) 303 : audit [INF] from='osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:58:31.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:30.626802+0000 mon.smithi088 (mon.0) 304 : cluster [DBG] osdmap e13: 2 total, 1 up, 2 in 2024-04-12T05:58:31.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:30.627108+0000 mon.smithi088 (mon.0) 305 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:31.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:30.630303+0000 mon.smithi088 (mon.0) 306 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:31.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:30.738242+0000 mgr.smithi088.noeasj (mgr.14164) 128 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2024-04-12T05:58:32.835 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:30.256365+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:58:32.835 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:30.256456+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:58:32.836 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:31.631142+0000 mon.smithi088 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:32.836 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:31.634560+0000 mon.smithi088 (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101] boot 2024-04-12T05:58:32.836 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:31.634595+0000 mon.smithi088 (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T05:58:32.836 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:31.635011+0000 mon.smithi088 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:32.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:30.256365+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:58:32.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:30.256456+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:58:32.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:31.631142+0000 mon.smithi088 (mon.0) 307 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:32.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:31.634560+0000 mon.smithi088 (mon.0) 308 : cluster [INF] osd.1 [v2:172.21.15.88:6810/1396171101,v1:172.21.15.88:6811/1396171101] boot 2024-04-12T05:58:32.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:31.634595+0000 mon.smithi088 (mon.0) 309 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-12T05:58:32.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:31.635011+0000 mon.smithi088 (mon.0) 310 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T05:58:33.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:32.635249+0000 mon.smithi088 (mon.0) 311 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-04-12T05:58:33.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:32.738490+0000 mgr.smithi088.noeasj (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:33.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:33.587504+0000 mgr.smithi088.noeasj (mgr.14164) 130 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:58:33.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:33.588174+0000 mon.smithi088 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:58:33.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:33.589501+0000 mon.smithi088 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:58:33.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:33.590025+0000 mon.smithi088 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:33.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:32.635249+0000 mon.smithi088 (mon.0) 311 : cluster [DBG] osdmap e15: 2 total, 2 up, 2 in 2024-04-12T05:58:33.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:32.738490+0000 mgr.smithi088.noeasj (mgr.14164) 129 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:33.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:33.587504+0000 mgr.smithi088.noeasj (mgr.14164) 130 : audit [DBG] from='client.14276 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:58:33.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:33.588174+0000 mon.smithi088 (mon.0) 312 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:58:33.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:33.589501+0000 mon.smithi088 (mon.0) 313 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:58:33.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:33.590025+0000 mon.smithi088 (mon.0) 314 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:34.738754+0000 mgr.smithi088.noeasj (mgr.14164) 131 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:36.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:35.533466+0000 mon.smithi088 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:36.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:34.738754+0000 mgr.smithi088.noeasj (mgr.14164) 131 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:36.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:35.533466+0000 mon.smithi088 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:37.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:36.712591+0000 mon.smithi088 (mon.0) 316 : audit [INF] from='client.? 172.21.15.88:0/4095586705' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd"}]: dispatch 2024-04-12T05:58:37.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:36.716015+0000 mon.smithi088 (mon.0) 317 : audit [INF] from='client.? 172.21.15.88:0/4095586705' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd"}]': finished 2024-04-12T05:58:37.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:36.716053+0000 mon.smithi088 (mon.0) 318 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T05:58:37.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:36.716152+0000 mon.smithi088 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:37.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:37.145597+0000 mon.smithi088 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.88:0/1670394022' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:58:37.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:36.712591+0000 mon.smithi088 (mon.0) 316 : audit [INF] from='client.? 172.21.15.88:0/4095586705' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd"}]: dispatch 2024-04-12T05:58:37.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:36.716015+0000 mon.smithi088 (mon.0) 317 : audit [INF] from='client.? 172.21.15.88:0/4095586705' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd"}]': finished 2024-04-12T05:58:37.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:36.716053+0000 mon.smithi088 (mon.0) 318 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-12T05:58:37.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:36.716152+0000 mon.smithi088 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:37.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:37.145597+0000 mon.smithi088 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.88:0/1670394022' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:58:38.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:36.739037+0000 mgr.smithi088.noeasj (mgr.14164) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:38.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:36.739037+0000 mgr.smithi088.noeasj (mgr.14164) 132 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:40.689 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:38.739433+0000 mgr.smithi088.noeasj (mgr.14164) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:40.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:38.739433+0000 mgr.smithi088.noeasj (mgr.14164) 133 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:42.857 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:40.739806+0000 mgr.smithi088.noeasj (mgr.14164) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:42.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:40.739806+0000 mgr.smithi088.noeasj (mgr.14164) 134 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:43.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:42.857055+0000 mon.smithi088 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:58:43.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:42.858579+0000 mon.smithi088 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:42.895109+0000 mon.smithi088 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.194813+0000 mon.smithi088 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.195519+0000 mon.smithi088 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.199724+0000 mon.smithi088 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.202947+0000 mon.smithi088 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.206215+0000 mon.smithi088 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.207086+0000 mon.smithi088 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:43.207614+0000 mon.smithi088 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:58:43.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:42.857055+0000 mon.smithi088 (mon.0) 321 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:42.858579+0000 mon.smithi088 (mon.0) 322 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:42.895109+0000 mon.smithi088 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.194813+0000 mon.smithi088 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.195519+0000 mon.smithi088 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.199724+0000 mon.smithi088 (mon.0) 326 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.202947+0000 mon.smithi088 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.206215+0000 mon.smithi088 (mon.0) 328 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.207086+0000 mon.smithi088 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:43.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:43.207614+0000 mon.smithi088 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:58:44.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:42.740110+0000 mgr.smithi088.noeasj (mgr.14164) 135 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:44.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:42.890350+0000 mgr.smithi088.noeasj (mgr.14164) 136 : cephadm [INF] Detected new or changed devices on smithi088 2024-04-12T05:58:44.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:43.196014+0000 mgr.smithi088.noeasj (mgr.14164) 137 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 6449M 2024-04-12T05:58:44.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:44.059795+0000 mon.smithi088 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:58:44.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:44.060351+0000 mon.smithi088 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:44.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:42.740110+0000 mgr.smithi088.noeasj (mgr.14164) 135 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:42.890350+0000 mgr.smithi088.noeasj (mgr.14164) 136 : cephadm [INF] Detected new or changed devices on smithi088 2024-04-12T05:58:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:43.196014+0000 mgr.smithi088.noeasj (mgr.14164) 137 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 6449M 2024-04-12T05:58:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:44.059795+0000 mon.smithi088 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T05:58:44.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:44.060351+0000 mon.smithi088 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:45.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:58:44.060784+0000 mgr.smithi088.noeasj (mgr.14164) 138 : cephadm [INF] Deploying daemon osd.2 on smithi088 2024-04-12T05:58:45.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:44.985167+0000 mon.smithi088 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:45.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:58:44.060784+0000 mgr.smithi088.noeasj (mgr.14164) 138 : cephadm [INF] Deploying daemon osd.2 on smithi088 2024-04-12T05:58:45.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:44.985167+0000 mon.smithi088 (mon.0) 333 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:46.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:44.740530+0000 mgr.smithi088.noeasj (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:46.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:44.740530+0000 mgr.smithi088.noeasj (mgr.14164) 139 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:48.588 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:46.740938+0000 mgr.smithi088.noeasj (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:48.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:46.740938+0000 mgr.smithi088.noeasj (mgr.14164) 140 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:49.165 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 2 on host 'smithi088' 2024-04-12T05:58:50.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:48.741358+0000 mgr.smithi088.noeasj (mgr.14164) 141 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:50.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:49.162842+0000 mon.smithi088 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:50.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:49.170146+0000 mon.smithi088 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:50.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:48.741358+0000 mgr.smithi088.noeasj (mgr.14164) 141 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:50.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:49.162842+0000 mon.smithi088 (mon.0) 334 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:50.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:49.170146+0000 mon.smithi088 (mon.0) 335 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:50.649 DEBUG:teuthology.orchestra.run.smithi088:osd.2> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.2.service 2024-04-12T05:58:50.651 INFO:tasks.cephadm:Deploying osd.3 on smithi088 with /dev/vg_nvme/lv_1... 2024-04-12T05:58:50.651 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-12T05:58:50.686 INFO:journalctl@ceph.osd.2.smithi088.stdout:-- Logs begin at Fri 2024-04-12 05:46:43 UTC. -- 2024-04-12T05:58:52.354 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 05:58:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2[52853]: debug 2024-04-12T05:58:52.040+0000 7f59f06d5080 -1 osd.2 0 log_to_monitors {default=true} 2024-04-12T05:58:52.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:50.741597+0000 mgr.smithi088.noeasj (mgr.14164) 142 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:52.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:51.942297+0000 mon.smithi088 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:52.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:52.043808+0000 mon.smithi175 (mon.1) 2 : audit [INF] from='osd.2 [v2:172.21.15.88:6818/2208944233,v1:172.21.15.88:6819/2208944233]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:58:52.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:52.044175+0000 mon.smithi088 (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:58:52.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:50.741597+0000 mgr.smithi088.noeasj (mgr.14164) 142 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:52.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:51.942297+0000 mon.smithi088 (mon.0) 336 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:52.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:52.043808+0000 mon.smithi175 (mon.1) 2 : audit [INF] from='osd.2 [v2:172.21.15.88:6818/2208944233,v1:172.21.15.88:6819/2208944233]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:58:52.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:52.044175+0000 mon.smithi088 (mon.0) 337 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T05:58:53.388 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-12T05:58:53.388 INFO:teuthology.orchestra.run.smithi088.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-12T05:58:53.388 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10+0 records in 2024-04-12T05:58:53.388 INFO:teuthology.orchestra.run.smithi088.stderr:10+0 records out 2024-04-12T05:58:53.388 INFO:teuthology.orchestra.run.smithi088.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0143385 s, 731 MB/s 2024-04-12T05:58:53.389 INFO:teuthology.orchestra.run.smithi088.stderr:--> Zapping successful for: 2024-04-12T05:58:54.209 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2[52853]: debug 2024-04-12T05:58:53.950+0000 7f59e6c38700 -1 osd.2 0 waiting for initial osdmap 2024-04-12T05:58:54.209 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2[52853]: debug 2024-04-12T05:58:53.953+0000 7f59e0baf700 -1 osd.2 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:58:54.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:52.741824+0000 mgr.smithi088.noeasj (mgr.14164) 143 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:54.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:52.945927+0000 mon.smithi088 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T05:58:54.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:52.946008+0000 mon.smithi088 (mon.0) 339 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T05:58:54.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:52.946109+0000 mon.smithi088 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:54.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:52.946949+0000 mon.smithi175 (mon.1) 3 : audit [INF] from='osd.2 [v2:172.21.15.88:6818/2208944233,v1:172.21.15.88:6819/2208944233]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:54.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:52.947245+0000 mon.smithi088 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:54.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:52.741824+0000 mgr.smithi088.noeasj (mgr.14164) 143 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:54.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:52.945927+0000 mon.smithi088 (mon.0) 338 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T05:58:54.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:52.946008+0000 mon.smithi088 (mon.0) 339 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-12T05:58:54.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:52.946109+0000 mon.smithi088 (mon.0) 340 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:54.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:52.946949+0000 mon.smithi175 (mon.1) 3 : audit [INF] from='osd.2 [v2:172.21.15.88:6818/2208944233,v1:172.21.15.88:6819/2208944233]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:54.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:52.947245+0000 mon.smithi088 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:58:54.289 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi088:vg_nvme/lv_1 2024-04-12T05:58:54.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:53.946131+0000 mon.smithi088 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:58:54.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:53.946189+0000 mon.smithi088 (mon.0) 343 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-04-12T05:58:54.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:53.946512+0000 mon.smithi088 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:54.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:53.950037+0000 mon.smithi088 (mon.0) 345 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:55.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:53.946131+0000 mon.smithi088 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:58:55.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:53.946189+0000 mon.smithi088 (mon.0) 343 : cluster [DBG] osdmap e18: 3 total, 2 up, 3 in 2024-04-12T05:58:55.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:53.946512+0000 mon.smithi088 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:55.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:53.950037+0000 mon.smithi088 (mon.0) 345 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:56.113 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:53.013599+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:53.013696+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:54.742074+0000 mgr.smithi088.noeasj (mgr.14164) 144 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:54.951126+0000 mon.smithi088 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:54.954723+0000 mon.smithi088 (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.88:6818/2208944233,v1:172.21.15.88:6819/2208944233] boot 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:54.954752+0000 mon.smithi088 (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:54.955196+0000 mon.smithi088 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:56.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:54.955572+0000 mon.smithi088 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-04-12T05:58:56.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:53.013599+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:53.013696+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:54.742074+0000 mgr.smithi088.noeasj (mgr.14164) 144 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 9.6 MiB used, 179 GiB / 179 GiB avail 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:54.951126+0000 mon.smithi088 (mon.0) 346 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:54.954723+0000 mon.smithi088 (mon.0) 347 : cluster [INF] osd.2 [v2:172.21.15.88:6818/2208944233,v1:172.21.15.88:6819/2208944233] boot 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:54.954752+0000 mon.smithi088 (mon.0) 348 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:54.955196+0000 mon.smithi088 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T05:58:56.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:54.955572+0000 mon.smithi088 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-04-12T05:58:56.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:55.959238+0000 mon.smithi088 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-04-12T05:58:56.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:55.959291+0000 mon.smithi088 (mon.0) 352 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T05:58:56.957 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:55.959931+0000 mon.smithi088 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-12T05:58:57.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:55.959238+0000 mon.smithi088 (mon.0) 351 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-04-12T05:58:57.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:55.959291+0000 mon.smithi088 (mon.0) 352 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-12T05:58:57.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:55.959931+0000 mon.smithi088 (mon.0) 353 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-04-12T05:58:58.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:56.742396+0000 mgr.smithi088.noeasj (mgr.14164) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:58:58.213 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:56.963912+0000 mon.smithi088 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:56.963989+0000 mon.smithi088 (mon.0) 355 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:56.970150+0000 mon.smithi088 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:56.971135+0000 mgr.smithi088.noeasj (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:56.973629+0000 mon.smithi088 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:56.976377+0000 mon.smithi088 (mon.0) 358 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:56.977221+0000 mon.smithi088 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:56.977757+0000 mon.smithi088 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:57.887842+0000 mon.smithi088 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:57.889003+0000 mon.smithi088 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:58:58.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:57.889508+0000 mon.smithi088 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:56.742396+0000 mgr.smithi088.noeasj (mgr.14164) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:56.963912+0000 mon.smithi088 (mon.0) 354 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:56.963989+0000 mon.smithi088 (mon.0) 355 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:56.970150+0000 mon.smithi088 (mon.0) 356 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:56.971135+0000 mgr.smithi088.noeasj (mgr.14164) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:56.973629+0000 mon.smithi088 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:56.976377+0000 mon.smithi088 (mon.0) 358 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:56.977221+0000 mon.smithi088 (mon.0) 359 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:56.977757+0000 mon.smithi088 (mon.0) 360 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:57.887842+0000 mon.smithi088 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:57.889003+0000 mon.smithi088 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:58:58.367 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:57.889508+0000 mon.smithi088 (mon.0) 363 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:58:59.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:57.887110+0000 mgr.smithi088.noeasj (mgr.14164) 147 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:58:59.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:57.965493+0000 mon.smithi088 (mon.0) 364 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T05:58:59.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:57.968821+0000 mon.smithi088 (mon.0) 365 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T05:58:59.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:58:58.646627+0000 mon.smithi088 (mon.0) 366 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:58:59.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:57.887110+0000 mgr.smithi088.noeasj (mgr.14164) 147 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi088:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:58:59.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:57.965493+0000 mon.smithi088 (mon.0) 364 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-12T05:58:59.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:57.968821+0000 mon.smithi088 (mon.0) 365 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-12T05:58:59.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:58:58.646627+0000 mon.smithi088 (mon.0) 366 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:00.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:58:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:58:58.971376+0000 mgr.smithi088.noeasj (mgr.14164) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:00.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:58:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:58:58.971376+0000 mgr.smithi088.noeasj (mgr.14164) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:01.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:00.787531+0000 mon.smithi088 (mon.0) 367 : audit [INF] from='client.? 172.21.15.88:0/503699444' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c49926b-71b4-439b-8faa-4d3004adf211"}]: dispatch 2024-04-12T05:59:01.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:00.792104+0000 mon.smithi088 (mon.0) 368 : audit [INF] from='client.? 172.21.15.88:0/503699444' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c49926b-71b4-439b-8faa-4d3004adf211"}]': finished 2024-04-12T05:59:01.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:00.792145+0000 mon.smithi088 (mon.0) 369 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-12T05:59:01.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:00.792281+0000 mon.smithi088 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:01.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:00.787531+0000 mon.smithi088 (mon.0) 367 : audit [INF] from='client.? 172.21.15.88:0/503699444' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c49926b-71b4-439b-8faa-4d3004adf211"}]: dispatch 2024-04-12T05:59:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:00.792104+0000 mon.smithi088 (mon.0) 368 : audit [INF] from='client.? 172.21.15.88:0/503699444' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c49926b-71b4-439b-8faa-4d3004adf211"}]': finished 2024-04-12T05:59:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:00.792145+0000 mon.smithi088 (mon.0) 369 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2024-04-12T05:59:01.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:00.792281+0000 mon.smithi088 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:02.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:00.971672+0000 mgr.smithi088.noeasj (mgr.14164) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:02.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:01.235821+0000 mon.smithi088 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.88:0/3520052310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:59:02.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:00.971672+0000 mgr.smithi088.noeasj (mgr.14164) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:02.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:01.235821+0000 mon.smithi088 (mon.0) 371 : audit [DBG] from='client.? 172.21.15.88:0/3520052310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:59:04.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:02.972133+0000 mgr.smithi088.noeasj (mgr.14164) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:04.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:03.456154+0000 mon.smithi088 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:04.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:02.972133+0000 mgr.smithi088.noeasj (mgr.14164) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:04.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:03.456154+0000 mon.smithi088 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:06.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:04.972472+0000 mgr.smithi088.noeasj (mgr.14164) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:06.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:04.972472+0000 mgr.smithi088.noeasj (mgr.14164) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:06.972796+0000 mgr.smithi088.noeasj (mgr.14164) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:07.958946+0000 mon.smithi088 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:08.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:07.962180+0000 mon.smithi088 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:08.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:06.972796+0000 mgr.smithi088.noeasj (mgr.14164) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:08.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:07.958946+0000 mon.smithi088 (mon.0) 373 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:08.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:07.962180+0000 mon.smithi088 (mon.0) 374 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:07.954213+0000 mgr.smithi088.noeasj (mgr.14164) 153 : cephadm [INF] Detected new or changed devices on smithi088 2024-04-12T05:59:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:07.959765+0000 mgr.smithi088.noeasj (mgr.14164) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:08.957228+0000 mon.smithi088 (mon.0) 375 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T05:59:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:08.957253+0000 mon.smithi088 (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-04-12T05:59:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:09.179479+0000 mon.smithi088 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:59:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:09.180045+0000 mon.smithi088 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:09.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:07.954213+0000 mgr.smithi088.noeasj (mgr.14164) 153 : cephadm [INF] Detected new or changed devices on smithi088 2024-04-12T05:59:09.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:07.959765+0000 mgr.smithi088.noeasj (mgr.14164) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:09.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:08.957228+0000 mon.smithi088 (mon.0) 375 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-12T05:59:09.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:08.957253+0000 mon.smithi088 (mon.0) 376 : cluster [INF] Cluster is now healthy 2024-04-12T05:59:09.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:09.179479+0000 mon.smithi088 (mon.0) 377 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T05:59:09.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:09.180045+0000 mon.smithi088 (mon.0) 378 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:10.685 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:09.180476+0000 mgr.smithi088.noeasj (mgr.14164) 155 : cephadm [INF] Deploying daemon osd.3 on smithi088 2024-04-12T05:59:10.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:09.180476+0000 mgr.smithi088.noeasj (mgr.14164) 155 : cephadm [INF] Deploying daemon osd.3 on smithi088 2024-04-12T05:59:11.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:09.960114+0000 mgr.smithi088.noeasj (mgr.14164) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:11.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:09.960114+0000 mgr.smithi088.noeasj (mgr.14164) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:13.034 INFO:teuthology.orchestra.run.smithi088.stdout:Created osd(s) 3 on host 'smithi088' 2024-04-12T05:59:13.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:11.960507+0000 mgr.smithi088.noeasj (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:13.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:13.028581+0000 mon.smithi088 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:13.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:13.030373+0000 mon.smithi088 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:13.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:13.032339+0000 mon.smithi088 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:13.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:13.034408+0000 mon.smithi088 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:13.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:13.036621+0000 mon.smithi088 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:13.725 DEBUG:teuthology.orchestra.run.smithi088:osd.3> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.3.service 2024-04-12T05:59:13.727 INFO:tasks.cephadm:Deploying osd.4 on smithi175 with /dev/vg_nvme/lv_4... 2024-04-12T05:59:13.727 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-12T05:59:13.756 INFO:journalctl@ceph.osd.3.smithi088.stdout:-- Logs begin at Fri 2024-04-12 05:46:43 UTC. -- 2024-04-12T05:59:13.760 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:11.960507+0000 mgr.smithi088.noeasj (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:13.760 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:13.028581+0000 mon.smithi088 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:13.760 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:13.030373+0000 mon.smithi088 (mon.0) 380 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:13.760 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:13.032339+0000 mon.smithi088 (mon.0) 381 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:13.760 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:13.034408+0000 mon.smithi088 (mon.0) 382 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:13.760 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:13.036621+0000 mon.smithi088 (mon.0) 383 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:15.733 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-12T05:59:15.734 INFO:teuthology.orchestra.run.smithi175.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-12T05:59:15.734 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10+0 records in 2024-04-12T05:59:15.734 INFO:teuthology.orchestra.run.smithi175.stderr:10+0 records out 2024-04-12T05:59:15.734 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110755 s, 947 MB/s 2024-04-12T05:59:15.734 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping successful for: 2024-04-12T05:59:15.769 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:13.960856+0000 mgr.smithi088.noeasj (mgr.14164) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:15.795 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:13.960856+0000 mgr.smithi088.noeasj (mgr.14164) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:16.314 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi175:vg_nvme/lv_4 2024-04-12T05:59:16.459 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 05:59:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3[56439]: debug 2024-04-12T05:59:16.129+0000 7f4b58792080 -1 osd.3 0 log_to_monitors {default=true} 2024-04-12T05:59:16.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:16.133067+0000 mon.smithi088 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:59:16.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:16.133067+0000 mon.smithi088 (mon.0) 384 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T05:59:17.660 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:15.961118+0000 mgr.smithi088.noeasj (mgr.14164) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:17.660 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:16.488152+0000 mon.smithi088 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T05:59:17.660 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:16.488225+0000 mon.smithi088 (mon.0) 386 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-12T05:59:17.660 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:16.488349+0000 mon.smithi088 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:17.660 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:16.488645+0000 mon.smithi088 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:59:17.709 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3[56439]: debug 2024-04-12T05:59:17.491+0000 7f4b4ecf5700 -1 osd.3 0 waiting for initial osdmap 2024-04-12T05:59:17.710 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3[56439]: debug 2024-04-12T05:59:17.495+0000 7f4b4ac70700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:59:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:15.961118+0000 mgr.smithi088.noeasj (mgr.14164) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:16.488152+0000 mon.smithi088 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T05:59:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:16.488225+0000 mon.smithi088 (mon.0) 386 : cluster [DBG] osdmap e24: 4 total, 3 up, 4 in 2024-04-12T05:59:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:16.488349+0000 mon.smithi088 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:16.488645+0000 mon.smithi088 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T05:59:18.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:17.489249+0000 mon.smithi088 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:17.489307+0000 mon.smithi088 (mon.0) 390 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:17.489688+0000 mon.smithi088 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:17.493152+0000 mon.smithi088 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.048156+0000 mon.smithi088 (mon.0) 393 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.230745+0000 mon.smithi088 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.232120+0000 mon.smithi088 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:59:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.232665+0000 mon.smithi088 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:18.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:17.489249+0000 mon.smithi088 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2024-04-12T05:59:18.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:17.489307+0000 mon.smithi088 (mon.0) 390 : cluster [DBG] osdmap e25: 4 total, 3 up, 4 in 2024-04-12T05:59:18.776 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:17.489688+0000 mon.smithi088 (mon.0) 391 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:18.776 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:17.493152+0000 mon.smithi088 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:18.776 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.048156+0000 mon.smithi088 (mon.0) 393 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:18.776 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.230745+0000 mon.smithi088 (mon.0) 394 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:59:18.776 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.232120+0000 mon.smithi088 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:59:18.776 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.232665+0000 mon.smithi088 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:19.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:17.161195+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:59:19.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:17.161293+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:59:19.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:17.961441+0000 mgr.smithi088.noeasj (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:19.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.229887+0000 mgr.smithi088.noeasj (mgr.14164) 161 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:59:19.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.493796+0000 mon.smithi088 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:19.648 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:18.499169+0000 mon.smithi088 (mon.0) 398 : cluster [INF] osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518] boot 2024-04-12T05:59:19.648 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:18.499192+0000 mon.smithi088 (mon.0) 399 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-12T05:59:19.648 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:18.499517+0000 mon.smithi088 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:19.774 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:17.161195+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:59:19.774 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:17.161293+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:59:19.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:17.961441+0000 mgr.smithi088.noeasj (mgr.14164) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2024-04-12T05:59:19.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.229887+0000 mgr.smithi088.noeasj (mgr.14164) 161 : audit [DBG] from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:59:19.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.493796+0000 mon.smithi088 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:19.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:18.499169+0000 mon.smithi088 (mon.0) 398 : cluster [INF] osd.3 [v2:172.21.15.88:6826/1008019518,v1:172.21.15.88:6827/1008019518] boot 2024-04-12T05:59:19.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:18.499192+0000 mon.smithi088 (mon.0) 399 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-04-12T05:59:19.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:18.499517+0000 mon.smithi088 (mon.0) 400 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T05:59:20.831 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:19.502188+0000 mon.smithi088 (mon.0) 401 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-12T05:59:20.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:19.502188+0000 mon.smithi088 (mon.0) 401 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-04-12T05:59:21.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:19.961764+0000 mgr.smithi088.noeasj (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:21.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:20.528418+0000 mon.smithi175 (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/1098640824' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ef5b43b-3c94-414c-858e-018945afe591"}]: dispatch 2024-04-12T05:59:21.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:20.528816+0000 mon.smithi088 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ef5b43b-3c94-414c-858e-018945afe591"}]: dispatch 2024-04-12T05:59:21.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:20.532579+0000 mon.smithi088 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ef5b43b-3c94-414c-858e-018945afe591"}]': finished 2024-04-12T05:59:21.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:20.532622+0000 mon.smithi088 (mon.0) 404 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-12T05:59:21.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:20.532722+0000 mon.smithi088 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:21.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:20.940644+0000 mon.smithi175 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/1275569475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:19.961764+0000 mgr.smithi088.noeasj (mgr.14164) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:20.528418+0000 mon.smithi175 (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/1098640824' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ef5b43b-3c94-414c-858e-018945afe591"}]: dispatch 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:20.528816+0000 mon.smithi088 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ef5b43b-3c94-414c-858e-018945afe591"}]: dispatch 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:20.532579+0000 mon.smithi088 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ef5b43b-3c94-414c-858e-018945afe591"}]': finished 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:20.532622+0000 mon.smithi088 (mon.0) 404 : cluster [DBG] osdmap e28: 5 total, 4 up, 5 in 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:20.532722+0000 mon.smithi088 (mon.0) 405 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:21.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:20.940644+0000 mon.smithi175 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/1275569475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:59:22.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.674120+0000 mon.smithi088 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.674953+0000 mon.smithi088 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.675444+0000 mon.smithi088 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.675890+0000 mon.smithi088 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.676315+0000 mon.smithi088 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:21.676676+0000 mgr.smithi088.noeasj (mgr.14164) 163 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3224M 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.682110+0000 mon.smithi088 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.687079+0000 mon.smithi088 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.689815+0000 mon.smithi088 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.690646+0000 mon.smithi088 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:22.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:21.691139+0000 mon.smithi088 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:22.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:21.962240+0000 mgr.smithi088.noeasj (mgr.14164) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.674120+0000 mon.smithi088 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.674953+0000 mon.smithi088 (mon.0) 407 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.675444+0000 mon.smithi088 (mon.0) 408 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.675890+0000 mon.smithi088 (mon.0) 409 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.676315+0000 mon.smithi088 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:21.676676+0000 mgr.smithi088.noeasj (mgr.14164) 163 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 3224M 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.682110+0000 mon.smithi088 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.687079+0000 mon.smithi088 (mon.0) 412 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.689815+0000 mon.smithi088 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.690646+0000 mon.smithi088 (mon.0) 414 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:21.691139+0000 mon.smithi088 (mon.0) 415 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:21.962240+0000 mgr.smithi088.noeasj (mgr.14164) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:25.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:23.962499+0000 mgr.smithi088.noeasj (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:25.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:23.962499+0000 mgr.smithi088.noeasj (mgr.14164) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:27.429 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:25.962801+0000 mgr.smithi088.noeasj (mgr.14164) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:27.429 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:26.335703+0000 mon.smithi088 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:59:27.429 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:26.336371+0000 mon.smithi088 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:27.429 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:26.337174+0000 mgr.smithi088.noeasj (mgr.14164) 167 : cephadm [INF] Deploying daemon osd.4 on smithi175 2024-04-12T05:59:27.429 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:26.371562+0000 mon.smithi088 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:27.429 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:26.376799+0000 mon.smithi088 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:25.962801+0000 mgr.smithi088.noeasj (mgr.14164) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:26.335703+0000 mon.smithi088 (mon.0) 416 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T05:59:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:26.336371+0000 mon.smithi088 (mon.0) 417 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:27.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:26.337174+0000 mgr.smithi088.noeasj (mgr.14164) 167 : cephadm [INF] Deploying daemon osd.4 on smithi175 2024-04-12T05:59:27.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:26.371562+0000 mon.smithi088 (mon.0) 418 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:27.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:26.376799+0000 mon.smithi088 (mon.0) 419 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:29.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:27.963083+0000 mgr.smithi088.noeasj (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:29.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:27.963083+0000 mgr.smithi088.noeasj (mgr.14164) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:29.813 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 4 on host 'smithi175' 2024-04-12T05:59:30.406 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:29.809896+0000 mon.smithi088 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:30.406 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:29.813202+0000 mon.smithi088 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:30.406 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:29.813406+0000 mon.smithi088 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:30.406 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:29.814790+0000 mon.smithi088 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:30.406 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:29.817376+0000 mon.smithi088 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:30.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:29.809896+0000 mon.smithi088 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:30.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:29.813202+0000 mon.smithi088 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:30.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:29.813406+0000 mon.smithi088 (mon.0) 422 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:30.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:29.814790+0000 mon.smithi088 (mon.0) 423 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:30.410 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:29.817376+0000 mon.smithi088 (mon.0) 424 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:30.427 DEBUG:teuthology.orchestra.run.smithi175:osd.4> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.4.service 2024-04-12T05:59:30.429 INFO:tasks.cephadm:Deploying osd.5 on smithi175 with /dev/vg_nvme/lv_3... 2024-04-12T05:59:30.429 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-04-12T05:59:30.462 INFO:journalctl@ceph.osd.4.smithi175.stdout:-- Logs begin at Fri 2024-04-12 05:46:27 UTC. -- 2024-04-12T05:59:31.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:29.963416+0000 mgr.smithi088.noeasj (mgr.14164) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:31.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:29.963416+0000 mgr.smithi088.noeasj (mgr.14164) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:33.038 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-04-12T05:59:33.039 INFO:teuthology.orchestra.run.smithi175.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-04-12T05:59:33.039 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10+0 records in 2024-04-12T05:59:33.039 INFO:teuthology.orchestra.run.smithi175.stderr:10+0 records out 2024-04-12T05:59:33.039 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148112 s, 708 MB/s 2024-04-12T05:59:33.039 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping successful for: 2024-04-12T05:59:33.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:31.963713+0000 mgr.smithi088.noeasj (mgr.14164) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:33.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.035618+0000 mon.smithi175 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.175:6800/2055789189,v1:172.21.15.175:6801/2055789189]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:59:33.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.036209+0000 mon.smithi088 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:59:33.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:31.963713+0000 mgr.smithi088.noeasj (mgr.14164) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:33.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.035618+0000 mon.smithi175 (mon.1) 6 : audit [INF] from='osd.4 [v2:172.21.15.175:6800/2055789189,v1:172.21.15.175:6801/2055789189]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:59:33.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.036209+0000 mon.smithi088 (mon.0) 425 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T05:59:33.469 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 05:59:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4[42938]: debug 2024-04-12T05:59:33.029+0000 7fd39980d080 -1 osd.4 0 log_to_monitors {default=true} 2024-04-12T05:59:33.971 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi175:vg_nvme/lv_3 2024-04-12T05:59:34.242 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4[42938]: debug 2024-04-12T05:59:34.144+0000 7fd38fd70700 -1 osd.4 0 waiting for initial osdmap 2024-04-12T05:59:34.242 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4[42938]: debug 2024-04-12T05:59:34.152+0000 7fd38a4e8700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:59:34.242 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.135391+0000 mon.smithi088 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T05:59:34.242 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:33.135465+0000 mon.smithi088 (mon.0) 427 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-12T05:59:34.242 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.135753+0000 mon.smithi088 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:34.242 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.136102+0000 mon.smithi175 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.175:6800/2055789189,v1:172.21.15.175:6801/2055789189]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:34.242 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.138542+0000 mon.smithi088 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:34.242 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:33.634107+0000 mon.smithi088 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:34.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.135391+0000 mon.smithi088 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T05:59:34.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:33.135465+0000 mon.smithi088 (mon.0) 427 : cluster [DBG] osdmap e29: 5 total, 4 up, 5 in 2024-04-12T05:59:34.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.135753+0000 mon.smithi088 (mon.0) 428 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:34.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.136102+0000 mon.smithi175 (mon.1) 7 : audit [INF] from='osd.4 [v2:172.21.15.175:6800/2055789189,v1:172.21.15.175:6801/2055789189]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:34.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.138542+0000 mon.smithi088 (mon.0) 429 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:34.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:33.634107+0000 mon.smithi088 (mon.0) 430 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:35.458 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:33.963989+0000 mgr.smithi088.noeasj (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:34.140207+0000 mon.smithi088 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:34.140294+0000 mon.smithi088 (mon.0) 432 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:34.140663+0000 mon.smithi088 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:34.146009+0000 mon.smithi088 (mon.0) 434 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:34.164926+0000 mon.smithi088 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:35.142441+0000 mon.smithi088 (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.175:6800/2055789189,v1:172.21.15.175:6801/2055789189] boot 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:35.142478+0000 mon.smithi088 (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-12T05:59:35.459 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:35.142629+0000 mon.smithi088 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:33.963989+0000 mgr.smithi088.noeasj (mgr.14164) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:34.140207+0000 mon.smithi088 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:34.140294+0000 mon.smithi088 (mon.0) 432 : cluster [DBG] osdmap e30: 5 total, 4 up, 5 in 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:34.140663+0000 mon.smithi088 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:34.146009+0000 mon.smithi088 (mon.0) 434 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:34.164926+0000 mon.smithi088 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:35.142441+0000 mon.smithi088 (mon.0) 436 : cluster [INF] osd.4 [v2:172.21.15.175:6800/2055789189,v1:172.21.15.175:6801/2055789189] boot 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:35.142478+0000 mon.smithi088 (mon.0) 437 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-04-12T05:59:35.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:35.142629+0000 mon.smithi088 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T05:59:36.276 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:34.026921+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:59:36.276 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:34.027029+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:59:36.276 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:36.144280+0000 mon.smithi088 (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-12T05:59:36.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:34.026921+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:59:36.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:34.027029+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:59:36.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:36.144280+0000 mon.smithi088 (mon.0) 439 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-04-12T05:59:37.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:35.964467+0000 mgr.smithi088.noeasj (mgr.14164) 172 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:37.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:36.875558+0000 mon.smithi088 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:59:37.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:36.877115+0000 mon.smithi088 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:59:37.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:36.877767+0000 mon.smithi088 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:37.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:37.145349+0000 mon.smithi088 (mon.0) 443 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-12T05:59:37.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:35.964467+0000 mgr.smithi088.noeasj (mgr.14164) 172 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:37.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:36.875558+0000 mon.smithi088 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:59:37.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:36.877115+0000 mon.smithi088 (mon.0) 441 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:59:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:36.877767+0000 mon.smithi088 (mon.0) 442 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:37.145349+0000 mon.smithi088 (mon.0) 443 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-04-12T05:59:38.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:36.874622+0000 mgr.smithi088.noeasj (mgr.14164) 173 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:59:38.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:36.874622+0000 mgr.smithi088.noeasj (mgr.14164) 173 : audit [DBG] from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:59:39.238 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:37.964963+0000 mgr.smithi088.noeasj (mgr.14164) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:39.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:37.964963+0000 mgr.smithi088.noeasj (mgr.14164) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:40.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:39.292810+0000 mgr.smithi088.noeasj (mgr.14164) 175 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.297386+0000 mon.smithi088 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.634698+0000 mon.smithi088 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.639568+0000 mon.smithi088 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.643242+0000 mon.smithi088 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.646962+0000 mon.smithi088 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.648047+0000 mon.smithi088 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:39.648688+0000 mon.smithi088 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:40.016982+0000 mon.smithi175 (mon.1) 8 : audit [INF] from='client.? 172.21.15.175:0/2819903797' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b17ec44-723a-4a7e-81bd-1203ff32b415"}]: dispatch 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:40.017497+0000 mon.smithi088 (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b17ec44-723a-4a7e-81bd-1203ff32b415"}]: dispatch 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:40.022190+0000 mon.smithi088 (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b17ec44-723a-4a7e-81bd-1203ff32b415"}]': finished 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:40.022275+0000 mon.smithi088 (mon.0) 453 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-12T05:59:40.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:40.022365+0000 mon.smithi088 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:40.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:39.292810+0000 mgr.smithi088.noeasj (mgr.14164) 175 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.297386+0000 mon.smithi088 (mon.0) 444 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.634698+0000 mon.smithi088 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.639568+0000 mon.smithi088 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.643242+0000 mon.smithi088 (mon.0) 447 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.646962+0000 mon.smithi088 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.648047+0000 mon.smithi088 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:39.648688+0000 mon.smithi088 (mon.0) 450 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:40.016982+0000 mon.smithi175 (mon.1) 8 : audit [INF] from='client.? 172.21.15.175:0/2819903797' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b17ec44-723a-4a7e-81bd-1203ff32b415"}]: dispatch 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:40.017497+0000 mon.smithi088 (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1b17ec44-723a-4a7e-81bd-1203ff32b415"}]: dispatch 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:40.022190+0000 mon.smithi088 (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1b17ec44-723a-4a7e-81bd-1203ff32b415"}]': finished 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:40.022275+0000 mon.smithi088 (mon.0) 453 : cluster [DBG] osdmap e34: 6 total, 5 up, 6 in 2024-04-12T05:59:40.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:40.022365+0000 mon.smithi088 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:41.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:39.635338+0000 mgr.smithi088.noeasj (mgr.14164) 176 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 15970M 2024-04-12T05:59:41.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:39.965386+0000 mgr.smithi088.noeasj (mgr.14164) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:41.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:40.437207+0000 mon.smithi175 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.175:0/1618258365' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:59:41.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:39.635338+0000 mgr.smithi088.noeasj (mgr.14164) 176 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 15970M 2024-04-12T05:59:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:39.965386+0000 mgr.smithi088.noeasj (mgr.14164) 177 : cluster [DBG] pgmap v142: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:40.437207+0000 mon.smithi175 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.175:0/1618258365' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T05:59:43.684 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:41.965683+0000 mgr.smithi088.noeasj (mgr.14164) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:43.684 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:42.860700+0000 mon.smithi088 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:59:43.684 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:42.860857+0000 mon.smithi088 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:59:43.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:41.965683+0000 mgr.smithi088.noeasj (mgr.14164) 178 : cluster [DBG] pgmap v144: 1 pgs: 1 activating; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:42.860700+0000 mon.smithi088 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T05:59:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:42.860857+0000 mon.smithi088 (mon.0) 456 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T05:59:45.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:43.966069+0000 mgr.smithi088.noeasj (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:45.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:44.315166+0000 mon.smithi088 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:45.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:44.549752+0000 mon.smithi088 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:45.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:43.966069+0000 mgr.smithi088.noeasj (mgr.14164) 179 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:45.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:44.315166+0000 mon.smithi088 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:45.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:44.549752+0000 mon.smithi088 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:46.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:45.936741+0000 mon.smithi088 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:59:46.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:45.937500+0000 mon.smithi088 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:46.616 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:45.936741+0000 mon.smithi088 (mon.0) 459 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T05:59:46.616 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:45.937500+0000 mon.smithi088 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:47.602 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:45.938149+0000 mgr.smithi088.noeasj (mgr.14164) 180 : cephadm [INF] Deploying daemon osd.5 on smithi175 2024-04-12T05:59:47.602 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:45.966438+0000 mgr.smithi088.noeasj (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:47.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:45.938149+0000 mgr.smithi088.noeasj (mgr.14164) 180 : cephadm [INF] Deploying daemon osd.5 on smithi175 2024-04-12T05:59:47.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:45.966438+0000 mgr.smithi088.noeasj (mgr.14164) 181 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:49.528 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 5 on host 'smithi175' 2024-04-12T05:59:49.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:47.966780+0000 mgr.smithi088.noeasj (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:49.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:47.966780+0000 mgr.smithi088.noeasj (mgr.14164) 182 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:50.149 DEBUG:teuthology.orchestra.run.smithi175:osd.5> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.5.service 2024-04-12T05:59:50.151 INFO:tasks.cephadm:Deploying osd.6 on smithi175 with /dev/vg_nvme/lv_2... 2024-04-12T05:59:50.152 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-04-12T05:59:50.183 INFO:journalctl@ceph.osd.5.smithi175.stdout:-- Logs begin at Fri 2024-04-12 05:46:27 UTC. -- 2024-04-12T05:59:50.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:49.519367+0000 mon.smithi088 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:50.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:49.521090+0000 mon.smithi088 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:50.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:49.521823+0000 mon.smithi088 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:50.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:49.525924+0000 mon.smithi088 (mon.0) 464 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:50.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:49.531394+0000 mon.smithi088 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:50.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:49.519367+0000 mon.smithi088 (mon.0) 461 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:50.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:49.521090+0000 mon.smithi088 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:50.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:49.521823+0000 mon.smithi088 (mon.0) 463 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:50.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:49.525924+0000 mon.smithi088 (mon.0) 464 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:50.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:49.531394+0000 mon.smithi088 (mon.0) 465 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:51.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:49.967179+0000 mgr.smithi088.noeasj (mgr.14164) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:51.892 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:49.967179+0000 mgr.smithi088.noeasj (mgr.14164) 183 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:52.649 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-04-12T05:59:52.649 INFO:teuthology.orchestra.run.smithi175.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-04-12T05:59:52.649 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10+0 records in 2024-04-12T05:59:52.650 INFO:teuthology.orchestra.run.smithi175.stderr:10+0 records out 2024-04-12T05:59:52.650 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0131167 s, 799 MB/s 2024-04-12T05:59:52.650 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping successful for: 2024-04-12T05:59:52.968 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 05:59:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5[45812]: debug 2024-04-12T05:59:52.640+0000 7ff315e25080 -1 osd.5 0 log_to_monitors {default=true} 2024-04-12T05:59:53.495 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi175:vg_nvme/lv_2 2024-04-12T05:59:53.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:51.967502+0000 mgr.smithi088.noeasj (mgr.14164) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:53.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:52.645020+0000 mon.smithi175 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.175:6808/2600269060,v1:172.21.15.175:6809/2600269060]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:59:53.898 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:52.645404+0000 mon.smithi088 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:59:53.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:51.967502+0000 mgr.smithi088.noeasj (mgr.14164) 184 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:53.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:52.645020+0000 mon.smithi175 (mon.1) 10 : audit [INF] from='osd.5 [v2:172.21.15.175:6808/2600269060,v1:172.21.15.175:6809/2600269060]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:59:53.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:52.645404+0000 mon.smithi088 (mon.0) 466 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T05:59:54.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:53.538776+0000 mon.smithi088 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T05:59:54.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:53.538860+0000 mon.smithi088 (mon.0) 468 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-12T05:59:54.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:53.539392+0000 mon.smithi088 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:54.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:53.542424+0000 mon.smithi175 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.175:6808/2600269060,v1:172.21.15.175:6809/2600269060]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:54.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:53.547746+0000 mon.smithi088 (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:54.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:53.563525+0000 mon.smithi088 (mon.0) 471 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:54.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:54.195855+0000 mon.smithi088 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:54.968 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5[45812]: debug 2024-04-12T05:59:54.553+0000 7ff30c388700 -1 osd.5 0 waiting for initial osdmap 2024-04-12T05:59:54.968 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5[45812]: debug 2024-04-12T05:59:54.559+0000 7ff307b02700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:53.538776+0000 mon.smithi088 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:53.538860+0000 mon.smithi088 (mon.0) 468 : cluster [DBG] osdmap e35: 6 total, 5 up, 6 in 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:53.539392+0000 mon.smithi088 (mon.0) 469 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:53.542424+0000 mon.smithi175 (mon.1) 11 : audit [INF] from='osd.5 [v2:172.21.15.175:6808/2600269060,v1:172.21.15.175:6809/2600269060]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:53.547746+0000 mon.smithi088 (mon.0) 470 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:53.563525+0000 mon.smithi088 (mon.0) 471 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:54.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:54.195855+0000 mon.smithi088 (mon.0) 472 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:55.715 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:53.967878+0000 mgr.smithi088.noeasj (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:55.716 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:54.546426+0000 mon.smithi088 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-04-12T05:59:55.716 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:54.546488+0000 mon.smithi088 (mon.0) 474 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-12T05:59:55.716 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:54.546799+0000 mon.smithi088 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:55.716 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:54.553278+0000 mon.smithi088 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:53.967878+0000 mgr.smithi088.noeasj (mgr.14164) 185 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:54.546426+0000 mon.smithi088 (mon.0) 473 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-04-12T05:59:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:54.546488+0000 mon.smithi088 (mon.0) 474 : cluster [DBG] osdmap e36: 6 total, 5 up, 6 in 2024-04-12T05:59:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:54.546799+0000 mon.smithi088 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:54.553278+0000 mon.smithi088 (mon.0) 476 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:53.657600+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:59:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:53.657693+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:59:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:55.554975+0000 mon.smithi088 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:55.557960+0000 mon.smithi088 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.175:6808/2600269060,v1:172.21.15.175:6809/2600269060] boot 2024-04-12T05:59:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:55.558013+0000 mon.smithi088 (mon.0) 479 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-12T05:59:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:55.558158+0000 mon.smithi088 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:56.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:53.657600+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T05:59:56.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:53.657693+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T05:59:56.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:55.554975+0000 mon.smithi088 (mon.0) 477 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:56.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:55.557960+0000 mon.smithi088 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.175:6808/2600269060,v1:172.21.15.175:6809/2600269060] boot 2024-04-12T05:59:56.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:55.558013+0000 mon.smithi088 (mon.0) 479 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-04-12T05:59:56.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:55.558158+0000 mon.smithi088 (mon.0) 480 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T05:59:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:55.968406+0000 mgr.smithi088.noeasj (mgr.14164) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:56.560738+0000 mon.smithi088 (mon.0) 481 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-12T05:59:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:56.592631+0000 mgr.smithi088.noeasj (mgr.14164) 187 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:59:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:56.593520+0000 mon.smithi088 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:59:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:56.595016+0000 mon.smithi088 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:59:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:56.595675+0000 mon.smithi088 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:57.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:55.968406+0000 mgr.smithi088.noeasj (mgr.14164) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2024-04-12T05:59:57.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:56.560738+0000 mon.smithi088 (mon.0) 481 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-04-12T05:59:57.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:56.592631+0000 mgr.smithi088.noeasj (mgr.14164) 187 : audit [DBG] from='client.24175 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T05:59:57.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:56.593520+0000 mon.smithi088 (mon.0) 482 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T05:59:57.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:56.595016+0000 mon.smithi088 (mon.0) 483 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T05:59:57.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:56.595675+0000 mon.smithi088 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:58.847 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:57.567169+0000 mon.smithi088 (mon.0) 485 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-12T05:59:58.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:57.567169+0000 mon.smithi088 (mon.0) 485 : cluster [DBG] osdmap e39: 6 total, 6 up, 6 in 2024-04-12T05:59:59.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:57.968849+0000 mgr.smithi088.noeasj (mgr.14164) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:59:59.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.891290+0000 mon.smithi088 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:59.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.892173+0000 mon.smithi088 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:59.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.892860+0000 mon.smithi088 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:59.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.896875+0000 mon.smithi088 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:59.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.900474+0000 mon.smithi088 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:59.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.904043+0000 mon.smithi088 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:59.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.905043+0000 mon.smithi088 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:59.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 05:59:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:58.905677+0000 mon.smithi088 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T05:59:59.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:57.968849+0000 mgr.smithi088.noeasj (mgr.14164) 188 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T05:59:59.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.891290+0000 mon.smithi088 (mon.0) 486 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:59.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.892173+0000 mon.smithi088 (mon.0) 487 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:59.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.892860+0000 mon.smithi088 (mon.0) 488 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T05:59:59.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.896875+0000 mon.smithi088 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:59.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.900474+0000 mon.smithi088 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T05:59:59.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.904043+0000 mon.smithi088 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T05:59:59.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.905043+0000 mon.smithi088 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T05:59:59.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 05:59:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:58.905677+0000 mon.smithi088 (mon.0) 493 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:00.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:58.886490+0000 mgr.smithi088.noeasj (mgr.14164) 189 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T06:00:00.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T05:59:58.893352+0000 mgr.smithi088.noeasj (mgr.14164) 190 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 7985M 2024-04-12T06:00:00.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:59.590304+0000 mon.smithi175 (mon.1) 12 : audit [INF] from='client.? 172.21.15.175:0/490618703' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7bf58f-7661-4466-89c7-1b7ec56b5968"}]: dispatch 2024-04-12T06:00:00.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:59.590682+0000 mon.smithi088 (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7bf58f-7661-4466-89c7-1b7ec56b5968"}]: dispatch 2024-04-12T06:00:00.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:59.594968+0000 mon.smithi088 (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd7bf58f-7661-4466-89c7-1b7ec56b5968"}]': finished 2024-04-12T06:00:00.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:59.595015+0000 mon.smithi088 (mon.0) 496 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-12T06:00:00.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T05:59:59.595106+0000 mon.smithi088 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:00.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:00.000125+0000 mon.smithi088 (mon.0) 498 : cluster [INF] overall HEALTH_OK 2024-04-12T06:00:00.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:00.012934+0000 mon.smithi175 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.175:0/995926857' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T06:00:00.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:58.886490+0000 mgr.smithi088.noeasj (mgr.14164) 189 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T06:00:00.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T05:59:58.893352+0000 mgr.smithi088.noeasj (mgr.14164) 190 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 7985M 2024-04-12T06:00:00.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:59.590304+0000 mon.smithi175 (mon.1) 12 : audit [INF] from='client.? 172.21.15.175:0/490618703' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7bf58f-7661-4466-89c7-1b7ec56b5968"}]: dispatch 2024-04-12T06:00:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:59.590682+0000 mon.smithi088 (mon.0) 494 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd7bf58f-7661-4466-89c7-1b7ec56b5968"}]: dispatch 2024-04-12T06:00:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:59.594968+0000 mon.smithi088 (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd7bf58f-7661-4466-89c7-1b7ec56b5968"}]': finished 2024-04-12T06:00:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:59.595015+0000 mon.smithi088 (mon.0) 496 : cluster [DBG] osdmap e40: 7 total, 6 up, 7 in 2024-04-12T06:00:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T05:59:59.595106+0000 mon.smithi088 (mon.0) 497 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:00.000125+0000 mon.smithi088 (mon.0) 498 : cluster [INF] overall HEALTH_OK 2024-04-12T06:00:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:00.012934+0000 mon.smithi175 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.175:0/995926857' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T06:00:01.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T05:59:59.969149+0000 mgr.smithi088.noeasj (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:01.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T05:59:59.969149+0000 mgr.smithi088.noeasj (mgr.14164) 191 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:03.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:01.969431+0000 mgr.smithi088.noeasj (mgr.14164) 192 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:03.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:03.525387+0000 mon.smithi088 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:03.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:03.528339+0000 mon.smithi088 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:03.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:01.969431+0000 mgr.smithi088.noeasj (mgr.14164) 192 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:03.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:03.525387+0000 mon.smithi088 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:03.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:03.528339+0000 mon.smithi088 (mon.0) 500 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:05.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:03.969703+0000 mgr.smithi088.noeasj (mgr.14164) 193 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:05.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:03.969703+0000 mgr.smithi088.noeasj (mgr.14164) 193 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:05.662694+0000 mon.smithi088 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T06:00:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:05.663579+0000 mon.smithi088 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:06.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:05.662694+0000 mon.smithi088 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T06:00:06.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:05.663579+0000 mon.smithi088 (mon.0) 502 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:07.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:00:05.664176+0000 mgr.smithi088.noeasj (mgr.14164) 194 : cephadm [INF] Deploying daemon osd.6 on smithi175 2024-04-12T06:00:07.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:05.970058+0000 mgr.smithi088.noeasj (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:07.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:00:05.664176+0000 mgr.smithi088.noeasj (mgr.14164) 194 : cephadm [INF] Deploying daemon osd.6 on smithi175 2024-04-12T06:00:07.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:05.970058+0000 mgr.smithi088.noeasj (mgr.14164) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:09.171 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 6 on host 'smithi175' 2024-04-12T06:00:09.779 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:07.970455+0000 mgr.smithi088.noeasj (mgr.14164) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:09.779 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:09.161447+0000 mon.smithi088 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:09.779 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:09.163306+0000 mon.smithi088 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:09.779 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:09.165880+0000 mon.smithi088 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:09.779 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:09.167973+0000 mon.smithi088 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:09.779 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:09.172756+0000 mon.smithi088 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:09.799 DEBUG:teuthology.orchestra.run.smithi175:osd.6> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.6.service 2024-04-12T06:00:09.802 INFO:tasks.cephadm:Deploying osd.7 on smithi175 with /dev/vg_nvme/lv_1... 2024-04-12T06:00:09.802 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-04-12T06:00:09.832 INFO:journalctl@ceph.osd.6.smithi175.stdout:-- Logs begin at Fri 2024-04-12 05:46:27 UTC. -- 2024-04-12T06:00:09.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:07.970455+0000 mgr.smithi088.noeasj (mgr.14164) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:09.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:09.161447+0000 mon.smithi088 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:09.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:09.163306+0000 mon.smithi088 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:09.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:09.165880+0000 mon.smithi088 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:09.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:09.167973+0000 mon.smithi088 (mon.0) 506 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:09.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:09.172756+0000 mon.smithi088 (mon.0) 507 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:11.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:09.970743+0000 mgr.smithi088.noeasj (mgr.14164) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:11.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:09.970743+0000 mgr.smithi088.noeasj (mgr.14164) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:12.468 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:00:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6[48692]: debug 2024-04-12T06:00:12.279+0000 7f805c90a080 -1 osd.6 0 log_to_monitors {default=true} 2024-04-12T06:00:12.936 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-04-12T06:00:12.936 INFO:teuthology.orchestra.run.smithi175.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-04-12T06:00:12.936 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10+0 records in 2024-04-12T06:00:12.936 INFO:teuthology.orchestra.run.smithi175.stderr:10+0 records out 2024-04-12T06:00:12.937 INFO:teuthology.orchestra.run.smithi175.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119861 s, 875 MB/s 2024-04-12T06:00:12.937 INFO:teuthology.orchestra.run.smithi175.stderr:--> Zapping successful for: 2024-04-12T06:00:12.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:12.283323+0000 mon.smithi175 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.175:6816/872516566,v1:172.21.15.175:6817/872516566]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:00:12.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:12.283614+0000 mon.smithi088 (mon.0) 508 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:00:12.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:12.283323+0000 mon.smithi175 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.175:6816/872516566,v1:172.21.15.175:6817/872516566]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:00:12.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:12.283614+0000 mon.smithi088 (mon.0) 508 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:00:13.634 DEBUG:teuthology.orchestra.run.smithi175:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch daemon add osd smithi175:vg_nvme/lv_1 2024-04-12T06:00:13.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:11.971038+0000 mgr.smithi088.noeasj (mgr.14164) 198 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:13.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:12.627281+0000 mon.smithi088 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T06:00:13.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:12.627350+0000 mon.smithi088 (mon.0) 510 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-12T06:00:13.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:12.627452+0000 mon.smithi088 (mon.0) 511 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:13.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:12.627855+0000 mon.smithi175 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.175:6816/872516566,v1:172.21.15.175:6817/872516566]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:13.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:12.628102+0000 mon.smithi088 (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:13.968 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6[48692]: debug 2024-04-12T06:00:13.633+0000 7f8052e6d700 -1 osd.6 0 waiting for initial osdmap 2024-04-12T06:00:13.968 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6[48692]: debug 2024-04-12T06:00:13.640+0000 7f804f5e9700 -1 osd.6 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T06:00:13.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:11.971038+0000 mgr.smithi088.noeasj (mgr.14164) 198 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:13.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:12.627281+0000 mon.smithi088 (mon.0) 509 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T06:00:13.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:12.627350+0000 mon.smithi088 (mon.0) 510 : cluster [DBG] osdmap e41: 7 total, 6 up, 7 in 2024-04-12T06:00:13.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:12.627452+0000 mon.smithi088 (mon.0) 511 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:13.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:12.627855+0000 mon.smithi175 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.175:6816/872516566,v1:172.21.15.175:6817/872516566]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:13.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:12.628102+0000 mon.smithi088 (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:14.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:13.630463+0000 mon.smithi088 (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=smithi175", "root=default"]}]': finished 2024-04-12T06:00:14.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:13.630542+0000 mon.smithi088 (mon.0) 514 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-04-12T06:00:14.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:13.631134+0000 mon.smithi088 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:14.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:13.634527+0000 mon.smithi088 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:14.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:13.739440+0000 mon.smithi088 (mon.0) 517 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:14.629 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:13.765227+0000 mon.smithi088 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:14.630 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:13.971364+0000 mgr.smithi088.noeasj (mgr.14164) 199 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:14.630 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:14.629602+0000 mon.smithi088 (mon.0) 519 : cluster [INF] osd.6 [v2:172.21.15.175:6816/872516566,v1:172.21.15.175:6817/872516566] boot 2024-04-12T06:00:14.630 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:14.629659+0000 mon.smithi088 (mon.0) 520 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-12T06:00:14.630 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:14.629836+0000 mon.smithi088 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:14.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:13.630463+0000 mon.smithi088 (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=smithi175", "root=default"]}]': finished 2024-04-12T06:00:14.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:13.630542+0000 mon.smithi088 (mon.0) 514 : cluster [DBG] osdmap e42: 7 total, 6 up, 7 in 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:13.631134+0000 mon.smithi088 (mon.0) 515 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:13.634527+0000 mon.smithi088 (mon.0) 516 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:13.739440+0000 mon.smithi088 (mon.0) 517 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:13.765227+0000 mon.smithi088 (mon.0) 518 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:13.971364+0000 mgr.smithi088.noeasj (mgr.14164) 199 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 31 MiB used, 536 GiB / 536 GiB avail 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:14.629602+0000 mon.smithi088 (mon.0) 519 : cluster [INF] osd.6 [v2:172.21.15.175:6816/872516566,v1:172.21.15.175:6817/872516566] boot 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:14.629659+0000 mon.smithi088 (mon.0) 520 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-04-12T06:00:14.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:14.629836+0000 mon.smithi088 (mon.0) 521 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:00:16.105 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:13.231628+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T06:00:16.105 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:13.231723+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T06:00:16.106 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:15.630895+0000 mon.smithi088 (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-12T06:00:16.113 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:13.231628+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T06:00:16.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:13.231723+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T06:00:16.114 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:15.630895+0000 mon.smithi088 (mon.0) 522 : cluster [DBG] osdmap e44: 7 total, 7 up, 7 in 2024-04-12T06:00:17.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:15.971658+0000 mgr.smithi088.noeasj (mgr.14164) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:17.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:16.129427+0000 mgr.smithi088.noeasj (mgr.14164) 201 : audit [DBG] from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:00:17.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:16.130313+0000 mon.smithi088 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T06:00:17.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:16.131828+0000 mon.smithi088 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T06:00:17.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:16.132504+0000 mon.smithi088 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:17.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:16.632873+0000 mon.smithi088 (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-04-12T06:00:17.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:15.971658+0000 mgr.smithi088.noeasj (mgr.14164) 200 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:17.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:16.129427+0000 mgr.smithi088.noeasj (mgr.14164) 201 : audit [DBG] from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:00:17.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:16.130313+0000 mon.smithi088 (mon.0) 523 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-12T06:00:17.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:16.131828+0000 mon.smithi088 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-12T06:00:17.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:16.132504+0000 mon.smithi088 (mon.0) 525 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:17.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:16.632873+0000 mon.smithi088 (mon.0) 526 : cluster [DBG] osdmap e45: 7 total, 7 up, 7 in 2024-04-12T06:00:19.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:17.972114+0000 mgr.smithi088.noeasj (mgr.14164) 202 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:19.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:17.972114+0000 mgr.smithi088.noeasj (mgr.14164) 202 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:21.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:00:19.795142+0000 mgr.smithi088.noeasj (mgr.14164) 203 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.800154+0000 mon.smithi088 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.801172+0000 mon.smithi088 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.801980+0000 mon.smithi088 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.802704+0000 mon.smithi088 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:00:19.803286+0000 mgr.smithi088.noeasj (mgr.14164) 204 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 5323M 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.807126+0000 mon.smithi088 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.810869+0000 mon.smithi088 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.814523+0000 mon.smithi088 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.815509+0000 mon.smithi088 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.816148+0000 mon.smithi088 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:21.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:19.820467+0000 mon.smithi088 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:19.972614+0000 mgr.smithi088.noeasj (mgr.14164) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:21.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:20.524438+0000 mon.smithi175 (mon.1) 16 : audit [INF] from='client.? 172.21.15.175:0/3108010937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4575b18d-9fcc-4873-8191-4e2b6300f0f9"}]: dispatch 2024-04-12T06:00:21.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:20.524888+0000 mon.smithi088 (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4575b18d-9fcc-4873-8191-4e2b6300f0f9"}]: dispatch 2024-04-12T06:00:21.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:20.529820+0000 mon.smithi088 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4575b18d-9fcc-4873-8191-4e2b6300f0f9"}]': finished 2024-04-12T06:00:21.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:20.529896+0000 mon.smithi088 (mon.0) 539 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-12T06:00:21.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:20.530045+0000 mon.smithi088 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:21.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:00:19.795142+0000 mgr.smithi088.noeasj (mgr.14164) 203 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.800154+0000 mon.smithi088 (mon.0) 527 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.801172+0000 mon.smithi088 (mon.0) 528 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.801980+0000 mon.smithi088 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.802704+0000 mon.smithi088 (mon.0) 530 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:00:19.803286+0000 mgr.smithi088.noeasj (mgr.14164) 204 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 5323M 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.807126+0000 mon.smithi088 (mon.0) 531 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.810869+0000 mon.smithi088 (mon.0) 532 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.814523+0000 mon.smithi088 (mon.0) 533 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.815509+0000 mon.smithi088 (mon.0) 534 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.816148+0000 mon.smithi088 (mon.0) 535 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:19.820467+0000 mon.smithi088 (mon.0) 536 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:19.972614+0000 mgr.smithi088.noeasj (mgr.14164) 205 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:21.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:20.524438+0000 mon.smithi175 (mon.1) 16 : audit [INF] from='client.? 172.21.15.175:0/3108010937' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4575b18d-9fcc-4873-8191-4e2b6300f0f9"}]: dispatch 2024-04-12T06:00:21.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:20.524888+0000 mon.smithi088 (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4575b18d-9fcc-4873-8191-4e2b6300f0f9"}]: dispatch 2024-04-12T06:00:21.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:20.529820+0000 mon.smithi088 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4575b18d-9fcc-4873-8191-4e2b6300f0f9"}]': finished 2024-04-12T06:00:21.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:20.529896+0000 mon.smithi088 (mon.0) 539 : cluster [DBG] osdmap e46: 8 total, 7 up, 8 in 2024-04-12T06:00:21.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:20.530045+0000 mon.smithi088 (mon.0) 540 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:22.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:20.939258+0000 mon.smithi175 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.175:0/2326082588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T06:00:22.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:20.939258+0000 mon.smithi175 (mon.1) 17 : audit [DBG] from='client.? 172.21.15.175:0/2326082588' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-12T06:00:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:21.973093+0000 mgr.smithi088.noeasj (mgr.14164) 206 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:23.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:21.973093+0000 mgr.smithi088.noeasj (mgr.14164) 206 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:25.380 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:23.973576+0000 mgr.smithi088.noeasj (mgr.14164) 207 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:25.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:23.973576+0000 mgr.smithi088.noeasj (mgr.14164) 207 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:25.973972+0000 mgr.smithi088.noeasj (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:26.547044+0000 mon.smithi088 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T06:00:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:26.547880+0000 mon.smithi088 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:27.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:00:26.548495+0000 mgr.smithi088.noeasj (mgr.14164) 209 : cephadm [INF] Deploying daemon osd.7 on smithi175 2024-04-12T06:00:27.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:25.973972+0000 mgr.smithi088.noeasj (mgr.14164) 208 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:27.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:26.547044+0000 mon.smithi088 (mon.0) 541 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T06:00:27.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:26.547880+0000 mon.smithi088 (mon.0) 542 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:27.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:00:26.548495+0000 mgr.smithi088.noeasj (mgr.14164) 209 : cephadm [INF] Deploying daemon osd.7 on smithi175 2024-04-12T06:00:29.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:27.974379+0000 mgr.smithi088.noeasj (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:29.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:27.974379+0000 mgr.smithi088.noeasj (mgr.14164) 210 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:30.214 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 7 on host 'smithi175' 2024-04-12T06:00:30.868 DEBUG:teuthology.orchestra.run.smithi175:osd.7> sudo journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.7.service 2024-04-12T06:00:30.870 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-12T06:00:30.870 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd stat -f json 2024-04-12T06:00:30.900 INFO:journalctl@ceph.osd.7.smithi175.stdout:-- Logs begin at Fri 2024-04-12 05:46:27 UTC. -- 2024-04-12T06:00:31.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:29.974712+0000 mgr.smithi088.noeasj (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:31.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:30.204661+0000 mon.smithi088 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:31.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:30.206526+0000 mon.smithi088 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:31.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:30.207237+0000 mon.smithi088 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:31.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:30.210545+0000 mon.smithi088 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:31.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:30.217926+0000 mon.smithi088 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:31.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:29.974712+0000 mgr.smithi088.noeasj (mgr.14164) 211 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:31.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:30.204661+0000 mon.smithi088 (mon.0) 543 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:31.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:30.206526+0000 mon.smithi088 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:31.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:30.207237+0000 mon.smithi088 (mon.0) 545 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:31.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:30.210545+0000 mon.smithi088 (mon.0) 546 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:31.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:30.217926+0000 mon.smithi088 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:33.146 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:00:33.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:31.975222+0000 mgr.smithi088.noeasj (mgr.14164) 212 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:33.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:32.837405+0000 mon.smithi088 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:33.464 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:00:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7[51573]: debug 2024-04-12T06:00:33.276+0000 7fe0d7d07080 -1 osd.7 0 log_to_monitors {default=true} 2024-04-12T06:00:33.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:31.975222+0000 mgr.smithi088.noeasj (mgr.14164) 212 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:33.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:32.837405+0000 mon.smithi088 (mon.0) 548 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:33.830 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1712901614,"num_in_osds":8,"osd_in_since":1712901620,"num_remapped_pgs":0} 2024-04-12T06:00:34.445 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:33.152223+0000 mon.smithi088 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.88:0/2275796355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T06:00:34.446 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:33.280289+0000 mon.smithi175 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.175:6824/3237113093,v1:172.21.15.175:6825/3237113093]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:00:34.446 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:33.280547+0000 mon.smithi088 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:00:34.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:33.152223+0000 mon.smithi088 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.88:0/2275796355' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T06:00:34.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:33.280289+0000 mon.smithi175 (mon.1) 18 : audit [INF] from='osd.7 [v2:172.21.15.175:6824/3237113093,v1:172.21.15.175:6825/3237113093]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:00:34.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:33.280547+0000 mon.smithi088 (mon.0) 550 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:00:34.831 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd stat -f json 2024-04-12T06:00:35.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:33.975889+0000 mgr.smithi088.noeasj (mgr.14164) 213 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:35.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:34.154428+0000 mon.smithi088 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T06:00:35.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:34.154507+0000 mon.smithi088 (mon.0) 552 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-12T06:00:35.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:34.154792+0000 mon.smithi088 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:35.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:34.155217+0000 mon.smithi175 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.175:6824/3237113093,v1:172.21.15.175:6825/3237113093]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:35.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:34.155462+0000 mon.smithi088 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:35.468 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7[51573]: debug 2024-04-12T06:00:35.157+0000 7fe0ce26a700 -1 osd.7 0 waiting for initial osdmap 2024-04-12T06:00:35.469 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7[51573]: debug 2024-04-12T06:00:35.163+0000 7fe0ca9e6700 -1 osd.7 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-04-12T06:00:35.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:33.975889+0000 mgr.smithi088.noeasj (mgr.14164) 213 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:35.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:34.154428+0000 mon.smithi088 (mon.0) 551 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T06:00:35.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:34.154507+0000 mon.smithi088 (mon.0) 552 : cluster [DBG] osdmap e47: 8 total, 7 up, 8 in 2024-04-12T06:00:35.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:34.154792+0000 mon.smithi088 (mon.0) 553 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:35.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:34.155217+0000 mon.smithi175 (mon.1) 19 : audit [INF] from='osd.7 [v2:172.21.15.175:6824/3237113093,v1:172.21.15.175:6825/3237113093]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:35.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:34.155462+0000 mon.smithi088 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:00:36.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:35.153006+0000 mon.smithi088 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-04-12T06:00:36.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:35.153073+0000 mon.smithi088 (mon.0) 556 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-04-12T06:00:36.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:35.153400+0000 mon.smithi088 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:36.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:35.157470+0000 mon.smithi088 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:36.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:35.153006+0000 mon.smithi088 (mon.0) 555 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-04-12T06:00:36.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:35.153073+0000 mon.smithi088 (mon.0) 556 : cluster [DBG] osdmap e48: 8 total, 7 up, 8 in 2024-04-12T06:00:36.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:35.153400+0000 mon.smithi088 (mon.0) 557 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:36.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:35.157470+0000 mon.smithi088 (mon.0) 558 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:37.130 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:00:37.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:34.297417+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T06:00:37.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:34.297579+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T06:00:37.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:35.976334+0000 mgr.smithi088.noeasj (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:37.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.157794+0000 mon.smithi088 (mon.0) 559 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:37.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:36.163547+0000 mon.smithi088 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.175:6824/3237113093,v1:172.21.15.175:6825/3237113093] boot 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:36.163582+0000 mon.smithi088 (mon.0) 561 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.163917+0000 mon.smithi088 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:00:36.225012+0000 mgr.smithi088.noeasj (mgr.14164) 215 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.232133+0000 mon.smithi088 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.233015+0000 mon.smithi088 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.233752+0000 mon.smithi088 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.234385+0000 mon.smithi088 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.235013+0000 mon.smithi088 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:00:36.235440+0000 mgr.smithi088.noeasj (mgr.14164) 216 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3992M 2024-04-12T06:00:37.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.240815+0000 mon.smithi088 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.246183+0000 mon.smithi088 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.250290+0000 mon.smithi088 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:37.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.251231+0000 mon.smithi088 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:37.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.251874+0000 mon.smithi088 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:37.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:36.257626+0000 mon.smithi088 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:37.135892+0000 mon.smithi088 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.88:0/3984279544' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:34.297417+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:34.297579+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:35.976334+0000 mgr.smithi088.noeasj (mgr.14164) 214 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 37 MiB used, 626 GiB / 626 GiB avail 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.157794+0000 mon.smithi088 (mon.0) 559 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:36.163547+0000 mon.smithi088 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.175:6824/3237113093,v1:172.21.15.175:6825/3237113093] boot 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:36.163582+0000 mon.smithi088 (mon.0) 561 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.163917+0000 mon.smithi088 (mon.0) 562 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:00:36.225012+0000 mgr.smithi088.noeasj (mgr.14164) 215 : cephadm [INF] Detected new or changed devices on smithi175 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.232133+0000 mon.smithi088 (mon.0) 563 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.233015+0000 mon.smithi088 (mon.0) 564 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.233752+0000 mon.smithi088 (mon.0) 565 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.234385+0000 mon.smithi088 (mon.0) 566 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.235013+0000 mon.smithi088 (mon.0) 567 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:00:36.235440+0000 mgr.smithi088.noeasj (mgr.14164) 216 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 3992M 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.240815+0000 mon.smithi088 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.246183+0000 mon.smithi088 (mon.0) 569 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.250290+0000 mon.smithi088 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.251231+0000 mon.smithi088 (mon.0) 571 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.251874+0000 mon.smithi088 (mon.0) 572 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:36.257626+0000 mon.smithi088 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:00:37.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:37.135892+0000 mon.smithi088 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.88:0/3984279544' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-12T06:00:37.957 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":49,"num_osds":8,"num_up_osds":8,"osd_up_since":1712901636,"num_in_osds":8,"osd_in_since":1712901620,"num_remapped_pgs":1} 2024-04-12T06:00:37.957 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T06:00:38.185 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:38.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:37.167511+0000 mon.smithi088 (mon.0) 575 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-12T06:00:38.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:37.167511+0000 mon.smithi088 (mon.0) 575 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-12T06:00:39.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:37.976675+0000 mgr.smithi088.noeasj (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:39.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:38.171095+0000 mon.smithi088 (mon.0) 576 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-12T06:00:39.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:37.976675+0000 mgr.smithi088.noeasj (mgr.14164) 217 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:39.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:38.171095+0000 mon.smithi088 (mon.0) 576 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-12T06:00:40.182 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:00:40.182 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":51,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","created":"2024-04-12T05:54:30.792628+0000","modified":"2024-04-12T06:00:38.164812+0000","last_up_change":"2024-04-12T06:00:36.154373+0000","last_in_change":"2024-04-12T06:00:20.525507+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-04-12T05:58:55.205216+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":"e0ad9029-ceef-4b22-b3fb-6e1bace99860","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6803","nonce":2602693935}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6805","nonce":2602693935}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6809","nonce":2602693935}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6807","nonce":2602693935}]},"public_addr":"172.21.15.88:6803/2602693935","cluster_addr":"172.21.15.88:6805/2602693935","heartbeat_back_addr":"172.21.15.88:6809/2602693935","heartbeat_front_addr":"172.21.15.88:6807/2602693935","state":["exists","up"]},{"osd":1,"uuid":"64c5cc39-5984-4737-ac61-853ab83c1b33","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.88:6810","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6811","nonce":1396171101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6813","nonce":1396171101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6817","nonce":1396171101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6815","nonce":1396171101}]},"public_addr":"172.21.15.88:6811/1396171101","cluster_addr":"172.21.15.88:6813/1396171101","heartbeat_back_addr":"172.21.15.88:6817/1396171101","heartbeat_front_addr":"172.21.15.88:6815/1396171101","state":["exists","up"]},{"osd":2,"uuid":"cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd","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.88:6818","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6819","nonce":2208944233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6821","nonce":2208944233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6825","nonce":2208944233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6823","nonce":2208944233}]},"public_addr":"172.21.15.88:6819/2208944233","cluster_addr":"172.21.15.88:6821/2208944233","heartbeat_back_addr":"172.21.15.88:6825/2208944233","heartbeat_front_addr":"172.21.15.88:6823/2208944233","state":["exists","up"]},{"osd":3,"uuid":"9c49926b-71b4-439b-8faa-4d3004adf211","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.88:6826","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6827","nonce":1008019518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6829","nonce":1008019518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6833","nonce":1008019518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6831","nonce":1008019518}]},"public_addr":"172.21.15.88:6827/1008019518","cluster_addr":"172.21.15.88:6829/1008019518","heartbeat_back_addr":"172.21.15.88:6833/1008019518","heartbeat_front_addr":"172.21.15.88:6831/1008019518","state":["exists","up"]},{"osd":4,"uuid":"4ef5b43b-3c94-414c-858e-018945afe591","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.175:6800","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6801","nonce":2055789189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6803","nonce":2055789189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6807","nonce":2055789189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6805","nonce":2055789189}]},"public_addr":"172.21.15.175:6801/2055789189","cluster_addr":"172.21.15.175:6803/2055789189","heartbeat_back_addr":"172.21.15.175:6807/2055789189","heartbeat_front_addr":"172.21.15.175:6805/2055789189","state":["exists","up"]},{"osd":5,"uuid":"1b17ec44-723a-4a7e-81bd-1203ff32b415","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.175:6808","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6809","nonce":2600269060}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6811","nonce":2600269060}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6815","nonce":2600269060}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6813","nonce":2600269060}]},"public_addr":"172.21.15.175:6809/2600269060","cluster_addr":"172.21.15.175:6811/2600269060","heartbeat_back_addr":"172.21.15.175:6815/2600269060","heartbeat_front_addr":"172.21.15.175:6813/2600269060","state":["exists","up"]},{"osd":6,"uuid":"dd7bf58f-7661-4466-89c7-1b7ec56b5968","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.175:6816","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6817","nonce":872516566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6819","nonce":872516566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6823","nonce":872516566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6821","nonce":872516566}]},"public_addr":"172.21.15.175:6817/872516566","cluster_addr":"172.21.15.175:6819/872516566","heartbeat_back_addr":"172.21.15.175:6823/872516566","heartbeat_front_addr":"172.21.15.175:6821/872516566","state":["exists","up"]},{"osd":7,"uuid":"4575b18d-9fcc-4873-8191-4e2b6300f0f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6824","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6825","nonce":3237113093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6827","nonce":3237113093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6831","nonce":3237113093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6829","nonce":3237113093}]},"public_addr":"172.21.15.175:6825/3237113093","cluster_addr":"172.21.15.175:6827/3237113093","heartbeat_back_addr":"172.21.15.175:6831/3237113093","heartbeat_front_addr":"172.21.15.175:6829/3237113093","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-04-12T05:58:04.633995+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-04-12T05:58:30.256458+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-04-12T05:58:53.013698+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-04-12T05:59:17.161295+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-04-12T05:59:34.027032+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-04-12T05:59:53.657696+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-04-12T06:00:13.231725+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-04-12T06:00:34.297598+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/393513160":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/3364721796":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/246367130":"2024-04-13T05:55:25.502977+0000","172.21.15.88:6801/312262923":"2024-04-13T05:55:25.502977+0000","172.21.15.88:6800/393513160":"2024-04-13T05:55:42.656043+0000","172.21.15.88:6800/312262923":"2024-04-13T05:55:25.502977+0000","172.21.15.88:0/3042007435":"2024-04-13T05:55:25.502977+0000","172.21.15.88:0/3217986868":"2024-04-13T05:55:04.147988+0000","172.21.15.88:6800/1306787258":"2024-04-13T05:55:04.147988+0000","172.21.15.88:6801/1306787258":"2024-04-13T05:55:04.147988+0000","172.21.15.88:0/519348437":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/3010430975":"2024-04-13T05:55:04.147988+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-04-12T06:00:40.752 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-04-12T05:58:55.205216+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-04-12T06:00:40.753 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-04-12T06:00:40.975 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:41.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:39.977010+0000 mgr.smithi088.noeasj (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:41.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:40.187549+0000 mon.smithi088 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.88:0/2690902847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T06:00:41.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:39.977010+0000 mgr.smithi088.noeasj (mgr.14164) 218 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:41.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:40.187549+0000 mon.smithi088 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.88:0/2690902847' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T06:00:43.001 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2024-04-12T06:00:43.374 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:41.977480+0000 mgr.smithi088.noeasj (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:43.374 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:42.865091+0000 mon.smithi088 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:00:43.374 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:42.865282+0000 mon.smithi088 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:00:43.374 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:43.006885+0000 mon.smithi088 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.88:0/2732476867' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-12T06:00:43.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:41.977480+0000 mgr.smithi088.noeasj (mgr.14164) 219 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:43.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:42.865091+0000 mon.smithi088 (mon.0) 578 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:00:43.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:42.865282+0000 mon.smithi088 (mon.0) 579 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:00:43.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:43.006885+0000 mon.smithi088 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.88:0/2732476867' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-04-12T06:00:43.682 INFO:tasks.cephadm:Setting up client nodes... 2024-04-12T06:00:43.682 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-12T06:00:45.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:43.977924+0000 mgr.smithi088.noeasj (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:45.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:43.977924+0000 mgr.smithi088.noeasj (mgr.14164) 220 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:46.063 INFO:teuthology.orchestra.run.smithi088.stdout:[client.0] 2024-04-12T06:00:46.063 INFO:teuthology.orchestra.run.smithi088.stdout: key = AQAOzhhmzWPrAxAAFANcAt6ind4MsbDTRTzVhA== 2024-04-12T06:00:46.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:46.065607+0000 mon.smithi088 (mon.0) 581 : audit [INF] from='client.? 172.21.15.88:0/2845971073' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-12T06:00:46.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:46.068862+0000 mon.smithi088 (mon.0) 582 : audit [INF] from='client.? 172.21.15.88:0/2845971073' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-12T06:00:46.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:46.065607+0000 mon.smithi088 (mon.0) 581 : audit [INF] from='client.? 172.21.15.88:0/2845971073' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-12T06:00:46.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:46.068862+0000 mon.smithi088 (mon.0) 582 : audit [INF] from='client.? 172.21.15.88:0/2845971073' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-12T06:00:46.898 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2024-04-12T06:00:46.898 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-12T06:00:46.898 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-12T06:00:46.940 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-12T06:00:46.941 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-12T06:00:46.941 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph mgr dump --format=json 2024-04-12T06:00:47.201 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:47.440 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:45.978246+0000 mgr.smithi088.noeasj (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:47.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:45.978246+0000 mgr.smithi088.noeasj (mgr.14164) 221 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:49.345 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:00:49.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:47.978576+0000 mgr.smithi088.noeasj (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:49.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:47.978576+0000 mgr.smithi088.noeasj (mgr.14164) 222 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:50.170 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi088.noeasj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":810850979},{"type":"v1","addr":"172.21.15.88:6801","nonce":810850979}]},"active_addr":"172.21.15.88:6801/810850979","active_change":"2024-04-12T05:55:42.656334+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14226,"name":"smithi175.wddsmi","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.88:8443/","prometheus":"http://172.21.15.88: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.88:0","nonce":4162463090}]},{"addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":1210261638}]}]}} 2024-04-12T06:00:50.175 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-12T06:00:50.175 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-12T06:00:50.175 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T06:00:50.403 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:50.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:49.346731+0000 mon.smithi088 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.88:0/39356169' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T06:00:50.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:49.346731+0000 mon.smithi088 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.88:0/39356169' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-12T06:00:51.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:49.979113+0000 mgr.smithi088.noeasj (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:51.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:49.979113+0000 mgr.smithi088.noeasj (mgr.14164) 223 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:52.260 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:00:52.260 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":51,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","created":"2024-04-12T05:54:30.792628+0000","modified":"2024-04-12T06:00:38.164812+0000","last_up_change":"2024-04-12T06:00:36.154373+0000","last_in_change":"2024-04-12T06:00:20.525507+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-04-12T05:58:55.205216+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":"e0ad9029-ceef-4b22-b3fb-6e1bace99860","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6803","nonce":2602693935}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6805","nonce":2602693935}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6809","nonce":2602693935}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6807","nonce":2602693935}]},"public_addr":"172.21.15.88:6803/2602693935","cluster_addr":"172.21.15.88:6805/2602693935","heartbeat_back_addr":"172.21.15.88:6809/2602693935","heartbeat_front_addr":"172.21.15.88:6807/2602693935","state":["exists","up"]},{"osd":1,"uuid":"64c5cc39-5984-4737-ac61-853ab83c1b33","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.88:6810","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6811","nonce":1396171101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6813","nonce":1396171101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6817","nonce":1396171101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6815","nonce":1396171101}]},"public_addr":"172.21.15.88:6811/1396171101","cluster_addr":"172.21.15.88:6813/1396171101","heartbeat_back_addr":"172.21.15.88:6817/1396171101","heartbeat_front_addr":"172.21.15.88:6815/1396171101","state":["exists","up"]},{"osd":2,"uuid":"cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd","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.88:6818","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6819","nonce":2208944233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6821","nonce":2208944233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6825","nonce":2208944233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6823","nonce":2208944233}]},"public_addr":"172.21.15.88:6819/2208944233","cluster_addr":"172.21.15.88:6821/2208944233","heartbeat_back_addr":"172.21.15.88:6825/2208944233","heartbeat_front_addr":"172.21.15.88:6823/2208944233","state":["exists","up"]},{"osd":3,"uuid":"9c49926b-71b4-439b-8faa-4d3004adf211","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.88:6826","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6827","nonce":1008019518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6829","nonce":1008019518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6833","nonce":1008019518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6831","nonce":1008019518}]},"public_addr":"172.21.15.88:6827/1008019518","cluster_addr":"172.21.15.88:6829/1008019518","heartbeat_back_addr":"172.21.15.88:6833/1008019518","heartbeat_front_addr":"172.21.15.88:6831/1008019518","state":["exists","up"]},{"osd":4,"uuid":"4ef5b43b-3c94-414c-858e-018945afe591","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.175:6800","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6801","nonce":2055789189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6803","nonce":2055789189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6807","nonce":2055789189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6805","nonce":2055789189}]},"public_addr":"172.21.15.175:6801/2055789189","cluster_addr":"172.21.15.175:6803/2055789189","heartbeat_back_addr":"172.21.15.175:6807/2055789189","heartbeat_front_addr":"172.21.15.175:6805/2055789189","state":["exists","up"]},{"osd":5,"uuid":"1b17ec44-723a-4a7e-81bd-1203ff32b415","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.175:6808","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6809","nonce":2600269060}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6811","nonce":2600269060}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6815","nonce":2600269060}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6813","nonce":2600269060}]},"public_addr":"172.21.15.175:6809/2600269060","cluster_addr":"172.21.15.175:6811/2600269060","heartbeat_back_addr":"172.21.15.175:6815/2600269060","heartbeat_front_addr":"172.21.15.175:6813/2600269060","state":["exists","up"]},{"osd":6,"uuid":"dd7bf58f-7661-4466-89c7-1b7ec56b5968","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.175:6816","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6817","nonce":872516566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6819","nonce":872516566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6823","nonce":872516566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6821","nonce":872516566}]},"public_addr":"172.21.15.175:6817/872516566","cluster_addr":"172.21.15.175:6819/872516566","heartbeat_back_addr":"172.21.15.175:6823/872516566","heartbeat_front_addr":"172.21.15.175:6821/872516566","state":["exists","up"]},{"osd":7,"uuid":"4575b18d-9fcc-4873-8191-4e2b6300f0f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6824","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6825","nonce":3237113093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6827","nonce":3237113093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6831","nonce":3237113093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6829","nonce":3237113093}]},"public_addr":"172.21.15.175:6825/3237113093","cluster_addr":"172.21.15.175:6827/3237113093","heartbeat_back_addr":"172.21.15.175:6831/3237113093","heartbeat_front_addr":"172.21.15.175:6829/3237113093","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-04-12T05:58:04.633995+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-04-12T05:58:30.256458+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-04-12T05:58:53.013698+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-04-12T05:59:17.161295+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-04-12T05:59:34.027032+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-04-12T05:59:53.657696+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-04-12T06:00:13.231725+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-04-12T06:00:34.297598+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/393513160":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/3364721796":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/246367130":"2024-04-13T05:55:25.502977+0000","172.21.15.88:6801/312262923":"2024-04-13T05:55:25.502977+0000","172.21.15.88:6800/393513160":"2024-04-13T05:55:42.656043+0000","172.21.15.88:6800/312262923":"2024-04-13T05:55:25.502977+0000","172.21.15.88:0/3042007435":"2024-04-13T05:55:25.502977+0000","172.21.15.88:0/3217986868":"2024-04-13T05:55:04.147988+0000","172.21.15.88:6800/1306787258":"2024-04-13T05:55:04.147988+0000","172.21.15.88:6801/1306787258":"2024-04-13T05:55:04.147988+0000","172.21.15.88:0/519348437":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/3010430975":"2024-04-13T05:55:04.147988+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-04-12T06:00:52.940 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-12T06:00:52.940 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd dump --format=json 2024-04-12T06:00:53.163 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:53.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:51.979660+0000 mgr.smithi088.noeasj (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:53.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:52.264868+0000 mon.smithi088 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.88:0/99778553' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T06:00:53.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:51.979660+0000 mgr.smithi088.noeasj (mgr.14164) 224 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:53.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:52.264868+0000 mon.smithi088 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.88:0/99778553' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T06:00:55.193 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:00:55.193 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":51,"fsid":"0c064754-f891-11ee-bc8c-c7b262605968","created":"2024-04-12T05:54:30.792628+0000","modified":"2024-04-12T06:00:38.164812+0000","last_up_change":"2024-04-12T06:00:36.154373+0000","last_in_change":"2024-04-12T06:00:20.525507+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-04-12T05:58:55.205216+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":"e0ad9029-ceef-4b22-b3fb-6e1bace99860","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6803","nonce":2602693935}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6805","nonce":2602693935}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6809","nonce":2602693935}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2602693935},{"type":"v1","addr":"172.21.15.88:6807","nonce":2602693935}]},"public_addr":"172.21.15.88:6803/2602693935","cluster_addr":"172.21.15.88:6805/2602693935","heartbeat_back_addr":"172.21.15.88:6809/2602693935","heartbeat_front_addr":"172.21.15.88:6807/2602693935","state":["exists","up"]},{"osd":1,"uuid":"64c5cc39-5984-4737-ac61-853ab83c1b33","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.88:6810","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6811","nonce":1396171101}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6813","nonce":1396171101}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6817","nonce":1396171101}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":1396171101},{"type":"v1","addr":"172.21.15.88:6815","nonce":1396171101}]},"public_addr":"172.21.15.88:6811/1396171101","cluster_addr":"172.21.15.88:6813/1396171101","heartbeat_back_addr":"172.21.15.88:6817/1396171101","heartbeat_front_addr":"172.21.15.88:6815/1396171101","state":["exists","up"]},{"osd":2,"uuid":"cd9eca3c-ed4a-420b-b6ec-ae5e8a00f0fd","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.88:6818","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6819","nonce":2208944233}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6821","nonce":2208944233}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6825","nonce":2208944233}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2208944233},{"type":"v1","addr":"172.21.15.88:6823","nonce":2208944233}]},"public_addr":"172.21.15.88:6819/2208944233","cluster_addr":"172.21.15.88:6821/2208944233","heartbeat_back_addr":"172.21.15.88:6825/2208944233","heartbeat_front_addr":"172.21.15.88:6823/2208944233","state":["exists","up"]},{"osd":3,"uuid":"9c49926b-71b4-439b-8faa-4d3004adf211","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.88:6826","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6827","nonce":1008019518}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6829","nonce":1008019518}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6833","nonce":1008019518}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":1008019518},{"type":"v1","addr":"172.21.15.88:6831","nonce":1008019518}]},"public_addr":"172.21.15.88:6827/1008019518","cluster_addr":"172.21.15.88:6829/1008019518","heartbeat_back_addr":"172.21.15.88:6833/1008019518","heartbeat_front_addr":"172.21.15.88:6831/1008019518","state":["exists","up"]},{"osd":4,"uuid":"4ef5b43b-3c94-414c-858e-018945afe591","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.175:6800","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6801","nonce":2055789189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6803","nonce":2055789189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6807","nonce":2055789189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":2055789189},{"type":"v1","addr":"172.21.15.175:6805","nonce":2055789189}]},"public_addr":"172.21.15.175:6801/2055789189","cluster_addr":"172.21.15.175:6803/2055789189","heartbeat_back_addr":"172.21.15.175:6807/2055789189","heartbeat_front_addr":"172.21.15.175:6805/2055789189","state":["exists","up"]},{"osd":5,"uuid":"1b17ec44-723a-4a7e-81bd-1203ff32b415","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.175:6808","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6809","nonce":2600269060}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6810","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6811","nonce":2600269060}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6814","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6815","nonce":2600269060}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6812","nonce":2600269060},{"type":"v1","addr":"172.21.15.175:6813","nonce":2600269060}]},"public_addr":"172.21.15.175:6809/2600269060","cluster_addr":"172.21.15.175:6811/2600269060","heartbeat_back_addr":"172.21.15.175:6815/2600269060","heartbeat_front_addr":"172.21.15.175:6813/2600269060","state":["exists","up"]},{"osd":6,"uuid":"dd7bf58f-7661-4466-89c7-1b7ec56b5968","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.175:6816","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6817","nonce":872516566}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6818","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6819","nonce":872516566}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6822","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6823","nonce":872516566}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6820","nonce":872516566},{"type":"v1","addr":"172.21.15.175:6821","nonce":872516566}]},"public_addr":"172.21.15.175:6817/872516566","cluster_addr":"172.21.15.175:6819/872516566","heartbeat_back_addr":"172.21.15.175:6823/872516566","heartbeat_front_addr":"172.21.15.175:6821/872516566","state":["exists","up"]},{"osd":7,"uuid":"4575b18d-9fcc-4873-8191-4e2b6300f0f9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":49,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6824","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6825","nonce":3237113093}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6826","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6827","nonce":3237113093}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6830","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6831","nonce":3237113093}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6828","nonce":3237113093},{"type":"v1","addr":"172.21.15.175:6829","nonce":3237113093}]},"public_addr":"172.21.15.175:6825/3237113093","cluster_addr":"172.21.15.175:6827/3237113093","heartbeat_back_addr":"172.21.15.175:6831/3237113093","heartbeat_front_addr":"172.21.15.175:6829/3237113093","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-04-12T05:58:04.633995+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-04-12T05:58:30.256458+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-04-12T05:58:53.013698+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-04-12T05:59:17.161295+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-04-12T05:59:34.027032+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-04-12T05:59:53.657696+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-04-12T06:00:13.231725+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-04-12T06:00:34.297598+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6801/393513160":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/3364721796":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/246367130":"2024-04-13T05:55:25.502977+0000","172.21.15.88:6801/312262923":"2024-04-13T05:55:25.502977+0000","172.21.15.88:6800/393513160":"2024-04-13T05:55:42.656043+0000","172.21.15.88:6800/312262923":"2024-04-13T05:55:25.502977+0000","172.21.15.88:0/3042007435":"2024-04-13T05:55:25.502977+0000","172.21.15.88:0/3217986868":"2024-04-13T05:55:04.147988+0000","172.21.15.88:6800/1306787258":"2024-04-13T05:55:04.147988+0000","172.21.15.88:6801/1306787258":"2024-04-13T05:55:04.147988+0000","172.21.15.88:0/519348437":"2024-04-13T05:55:42.656043+0000","172.21.15.88:0/3010430975":"2024-04-13T05:55:04.147988+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-04-12T06:00:55.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:53.980368+0000 mgr.smithi088.noeasj (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:55.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:53.980368+0000 mgr.smithi088.noeasj (mgr.14164) 225 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:55.958 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-12T06:00:55.959 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-12T06:00:55.959 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-12T06:00:55.959 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-12T06:00:55.960 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-12T06:00:55.960 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-12T06:00:55.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-12T06:00:55.961 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-12T06:00:56.353 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.353 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.377 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.399 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.410 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.413 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.413 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.424 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:00:56.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:00:55.198289+0000 mon.smithi088 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.88:0/79238846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T06:00:56.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:00:55.198289+0000 mon.smithi088 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.88:0/79238846' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-12T06:00:57.402 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:55.981001+0000 mgr.smithi088.noeasj (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:57.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:55.981001+0000 mgr.smithi088.noeasj (mgr.14164) 226 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:59.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:00:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:57.981403+0000 mgr.smithi088.noeasj (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:00:59.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:00:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:57.981403+0000 mgr.smithi088.noeasj (mgr.14164) 227 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:01.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:00:59.981739+0000 mgr.smithi088.noeasj (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:01.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:00:59.981739+0000 mgr.smithi088.noeasj (mgr.14164) 228 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:03.607 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:01.982141+0000 mgr.smithi088.noeasj (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:03.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:01.982141+0000 mgr.smithi088.noeasj (mgr.14164) 229 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:05.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:03.982447+0000 mgr.smithi088.noeasj (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:05.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:03.982447+0000 mgr.smithi088.noeasj (mgr.14164) 230 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:07.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:05.982918+0000 mgr.smithi088.noeasj (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:07.700 INFO:teuthology.orchestra.run.smithi088.stdout:111669149720 2024-04-12T06:01:07.701 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-12T06:01:07.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:05.982918+0000 mgr.smithi088.noeasj (mgr.14164) 231 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:09.238 INFO:teuthology.orchestra.run.smithi088.stdout:184683593740 2024-04-12T06:01:09.238 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-12T06:01:09.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:07.983195+0000 mgr.smithi088.noeasj (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:09.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:07.983195+0000 mgr.smithi088.noeasj (mgr.14164) 232 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:11.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:09.983646+0000 mgr.smithi088.noeasj (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:11.651 INFO:teuthology.orchestra.run.smithi088.stdout:38654705703 2024-04-12T06:01:11.651 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-12T06:01:11.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:09.983646+0000 mgr.smithi088.noeasj (mgr.14164) 233 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:12.172 INFO:teuthology.orchestra.run.smithi088.stdout:81604378653 2024-04-12T06:01:12.172 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-12T06:01:12.921 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:13.480 INFO:teuthology.orchestra.run.smithi088.stdout:60129542179 2024-04-12T06:01:13.481 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-12T06:01:13.680 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:13.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:11.983963+0000 mgr.smithi088.noeasj (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:13.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:11.983963+0000 mgr.smithi088.noeasj (mgr.14164) 234 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:14.351 INFO:teuthology.orchestra.run.smithi088.stdout:210453397515 2024-04-12T06:01:14.352 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-12T06:01:14.738 INFO:teuthology.orchestra.run.smithi088.stdout:158913789970 2024-04-12T06:01:14.739 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-12T06:01:15.076 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:15.076 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:15.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:13.984420+0000 mgr.smithi088.noeasj (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:15.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:13.984420+0000 mgr.smithi088.noeasj (mgr.14164) 235 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:17.315 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:17.315 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:17.687 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:15.984701+0000 mgr.smithi088.noeasj (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:17.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:15.984701+0000 mgr.smithi088.noeasj (mgr.14164) 236 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:18.040 INFO:teuthology.orchestra.run.smithi088.stdout:133143986198 2024-04-12T06:01:18.041 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-12T06:01:18.723 INFO:teuthology.orchestra.run.smithi088.stdout:81604378656 2024-04-12T06:01:19.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:17.985198+0000 mgr.smithi088.noeasj (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:19.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:18.729519+0000 mon.smithi088 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.88:0/1853015569' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T06:01:19.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:17.985198+0000 mgr.smithi088.noeasj (mgr.14164) 237 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:19.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:18.729519+0000 mon.smithi088 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.88:0/1853015569' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-12T06:01:21.344 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:19.985549+0000 mgr.smithi088.noeasj (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:21.361 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378653 got 81604378656 for osd.2 2024-04-12T06:01:21.361 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:21.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:19.985549+0000 mgr.smithi088.noeasj (mgr.14164) 238 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:22.522 INFO:teuthology.orchestra.run.smithi088.stdout:184683593744 2024-04-12T06:01:22.638 INFO:teuthology.orchestra.run.smithi088.stdout:111669149723 2024-04-12T06:01:23.653 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:23.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:21.985851+0000 mgr.smithi088.noeasj (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:23.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:22.524630+0000 mon.smithi088 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.88:0/877357900' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-12T06:01:23.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:22.645184+0000 mon.smithi088 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.88:0/3248543870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T06:01:23.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:21.985851+0000 mgr.smithi088.noeasj (mgr.14164) 239 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:23.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:22.524630+0000 mon.smithi088 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.88:0/877357900' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-12T06:01:23.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:22.645184+0000 mon.smithi088 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.88:0/3248543870' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-12T06:01:24.309 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149720 got 111669149723 for osd.3 2024-04-12T06:01:24.310 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:25.111 INFO:teuthology.orchestra.run.smithi088.stdout:38654705706 2024-04-12T06:01:25.411 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593740 got 184683593744 for osd.6 2024-04-12T06:01:25.412 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:25.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:23.986309+0000 mgr.smithi088.noeasj (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:25.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:25.117018+0000 mon.smithi088 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.88:0/705399282' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T06:01:25.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:23.986309+0000 mgr.smithi088.noeasj (mgr.14164) 240 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:25.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:25.117018+0000 mon.smithi088 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.88:0/705399282' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-12T06:01:26.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:26.230578+0000 mon.smithi088 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.88:0/610088977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T06:01:26.479 INFO:teuthology.orchestra.run.smithi088.stdout:60129542182 2024-04-12T06:01:26.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:26.230578+0000 mon.smithi088 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.88:0/610088977' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-12T06:01:26.988 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:27.674 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:25.986597+0000 mgr.smithi088.noeasj (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:27.698 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542179 got 60129542182 for osd.1 2024-04-12T06:01:27.698 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:27.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:25.986597+0000 mgr.smithi088.noeasj (mgr.14164) 241 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:29.110 INFO:teuthology.orchestra.run.smithi088.stdout:133143986201 2024-04-12T06:01:29.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:27.986954+0000 mgr.smithi088.noeasj (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:29.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:29.043727+0000 mon.smithi088 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.88:0/2868417743' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T06:01:29.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:27.986954+0000 mgr.smithi088.noeasj (mgr.14164) 242 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:29.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:29.043727+0000 mon.smithi088 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.88:0/2868417743' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-12T06:01:29.764 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986201 for osd.4 2024-04-12T06:01:29.764 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:30.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:30.276254+0000 mon.smithi088 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.88:0/4073854380' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-12T06:01:30.584 INFO:teuthology.orchestra.run.smithi088.stdout:210453397518 2024-04-12T06:01:30.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:30.276254+0000 mon.smithi088 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.88:0/4073854380' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-12T06:01:31.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:29.987463+0000 mgr.smithi088.noeasj (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:31.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:29.987463+0000 mgr.smithi088.noeasj (mgr.14164) 243 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:31.819 INFO:tasks.cephadm.ceph_manager.ceph:need seq 210453397515 got 210453397518 for osd.7 2024-04-12T06:01:31.819 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:32.205 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705703 got 38654705706 for osd.0 2024-04-12T06:01:32.205 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:32.692 INFO:teuthology.orchestra.run.smithi088.stdout:158913789975 2024-04-12T06:01:33.400 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789970 got 158913789975 for osd.5 2024-04-12T06:01:33.400 DEBUG:teuthology.parallel:result is None 2024-04-12T06:01:33.400 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-12T06:01:33.401 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph pg dump --format=json 2024-04-12T06:01:33.628 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:33.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:31.987777+0000 mgr.smithi088.noeasj (mgr.14164) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:33.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:32.698107+0000 mon.smithi088 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.88:0/3397644911' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T06:01:33.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:31.987777+0000 mgr.smithi088.noeasj (mgr.14164) 244 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:33.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:32.698107+0000 mon.smithi088 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.88:0/3397644911' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-12T06:01:35.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:33.988300+0000 mgr.smithi088.noeasj (mgr.14164) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:35.598 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:01:35.599 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-04-12T06:01:35.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:33.988300+0000 mgr.smithi088.noeasj (mgr.14164) 245 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:36.283 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":217,"stamp":"2024-04-12T06:01:33.988036+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":43300,"kb_used_data":3876,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917916,"statfs":{"total":767960285184,"available":767915945984,"internally_reserved":0,"allocated":3969024,"data_stored":1587235,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-04-12T06:00:38.424831+0000","last_change":"2024-04-12T06:00:38.424831+0000","last_active":"2024-04-12T06:00:38.424831+0000","last_peered":"2024-04-12T06:00:38.424831+0000","last_clean":"2024-04-12T06:00:38.424831+0000","last_became_active":"2024-04-12T06:00:38.424416+0000","last_became_peered":"2024-04-12T06:00:38.424416+0000","last_unstale":"2024-04-12T06:00:38.424831+0000","last_undegraded":"2024-04-12T06:00:38.424831+0000","last_fullsized":"2024-04-12T06:00:38.424831+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T05:58:55.952280+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T05:58:55.952280+0000","last_clean_scrub_stamp":"2024-04-12T05:58:55.952280+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":5228,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739924,"statfs":{"total":95995035648,"available":95989682176,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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.49399999999999999}]},{"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.56699999999999995}]},{"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.54000000000000004}]},{"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.60199999999999998}]},{"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.46500000000000002}]},{"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.41599999999999998}]},{"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.51100000000000001}]}]},{"osd":6,"up_from":43,"seq":184683593746,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.48599999999999999}]},{"osd":1,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.65100000000000002},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.57899999999999996}]},{"osd":2,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.45600000000000002}]},{"osd":3,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.499}]},{"osd":4,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.58999999999999997}]},{"osd":5,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.51300000000000001}]},{"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.56299999999999994}]}]},{"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":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":198050,"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":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.32700000000000001,"15min":0.32300000000000001},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34200000000000003,"15min":0.33400000000000002},"min":{"1min":0.26700000000000002,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.54600000000000004,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.43099999999999999}]},{"osd":2,"last update":"Fri Apr 12 06:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.35099999999999998,"15min":0.34499999999999997},"min":{"1min":0.246,"5min":0.189,"15min":0.189},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.36699999999999999,"15min":0.36199999999999999},"min":{"1min":0.23400000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.42299999999999999}]},{"osd":3,"last update":"Fri Apr 12 06:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.432,"15min":0.437},"min":{"1min":0.307,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.53100000000000003,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.439,"15min":0.443},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.58099999999999996,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.48699999999999999}]},{"osd":4,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.67600000000000005}]},{"osd":5,"last update":"Fri Apr 12 06:00:55 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.61299999999999999}]},{"osd":6,"last update":"Fri Apr 12 06:01:14 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.73199999999999998}]},{"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.63100000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.31900000000000001,"15min":0.311},"min":{"1min":0.23400000000000001,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.53900000000000003,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.32900000000000001,"15min":0.32100000000000001},"min":{"1min":0.26400000000000001,"5min":0.224,"15min":0.224},"max":{"1min":0.54200000000000004,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Apr 12 06:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.36199999999999999,"15min":0.36099999999999999},"min":{"1min":0.28000000000000003,"5min":0.253,"15min":0.253},"max":{"1min":0.52500000000000002,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.39400000000000002,"15min":0.40200000000000002},"min":{"1min":0.26600000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55300000000000005,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.39700000000000002}]},{"osd":3,"last update":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.40000000000000002,"15min":0.39400000000000002},"min":{"1min":0.314,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.375},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.41899999999999998,"15min":0.41799999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.439}]},{"osd":4,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.78200000000000003}]},{"osd":5,"last update":"Fri Apr 12 06:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.61499999999999999}]},{"osd":6,"last update":"Fri Apr 12 06:01:16 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.68500000000000005},{"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.71799999999999997}]},{"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.65500000000000003}]}]},{"osd":2,"up_from":19,"seq":81604378659,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5484,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739668,"statfs":{"total":95995035648,"available":95989420032,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Fri Apr 12 06:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.33800000000000002,"15min":0.33200000000000002},"min":{"1min":0.27500000000000002,"5min":0.217,"15min":0.217},"max":{"1min":0.502,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.20100000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.34899999999999998,"15min":0.34000000000000002},"min":{"1min":0.26800000000000002,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.28000000000000003}]},{"osd":1,"last update":"Fri Apr 12 06:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.34200000000000003,"15min":0.33600000000000002},"min":{"1min":0.28299999999999997,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.36299999999999999,"15min":0.35099999999999998},"min":{"1min":0.35499999999999998,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.253}]},{"osd":3,"last update":"Fri Apr 12 06:01:22 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.315},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40799999999999997,"15min":0.40899999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.55800000000000005,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.24399999999999999}]},{"osd":4,"last update":"Fri Apr 12 06:00:35 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.505},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.53700000000000003}]},{"osd":5,"last update":"Fri Apr 12 06:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.52700000000000002}]},{"osd":6,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.436},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.497}]},{"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.442}]}]},{"osd":3,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"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":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.39000000000000001,"15min":0.39600000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.56299999999999994,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.36199999999999999},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.41999999999999998,"15min":0.42399999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.38800000000000001}]},{"osd":1,"last update":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.40899999999999997,"15min":0.41099999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.28799999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.46500000000000002}]},{"osd":2,"last update":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.45500000000000002,"15min":0.45800000000000002},"min":{"1min":0.32400000000000001,"5min":0.318,"15min":0.318},"max":{"1min":0.61699999999999999,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.45400000000000001,"15min":0.45800000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.434}]},{"osd":4,"last update":"Fri Apr 12 06:00:38 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.67200000000000004}]},{"osd":5,"last update":"Fri Apr 12 06:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.61499999999999999}]},{"osd":6,"last update":"Fri Apr 12 06:01:18 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.64800000000000002}]},{"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.624}]}]},{"osd":4,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5420,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739732,"statfs":{"total":95995035648,"available":95989485568,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.5},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.61599999999999999}]},{"osd":1,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.47699999999999998}]},{"osd":2,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.54200000000000004}]},{"osd":3,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.69599999999999995}]},{"osd":5,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.38500000000000001}]},{"osd":6,"last update":"Fri Apr 12 06:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.432}]},{"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.48599999999999999}]}]},{"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":5356,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739796,"statfs":{"total":95995035648,"available":95989551104,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.39600000000000002}]},{"osd":1,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.45700000000000002}]},{"osd":2,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.439},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.46500000000000002}]},{"osd":3,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.51300000000000001}]},{"osd":4,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.499},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.48999999999999999}]},{"osd":6,"last update":"Fri Apr 12 06:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.55800000000000005}]},{"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.58899999999999997}]}]}],"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-04-12T06:01:36.285 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph pg dump --format=json 2024-04-12T06:01:36.525 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:36.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:35.602217+0000 mgr.smithi088.noeasj (mgr.14164) 246 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:01:36.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:36.261523+0000 mon.smithi088 (mon.0) 594 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:01:36.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:36.262777+0000 mon.smithi088 (mon.0) 595 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:01:36.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:36.263870+0000 mon.smithi088 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:01:36.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:35.602217+0000 mgr.smithi088.noeasj (mgr.14164) 246 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:01:36.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:36.261523+0000 mon.smithi088 (mon.0) 594 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:01:36.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:36.262777+0000 mon.smithi088 (mon.0) 595 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:01:36.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:36.263870+0000 mon.smithi088 (mon.0) 596 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:01:37.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:35.988650+0000 mgr.smithi088.noeasj (mgr.14164) 247 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:37.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:36.534373+0000 mon.smithi088 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:01:37.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:35.988650+0000 mgr.smithi088.noeasj (mgr.14164) 247 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:37.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:36.534373+0000 mon.smithi088 (mon.0) 597 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:01:38.605 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:01:38.606 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2024-04-12T06:01:39.376 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":219,"stamp":"2024-04-12T06:01:37.988830+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":43300,"kb_used_data":3876,"kb_used_omap":0,"kb_used_meta":39360,"kb_avail":749917916,"statfs":{"total":767960285184,"available":767915945984,"internally_reserved":0,"allocated":3969024,"data_stored":1587235,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40304640},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":51,"state":"active+clean","last_fresh":"2024-04-12T06:00:38.424831+0000","last_change":"2024-04-12T06:00:38.424831+0000","last_active":"2024-04-12T06:00:38.424831+0000","last_peered":"2024-04-12T06:00:38.424831+0000","last_clean":"2024-04-12T06:00:38.424831+0000","last_became_active":"2024-04-12T06:00:38.424416+0000","last_became_peered":"2024-04-12T06:00:38.424416+0000","last_unstale":"2024-04-12T06:00:38.424831+0000","last_undegraded":"2024-04-12T06:00:38.424831+0000","last_fullsized":"2024-04-12T06:00:38.424831+0000","mapping_epoch":50,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":51,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-12T05:58:55.952280+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-12T05:58:55.952280+0000","last_clean_scrub_stamp":"2024-04-12T05:58:55.952280+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":5228,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739924,"statfs":{"total":95995035648,"available":95989682176,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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.59199999999999997}]},{"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.51000000000000001}]},{"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.628}]},{"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.5}]},{"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.46500000000000002}]},{"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.44500000000000001}]},{"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.57999999999999996}]}]},{"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":5292,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739860,"statfs":{"total":95995035648,"available":95989616640,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.54400000000000004}]},{"osd":1,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.40300000000000002}]},{"osd":2,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.78000000000000003,"5min":0.78000000000000003,"15min":0.78000000000000003},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.48799999999999999}]},{"osd":3,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.47299999999999998}]},{"osd":4,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.58999999999999997}]},{"osd":5,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.41199999999999998}]},{"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.35899999999999999}]}]},{"osd":1,"up_from":14,"seq":60129542185,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5544,"kb_used_data":480,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739608,"statfs":{"total":95995035648,"available":95989358592,"internally_reserved":0,"allocated":491520,"data_stored":198050,"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":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.32700000000000001,"15min":0.32300000000000001},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.34200000000000003,"15min":0.33400000000000002},"min":{"1min":0.26700000000000002,"5min":0.20000000000000001,"15min":0.20000000000000001},"max":{"1min":0.54600000000000004,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.57999999999999996}]},{"osd":2,"last update":"Fri Apr 12 06:01:02 2024","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.35099999999999998,"15min":0.34499999999999997},"min":{"1min":0.246,"5min":0.189,"15min":0.189},"max":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.36699999999999999,"15min":0.36199999999999999},"min":{"1min":0.23400000000000001,"5min":0.214,"15min":0.214},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.56999999999999995}]},{"osd":3,"last update":"Fri Apr 12 06:01:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40300000000000002,"5min":0.432,"15min":0.437},"min":{"1min":0.307,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.53100000000000003,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.439,"15min":0.443},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.58099999999999996,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.64400000000000002}]},{"osd":4,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.85799999999999998},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.88}]},{"osd":5,"last update":"Fri Apr 12 06:00:55 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.80000000000000004,"5min":0.80000000000000004,"15min":0.80000000000000004},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.78900000000000003}]},{"osd":6,"last update":"Fri Apr 12 06:01:14 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.84699999999999998},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.87}]},{"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.81599999999999995}]}]},{"osd":0,"up_from":9,"seq":38654705709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5552,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739600,"statfs":{"total":95995035648,"available":95989350400,"internally_reserved":0,"allocated":499712,"data_stored":198680,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.31900000000000001,"15min":0.311},"min":{"1min":0.23400000000000001,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.53900000000000003,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.33300000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.32900000000000001,"15min":0.32100000000000001},"min":{"1min":0.26400000000000001,"5min":0.224,"15min":0.224},"max":{"1min":0.54200000000000004,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.32400000000000001}]},{"osd":2,"last update":"Fri Apr 12 06:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.36199999999999999,"15min":0.36099999999999999},"min":{"1min":0.28000000000000003,"5min":0.253,"15min":0.253},"max":{"1min":0.52500000000000002,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.34899999999999998,"5min":0.39400000000000002,"15min":0.40200000000000002},"min":{"1min":0.26600000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.55300000000000005,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.39700000000000002}]},{"osd":3,"last update":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.40000000000000002,"15min":0.39400000000000002},"min":{"1min":0.314,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.375},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.41899999999999998,"15min":0.41799999999999998},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.439}]},{"osd":4,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.01,"5min":1.01,"15min":1.01},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.78200000000000003}]},{"osd":5,"last update":"Fri Apr 12 06:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.61499999999999999}]},{"osd":6,"last update":"Fri Apr 12 06:01:16 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.68500000000000005},{"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.71799999999999997}]},{"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.65500000000000003}]}]},{"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":5484,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739668,"statfs":{"total":95995035648,"available":95989420032,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Fri Apr 12 06:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.33800000000000002,"15min":0.33200000000000002},"min":{"1min":0.27500000000000002,"5min":0.217,"15min":0.217},"max":{"1min":0.502,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.313},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.34899999999999998,"15min":0.34000000000000002},"min":{"1min":0.26800000000000002,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.371}]},{"osd":1,"last update":"Fri Apr 12 06:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.34200000000000003,"15min":0.33600000000000002},"min":{"1min":0.28299999999999997,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.36299999999999999,"15min":0.35099999999999998},"min":{"1min":0.35499999999999998,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"last":0.39300000000000002}]},{"osd":3,"last update":"Fri Apr 12 06:01:22 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40799999999999997,"15min":0.40899999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.55800000000000005,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.32800000000000001}]},{"osd":4,"last update":"Fri Apr 12 06:00:35 2024","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.76600000000000001}]},{"osd":5,"last update":"Fri Apr 12 06:01:00 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.74399999999999999},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.64900000000000002}]},{"osd":6,"last update":"Fri Apr 12 06:01:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.69299999999999995}]},{"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.73199999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149726,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5424,"kb_used_data":488,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739728,"statfs":{"total":95995035648,"available":95989481472,"internally_reserved":0,"allocated":499712,"data_stored":198680,"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":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.39000000000000001,"15min":0.39600000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.56299999999999994,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.39300000000000002,"5min":0.41999999999999998,"15min":0.42399999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.33700000000000002}]},{"osd":1,"last update":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.40899999999999997,"15min":0.41099999999999998},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.28799999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.30499999999999999}]},{"osd":2,"last update":"Fri Apr 12 06:01:23 2024","interfaces":[{"interface":"back","average":{"1min":0.435,"5min":0.45500000000000002,"15min":0.45800000000000002},"min":{"1min":0.32400000000000001,"5min":0.318,"15min":0.318},"max":{"1min":0.61699999999999999,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.376},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.45400000000000001,"15min":0.45800000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.39100000000000001}]},{"osd":4,"last update":"Fri Apr 12 06:00:38 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.61099999999999999}]},{"osd":5,"last update":"Fri Apr 12 06:00:58 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.621},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.56599999999999995}]},{"osd":6,"last update":"Fri Apr 12 06:01:18 2024","interfaces":[{"interface":"back","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.55100000000000005}]},{"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.57599999999999996}]}]},{"osd":4,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5420,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739732,"statfs":{"total":95995035648,"available":95989485568,"internally_reserved":0,"allocated":495616,"data_stored":198365,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.61299999999999999}]},{"osd":1,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.64400000000000002}]},{"osd":2,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.65700000000000003}]},{"osd":3,"last update":"Fri Apr 12 06:00:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.69899999999999995}]},{"osd":5,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.50800000000000001}]},{"osd":6,"last update":"Fri Apr 12 06:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"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.70599999999999996}]}]},{"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":5356,"kb_used_data":484,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739796,"statfs":{"total":95995035648,"available":95989551104,"internally_reserved":0,"allocated":495616,"data_stored":198365,"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":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.502}]},{"osd":1,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.46300000000000002}]},{"osd":2,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.47699999999999998}]},{"osd":3,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.58799999999999997}]},{"osd":4,"last update":"Fri Apr 12 06:00:57 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.40000000000000002}]},{"osd":6,"last update":"Fri Apr 12 06:01:15 2024","interfaces":[{"interface":"back","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.54600000000000004}]},{"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.45300000000000001}]}]}],"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-04-12T06:01:39.378 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-12T06:01:39.378 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-12T06:01:39.378 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-12T06:01:39.378 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph health --format=json 2024-04-12T06:01:39.604 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/mon.smithi088/config 2024-04-12T06:01:39.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:37.988995+0000 mgr.smithi088.noeasj (mgr.14164) 248 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:39.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:38.608557+0000 mgr.smithi088.noeasj (mgr.14164) 249 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:01:39.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:37.988995+0000 mgr.smithi088.noeasj (mgr.14164) 248 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:39.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:38.608557+0000 mgr.smithi088.noeasj (mgr.14164) 249 : audit [DBG] from='client.14464 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:01:41.689 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:01:41.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:39.989317+0000 mgr.smithi088.noeasj (mgr.14164) 250 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:41.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:39.989317+0000 mgr.smithi088.noeasj (mgr.14164) 250 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:42.442 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-12T06:01:42.442 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-12T06:01:42.443 INFO:tasks.cephadm:Setup complete, yielding 2024-04-12T06:01:42.443 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T06:01:42.452 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:01:42.452 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch status' 2024-04-12T06:01:42.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:41.695671+0000 mon.smithi088 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.88:0/2922652818' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T06:01:42.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:41.695671+0000 mon.smithi088 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.88:0/2922652818' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-12T06:01:43.851 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:41.989880+0000 mgr.smithi088.noeasj (mgr.14164) 251 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:43.851 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:42.866328+0000 mon.smithi088 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:01:43.852 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:42.867181+0000 mon.smithi088 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:01:43.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:41.989880+0000 mgr.smithi088.noeasj (mgr.14164) 251 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:43.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:42.866328+0000 mon.smithi088 (mon.0) 599 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:01:43.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:42.867181+0000 mon.smithi088 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:01:44.607 INFO:teuthology.orchestra.run.smithi088.stdout:Backend: cephadm 2024-04-12T06:01:44.607 INFO:teuthology.orchestra.run.smithi088.stdout:Available: Yes 2024-04-12T06:01:44.607 INFO:teuthology.orchestra.run.smithi088.stdout:Paused: No 2024-04-12T06:01:45.388 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-12T06:01:45.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:43.990359+0000 mgr.smithi088.noeasj (mgr.14164) 252 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:45.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:44.612458+0000 mgr.smithi088.noeasj (mgr.14164) 253 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:45.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:43.990359+0000 mgr.smithi088.noeasj (mgr.14164) 252 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:45.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:44.612458+0000 mgr.smithi088.noeasj (mgr.14164) 253 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:47.574 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:01:47.574 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (3m) 93s ago 5m 18.4M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (5m) 93s ago 5m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (4m) 74s ago 4m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (3m) 93s ago 5m 28.4M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (7m) 93s ago 7m 414M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (4m) 74s ago 4m 371M - 16.2.5 6933c2a0b7dd d323ca854ae4 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (7m) 93s ago 7m 54.2M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (4m) 74s ago 4m 58.9M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (4m) 93s ago 4m 17.1M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (4m) 74s ago 4m 16.9M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (3m) 93s ago 3m 30.0M 3224M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (3m) 93s ago 3m 30.2M 3224M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (2m) 93s ago 2m 30.6M 3224M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (2m) 93s ago 2m 29.8M 3224M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (2m) 74s ago 2m 30.0M 3992M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (118s) 74s ago 118s 29.0M 3992M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:01:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (98s) 74s ago 98s 26.3M 3992M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:01:47.576 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (77s) 74s ago 77s 11.7M 3992M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:01:47.576 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (3m) 93s ago 4m 39.6M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:01:47.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:45.990825+0000 mgr.smithi088.noeasj (mgr.14164) 254 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:47.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:45.990825+0000 mgr.smithi088.noeasj (mgr.14164) 254 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:48.268 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-12T06:01:48.928 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:47.572940+0000 mgr.smithi088.noeasj (mgr.14164) 255 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:48.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:47.572940+0000 mgr.smithi088.noeasj (mgr.14164) 255 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:49.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:47.991364+0000 mgr.smithi088.noeasj (mgr.14164) 256 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:49.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:47.991364+0000 mgr.smithi088.noeasj (mgr.14164) 256 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:50.362 INFO:teuthology.orchestra.run.smithi088.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-12T06:01:50.362 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager ?:9093,9094 1/1 96s ago 6m count:1 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:crash 2/2 96s ago 6m * 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:grafana ?:3000 1/1 96s ago 6m count:1 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:mgr 2/2 96s ago 6m count:2 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:mon 2/2 96s ago 5m smithi088:172.21.15.88=smithi088;smithi175:172.21.15.175=smithi175;count:2 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter ?:9100 2/2 96s ago 6m * 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:osd 8/8 96s ago - 2024-04-12T06:01:50.363 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus ?:9095 1/1 96s ago 6m count:1 2024-04-12T06:01:51.046 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-12T06:01:51.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:49.991745+0000 mgr.smithi088.noeasj (mgr.14164) 257 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:51.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:50.365137+0000 mgr.smithi088.noeasj (mgr.14164) 258 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:51.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:49.991745+0000 mgr.smithi088.noeasj (mgr.14164) 257 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:51.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:50.365137+0000 mgr.smithi088.noeasj (mgr.14164) 258 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:53.133 INFO:teuthology.orchestra.run.smithi088.stdout:HOST ADDR LABELS STATUS 2024-04-12T06:01:53.133 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 172.21.15.88 2024-04-12T06:01:53.133 INFO:teuthology.orchestra.run.smithi088.stdout:smithi175 172.21.15.175 2024-04-12T06:01:53.841 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:51.992240+0000 mgr.smithi088.noeasj (mgr.14164) 259 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:53.861 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-12T06:01:53.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:51.992240+0000 mgr.smithi088.noeasj (mgr.14164) 259 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:54.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:53.138931+0000 mgr.smithi088.noeasj (mgr.14164) 260 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:54.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:53.138931+0000 mgr.smithi088.noeasj (mgr.14164) 260 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:55.908 INFO:teuthology.orchestra.run.smithi088.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-04-12T06:01:55.908 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd PHFT620400XD400BGN 400G Unknown N/A N/A No 2024-04-12T06:01:55.908 INFO:teuthology.orchestra.run.smithi088.stdout:smithi175 /dev/nvme0n1 ssd CVFT623300M0400BGN 400G Unknown N/A N/A No 2024-04-12T06:01:55.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:53.992574+0000 mgr.smithi088.noeasj (mgr.14164) 261 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:55.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:53.992574+0000 mgr.smithi088.noeasj (mgr.14164) 261 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:56.584 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-12T06:01:56.597 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:01:56.597 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-12T06:01:56.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ systemctl stop nfs-server 2024-04-12T06:01:56.635 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi175.front.sepia.ceph.com 2024-04-12T06:01:56.635 DEBUG:teuthology.orchestra.run.smithi175:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-12T06:01:56.673 INFO:teuthology.orchestra.run.smithi175.stderr:+ systemctl stop nfs-server 2024-04-12T06:01:56.682 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T06:01:56.690 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:01:56.691 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-04-12T06:01:57.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:55.913084+0000 mgr.smithi088.noeasj (mgr.14164) 262 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:57.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:55.993010+0000 mgr.smithi088.noeasj (mgr.14164) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:57.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:55.913084+0000 mgr.smithi088.noeasj (mgr.14164) 262 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:01:57.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:55.993010+0000 mgr.smithi088.noeasj (mgr.14164) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:59.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:01:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:57.993440+0000 mgr.smithi088.noeasj (mgr.14164) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:01:59.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:01:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:57.993440+0000 mgr.smithi088.noeasj (mgr.14164) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:00.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:59.412852+0000 mgr.smithi088.noeasj (mgr.14164) 265 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:00.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:59.413409+0000 mon.smithi088 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-12T06:02:00.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:59.695155+0000 mon.smithi088 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-12T06:02:00.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:59.695209+0000 mon.smithi088 (mon.0) 603 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-12T06:02:00.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:01:59.695951+0000 mon.smithi088 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-12T06:02:00.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T06:02:00.704+0000 7f8b96424700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:02:00.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:59.412852+0000 mgr.smithi088.noeasj (mgr.14164) 265 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:00.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:59.413409+0000 mon.smithi088 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-12T06:02:00.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:59.695155+0000 mon.smithi088 (mon.0) 602 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-12T06:02:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:59.695209+0000 mon.smithi088 (mon.0) 603 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-12T06:02:00.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:01:59.695951+0000 mon.smithi088 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-12T06:02:01.437 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-12T06:02:01.447 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-04-12T06:02:01.447 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch ls -f json 2024-04-12T06:02:01.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:01:59.993769+0000 mgr.smithi088.noeasj (mgr.14164) 266 : cluster [DBG] pgmap v231: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.699957+0000 mon.smithi088 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:00.700187+0000 mon.smithi088 (mon.0) 606 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.704490+0000 mon.smithi088 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:00.705382+0000 mon.smithi088 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:00.705412+0000 mon.smithi088 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:00.714729+0000 mon.smithi088 (mon.0) 610 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.715502+0000 mon.smithi088 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:00.715589+0000 mon.smithi088 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.728520+0000 mon.smithi088 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.731519+0000 mon.smithi088 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.734242+0000 mon.smithi088 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.735936+0000 mon.smithi088 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.741767+0000 mon.smithi088 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.749941+0000 mon.smithi088 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.750672+0000 mon.smithi088 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:02:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.753868+0000 mon.smithi088 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T06:02:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:00.754606+0000 mon.smithi088 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:01:59.993769+0000 mgr.smithi088.noeasj (mgr.14164) 266 : cluster [DBG] pgmap v231: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.699957+0000 mon.smithi088 (mon.0) 605 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:00.700187+0000 mon.smithi088 (mon.0) 606 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.704490+0000 mon.smithi088 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:00.705382+0000 mon.smithi088 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:00.705412+0000 mon.smithi088 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:00.714729+0000 mon.smithi088 (mon.0) 610 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.715502+0000 mon.smithi088 (mon.0) 611 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:00.715589+0000 mon.smithi088 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.728520+0000 mon.smithi088 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.731519+0000 mon.smithi088 (mon.0) 614 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.734242+0000 mon.smithi088 (mon.0) 615 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:01.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.735936+0000 mon.smithi088 (mon.0) 616 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:01.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.741767+0000 mon.smithi088 (mon.0) 617 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:01.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.749941+0000 mon.smithi088 (mon.0) 618 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:01.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.750672+0000 mon.smithi088 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:02:01.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.753868+0000 mon.smithi088 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T06:02:01.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:00.754606+0000 mon.smithi088 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:02.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:00.721533+0000 mgr.smithi088.noeasj (mgr.14164) 267 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-04-12T06:02:02.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:00.755398+0000 mgr.smithi088.noeasj (mgr.14164) 268 : cephadm [INF] Deploying daemon mds.foofs.smithi088.djqnyb on smithi088 2024-04-12T06:02:02.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:01.713282+0000 mon.smithi088 (mon.0) 622 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-12T06:02:02.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:01.994086+0000 mgr.smithi088.noeasj (mgr.14164) 269 : cluster [DBG] pgmap v235: 65 pgs: 1 creating+peering, 15 active+clean, 49 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:02.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:00.721533+0000 mgr.smithi088.noeasj (mgr.14164) 267 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-04-12T06:02:02.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:00.755398+0000 mgr.smithi088.noeasj (mgr.14164) 268 : cephadm [INF] Deploying daemon mds.foofs.smithi088.djqnyb on smithi088 2024-04-12T06:02:02.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:01.713282+0000 mon.smithi088 (mon.0) 622 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-12T06:02:02.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:01.994086+0000 mgr.smithi088.noeasj (mgr.14164) 269 : cluster [DBG] pgmap v235: 65 pgs: 1 creating+peering, 15 active+clean, 49 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:03.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:02.724252+0000 mon.smithi088 (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-12T06:02:04.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:02.724252+0000 mon.smithi088 (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-12T06:02:04.815 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:02:04.816 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-12T05:55:32.408325Z", "last_refresh": "2024-04-12T06:00:13.733899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-12T05:55:18.454479Z", "last_refresh": "2024-04-12T06:00:13.733956Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-04-12T05:55:28.722602Z", "last_refresh": "2024-04-12T06:00:13.734009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-12T06:02:00.728725Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-12T06:02:00.721554Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-12T05:55:16.911786Z", "last_refresh": "2024-04-12T06:00:13.733836Z", "running": 2, "size": 2}}, {"events": ["2024-04-12T05:56:12.089896Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-12T05:56:12.085153Z", "last_refresh": "2024-04-12T06:00:13.733706Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-12T05:55:30.756054Z", "last_refresh": "2024-04-12T06:00:13.734061Z", "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-04-12T06:00:13.734165Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-12T05:55:26.564244Z", "last_refresh": "2024-04-12T06:00:13.734113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-12T06:02:05.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:03.994449+0000 mgr.smithi088.noeasj (mgr.14164) 270 : cluster [DBG] pgmap v237: 65 pgs: 1 creating+peering, 44 active+clean, 20 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:05.218 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:03.994449+0000 mgr.smithi088.noeasj (mgr.14164) 270 : cluster [DBG] pgmap v237: 65 pgs: 1 creating+peering, 44 active+clean, 20 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:05.898 INFO:tasks.cephadm:mds.foofs has 0/2 2024-04-12T06:02:06.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:04.817989+0000 mgr.smithi088.noeasj (mgr.14164) 271 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:02:06.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:05.409486+0000 mon.smithi088 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:06.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:05.410371+0000 mon.smithi088 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:02:06.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:05.412777+0000 mon.smithi088 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T06:02:06.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:05.413313+0000 mon.smithi088 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:06.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:05.413791+0000 mgr.smithi088.noeasj (mgr.14164) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi175.egexnz on smithi175 2024-04-12T06:02:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:04.817989+0000 mgr.smithi088.noeasj (mgr.14164) 271 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:02:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:05.409486+0000 mon.smithi088 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:05.410371+0000 mon.smithi088 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:02:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:05.412777+0000 mon.smithi088 (mon.0) 626 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-12T06:02:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:05.413313+0000 mon.smithi088 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:06.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:05.413791+0000 mgr.smithi088.noeasj (mgr.14164) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi175.egexnz on smithi175 2024-04-12T06:02:06.899 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch ls -f json 2024-04-12T06:02:07.609 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:05.994805+0000 mgr.smithi088.noeasj (mgr.14164) 273 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:07.714 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:05.994805+0000 mgr.smithi088.noeasj (mgr.14164) 273 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:07.763038+0000 mon.smithi088 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:07.763995+0000 mon.smithi088 (mon.0) 629 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:07.764833+0000 mon.smithi088 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:07.765332+0000 mon.smithi088 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:08.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:07.886380+0000 mon.smithi088 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:08.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:07.995244+0000 mgr.smithi088.noeasj (mgr.14164) 274 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:09.096 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:02:09.096 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-12T05:55:32.408325Z", "last_refresh": "2024-04-12T06:00:13.733899Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-12T05:55:18.454479Z", "last_refresh": "2024-04-12T06:00:13.733956Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-04-12T05:55:28.722602Z", "last_refresh": "2024-04-12T06:00:13.734009Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-12T06:02:00.728725Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-12T06:02:00.721554Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-12T05:55:16.911786Z", "last_refresh": "2024-04-12T06:00:13.733836Z", "running": 2, "size": 2}}, {"events": ["2024-04-12T05:56:12.089896Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-12T05:56:12.085153Z", "last_refresh": "2024-04-12T06:00:13.733706Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-12T05:55:30.756054Z", "last_refresh": "2024-04-12T06:00:13.734061Z", "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-04-12T06:00:13.734165Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-12T05:55:26.564244Z", "last_refresh": "2024-04-12T06:00:13.734113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-12T06:02:09.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:07.763038+0000 mon.smithi088 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:09.169 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:07.763995+0000 mon.smithi088 (mon.0) 629 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:09.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:07.764833+0000 mon.smithi088 (mon.0) 630 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:09.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:07.765332+0000 mon.smithi088 (mon.0) 631 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:09.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:07.886380+0000 mon.smithi088 (mon.0) 632 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:09.170 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:07.995244+0000 mgr.smithi088.noeasj (mgr.14164) 274 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:09.917 INFO:tasks.cephadm:mds.foofs has 2/2 2024-04-12T06:02:09.917 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T06:02:09.927 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:02:09.927 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:09.099025+0000 mgr.smithi088.noeasj (mgr.14164) 275 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:09.802740+0000 mon.smithi088 (mon.0) 633 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.888536+0000 mon.smithi088 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398] up:boot 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.888591+0000 mon.smithi088 (mon.0) 635 : cluster [INF] daemon mds.foofs.smithi088.djqnyb assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.888649+0000 mon.smithi088 (mon.0) 636 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.888669+0000 mon.smithi088 (mon.0) 637 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.888678+0000 mon.smithi088 (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.888858+0000 mon.smithi088 (mon.0) 639 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:09.888939+0000 mon.smithi088 (mon.0) 640 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:02:10.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.891107+0000 mon.smithi088 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:creating} 2024-04-12T06:02:10.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:10 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.906873+0000 mon.smithi088 (mon.0) 642 : cluster [INF] daemon mds.foofs.smithi088.djqnyb is now active in filesystem foofs as rank 0 2024-04-12T06:02:10.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:09.099025+0000 mgr.smithi088.noeasj (mgr.14164) 275 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:02:10.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:09.802740+0000 mon.smithi088 (mon.0) 633 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.888536+0000 mon.smithi088 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398] up:boot 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.888591+0000 mon.smithi088 (mon.0) 635 : cluster [INF] daemon mds.foofs.smithi088.djqnyb assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.888649+0000 mon.smithi088 (mon.0) 636 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.888669+0000 mon.smithi088 (mon.0) 637 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.888678+0000 mon.smithi088 (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.888858+0000 mon.smithi088 (mon.0) 639 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:09.888939+0000 mon.smithi088 (mon.0) 640 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.891107+0000 mon.smithi088 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:creating} 2024-04-12T06:02:10.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.906873+0000 mon.smithi088 (mon.0) 642 : cluster [INF] daemon mds.foofs.smithi088.djqnyb is now active in filesystem foofs as rank 0 2024-04-12T06:02:11.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:09.995689+0000 mgr.smithi088.noeasj (mgr.14164) 276 : cluster [DBG] pgmap v240: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:11.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:10.894917+0000 mon.smithi088 (mon.0) 643 : cluster [DBG] mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398] up:active 2024-04-12T06:02:11.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:10.894982+0000 mon.smithi088 (mon.0) 644 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 2024-04-12T06:02:11.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:09.995689+0000 mgr.smithi088.noeasj (mgr.14164) 276 : cluster [DBG] pgmap v240: 65 pgs: 65 active+clean; 0 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:11.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:10.894917+0000 mon.smithi088 (mon.0) 643 : cluster [DBG] mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398] up:active 2024-04-12T06:02:11.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:10.894982+0000 mon.smithi088 (mon.0) 644 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 2024-04-12T06:02:13.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:11.996155+0000 mgr.smithi088.noeasj (mgr.14164) 277 : cluster [DBG] pgmap v241: 65 pgs: 65 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:13.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:12.282741+0000 mon.smithi088 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:boot 2024-04-12T06:02:13.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:12.283040+0000 mon.smithi088 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:02:13.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:12.283144+0000 mon.smithi088 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:02:13.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:12.286029+0000 mon.smithi088 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:02:13.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:12.963347+0000 mon.smithi088 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-04-12T06:02:13.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:11.996155+0000 mgr.smithi088.noeasj (mgr.14164) 277 : cluster [DBG] pgmap v241: 65 pgs: 65 active+clean; 22 B data, 44 MiB used, 715 GiB / 715 GiB avail 2024-04-12T06:02:13.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:12.282741+0000 mon.smithi088 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:boot 2024-04-12T06:02:13.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:12.283040+0000 mon.smithi088 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:02:13.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:12.283144+0000 mon.smithi088 (mon.0) 647 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:02:13.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:12.286029+0000 mon.smithi088 (mon.0) 648 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:02:13.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:12.963347+0000 mon.smithi088 (mon.0) 649 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-04-12T06:02:14.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:12.962197+0000 mgr.smithi088.noeasj (mgr.14164) 278 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:14.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:13.679873+0000 mon.smithi088 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-04-12T06:02:14.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:13.679914+0000 mon.smithi088 (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-12T06:02:14.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:13.680791+0000 mon.smithi088 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-04-12T06:02:14.712 INFO:teuthology.orchestra.run.smithi088.stdout:NFS Cluster Created Successfully 2024-04-12T06:02:14.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:12.962197+0000 mgr.smithi088.noeasj (mgr.14164) 278 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:14.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:13.679873+0000 mon.smithi088 (mon.0) 650 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-04-12T06:02:14.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:13.679914+0000 mon.smithi088 (mon.0) 651 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-12T06:02:14.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:13.680791+0000 mon.smithi088 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-04-12T06:02:15.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:13.996509+0000 mgr.smithi088.noeasj (mgr.14164) 279 : cluster [DBG] pgmap v243: 97 pgs: 32 unknown, 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 9 op/s 2024-04-12T06:02:15.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:14.684650+0000 mon.smithi088 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-04-12T06:02:15.425 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:14.684858+0000 mon.smithi088 (mon.0) 654 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-12T06:02:15.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:14.717785+0000 mon.smithi088 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:15.445 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- 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-04-12T06:02:15.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:13.996509+0000 mgr.smithi088.noeasj (mgr.14164) 279 : cluster [DBG] pgmap v243: 97 pgs: 32 unknown, 65 active+clean; 770 B data, 44 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s wr, 9 op/s 2024-04-12T06:02:15.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:14.684650+0000 mon.smithi088 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-04-12T06:02:15.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:14.684858+0000 mon.smithi088 (mon.0) 654 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-12T06:02:15.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:14.717785+0000 mon.smithi088 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:16.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:14.713621+0000 mgr.smithi088.noeasj (mgr.14164) 280 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-04-12T06:02:16.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:15.685825+0000 mon.smithi088 (mon.0) 656 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-12T06:02:16.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:14.713621+0000 mgr.smithi088.noeasj (mgr.14164) 280 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-04-12T06:02:16.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:15.685825+0000 mon.smithi088 (mon.0) 656 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:15.996869+0000 mgr.smithi088.noeasj (mgr.14164) 281 : cluster [DBG] pgmap v246: 97 pgs: 10 creating+peering, 12 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:16.288445+0000 mon.smithi088 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:standby 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:16.288506+0000 mon.smithi088 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.681268+0000 mon.smithi088 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.684216+0000 mon.smithi088 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.690420+0000 mon.smithi088 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.700787+0000 mon.smithi088 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T06:02:17.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.703917+0000 mon.smithi088 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.704627+0000 mon.smithi088 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.707449+0000 mon.smithi088 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.708457+0000 mon.smithi088 (mon.0) 666 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.752046+0000 mon.smithi088 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.755576+0000 mon.smithi088 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.796096+0000 mon.smithi088 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.799046+0000 mon.smithi088 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:02:17.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:16.803048+0000 mon.smithi088 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:15.996869+0000 mgr.smithi088.noeasj (mgr.14164) 281 : cluster [DBG] pgmap v246: 97 pgs: 10 creating+peering, 12 unknown, 75 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s wr, 6 op/s 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:16.288445+0000 mon.smithi088 (mon.0) 657 : cluster [DBG] mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:standby 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:16.288506+0000 mon.smithi088 (mon.0) 658 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.681268+0000 mon.smithi088 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.684216+0000 mon.smithi088 (mon.0) 660 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.690420+0000 mon.smithi088 (mon.0) 661 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.700787+0000 mon.smithi088 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.703917+0000 mon.smithi088 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.704627+0000 mon.smithi088 (mon.0) 664 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.707449+0000 mon.smithi088 (mon.0) 665 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.708457+0000 mon.smithi088 (mon.0) 666 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.752046+0000 mon.smithi088 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:02:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.755576+0000 mon.smithi088 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:02:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.796096+0000 mon.smithi088 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:02:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.799046+0000 mon.smithi088 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:02:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:16.803048+0000 mon.smithi088 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout: "bind": "/fake", 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout: "fs": "foofs", 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout: "path": "/", 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout: "cluster": "foo", 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout: "mode": "RW" 2024-04-12T06:02:17.970 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:16.700512+0000 mgr.smithi088.noeasj (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.whrxit 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:16.704370+0000 mgr.smithi088.noeasj (mgr.14164) 283 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:16.795677+0000 mgr.smithi088.noeasj (mgr.14164) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:16.795766+0000 mgr.smithi088.noeasj (mgr.14164) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.whrxit-rgw 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:16.803717+0000 mgr.smithi088.noeasj (mgr.14164) 286 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi088.whrxit on smithi088 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:17.302383+0000 mon.smithi088 (mon.0) 672 : cluster [DBG] mgrmap e19: smithi088.noeasj(active, since 6m), standbys: smithi175.wddsmi 2024-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:17.968633+0000 mon.smithi088 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:17.971985+0000 mon.smithi088 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:16.700512+0000 mgr.smithi088.noeasj (mgr.14164) 282 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.whrxit 2024-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:16.704370+0000 mgr.smithi088.noeasj (mgr.14164) 283 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:16.795677+0000 mgr.smithi088.noeasj (mgr.14164) 284 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:16.795766+0000 mgr.smithi088.noeasj (mgr.14164) 285 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi088.whrxit-rgw 2024-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:16.803717+0000 mgr.smithi088.noeasj (mgr.14164) 286 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi088.whrxit on smithi088 2024-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:17.302383+0000 mon.smithi088 (mon.0) 672 : cluster [DBG] mgrmap e19: smithi088.noeasj(active, since 6m), standbys: smithi175.wddsmi 2024-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:17.968633+0000 mon.smithi088 (mon.0) 673 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:18.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:17.971985+0000 mon.smithi088 (mon.0) 674 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:19.085 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-04-12T06:02:19.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:17.949538+0000 mgr.smithi088.noeasj (mgr.14164) 287 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:19.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:17.997368+0000 mgr.smithi088.noeasj (mgr.14164) 288 : cluster [DBG] pgmap v247: 97 pgs: 10 creating+peering, 87 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-04-12T06:02:19.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:17.949538+0000 mgr.smithi088.noeasj (mgr.14164) 287 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:19.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:17.997368+0000 mgr.smithi088.noeasj (mgr.14164) 288 : cluster [DBG] pgmap v247: 97 pgs: 10 creating+peering, 87 active+clean; 2.3 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 4 op/s 2024-04-12T06:02:21.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:19.997975+0000 mgr.smithi088.noeasj (mgr.14164) 289 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 162 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-04-12T06:02:21.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:19.997975+0000 mgr.smithi088.noeasj (mgr.14164) 289 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 162 B/s rd, 1.1 KiB/s wr, 2 op/s 2024-04-12T06:02:22.959 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.691488+0000 mon.smithi088 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:21.692437+0000 mgr.smithi088.noeasj (mgr.14164) 290 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.692664+0000 mon.smithi088 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.695195+0000 mon.smithi088 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:21.695638+0000 mgr.smithi088.noeasj (mgr.14164) 291 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.695940+0000 mon.smithi088 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.700782+0000 mon.smithi088 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.702112+0000 mon.smithi088 (mon.0) 680 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:21.709128+0000 mgr.smithi088.noeasj (mgr.14164) 292 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:22.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:21.998716+0000 mgr.smithi088.noeasj (mgr.14164) 293 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 895 B/s wr, 2 op/s 2024-04-12T06:02:22.968 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.691488+0000 mon.smithi088 (mon.0) 675 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:21.692437+0000 mgr.smithi088.noeasj (mgr.14164) 290 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.692664+0000 mon.smithi088 (mon.0) 676 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.695195+0000 mon.smithi088 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:21.695638+0000 mgr.smithi088.noeasj (mgr.14164) 291 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.695940+0000 mon.smithi088 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.700782+0000 mon.smithi088 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 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-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.702112+0000 mon.smithi088 (mon.0) 680 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:21.709128+0000 mgr.smithi088.noeasj (mgr.14164) 292 : audit [DBG] from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:22.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:21.998716+0000 mgr.smithi088.noeasj (mgr.14164) 293 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 895 B/s wr, 2 op/s 2024-04-12T06:02:24.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:23.000321+0000 mgr.smithi088.noeasj (mgr.14164) 294 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:23.369972+0000 mon.smithi088 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:23.373221+0000 mon.smithi088 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:23.414996+0000 mgr.smithi088.noeasj (mgr.14164) 295 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:23.415086+0000 mgr.smithi088.noeasj (mgr.14164) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi175.bzugqi-rgw 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:23.415414+0000 mon.smithi088 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:23.418580+0000 mon.smithi088 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:23.419955+0000 mon.smithi088 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:24.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:23.420708+0000 mgr.smithi088.noeasj (mgr.14164) 297 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi175.bzugqi on smithi175 2024-04-12T06:02:24.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:23.000321+0000 mgr.smithi088.noeasj (mgr.14164) 294 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:24.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:23.369972+0000 mon.smithi088 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:02:24.468 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:23.373221+0000 mon.smithi088 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:02:24.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:23.414996+0000 mgr.smithi088.noeasj (mgr.14164) 295 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:02:24.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:23.415086+0000 mgr.smithi088.noeasj (mgr.14164) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi175.bzugqi-rgw 2024-04-12T06:02:24.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:23.415414+0000 mon.smithi088 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:02:24.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:23.418580+0000 mon.smithi088 (mon.0) 684 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:02:24.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:23.419955+0000 mon.smithi088 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:24.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:23.420708+0000 mgr.smithi088.noeasj (mgr.14164) 297 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi175.bzugqi on smithi175 2024-04-12T06:02:25.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:23.999329+0000 mgr.smithi088.noeasj (mgr.14164) 298 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 109 B/s rd, 439 B/s wr, 0 op/s 2024-04-12T06:02:25.670 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:24.280905+0000 mgr.smithi088.noeasj (mgr.14164) 299 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:25.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:23.999329+0000 mgr.smithi088.noeasj (mgr.14164) 298 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.7 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 109 B/s rd, 439 B/s wr, 0 op/s 2024-04-12T06:02:25.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:24.280905+0000 mgr.smithi088.noeasj (mgr.14164) 299 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:26.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:25.563112+0000 mgr.smithi088.noeasj (mgr.14164) 300 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:26.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:25.818446+0000 mon.smithi088 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:26.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:25.819502+0000 mon.smithi088 (mon.0) 687 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:26.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:25.820310+0000 mon.smithi088 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:26.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:26 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:25.820834+0000 mon.smithi088 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:26.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:25.563112+0000 mgr.smithi088.noeasj (mgr.14164) 300 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:26.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:25.818446+0000 mon.smithi088 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:26.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:25.819502+0000 mon.smithi088 (mon.0) 687 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:26.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:25.820310+0000 mon.smithi088 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:26.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:26 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:25.820834+0000 mon.smithi088 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:26.855 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo 2/2 - 12s count:2 2024-04-12T06:02:27.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:25.999766+0000 mgr.smithi088.noeasj (mgr.14164) 301 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-04-12T06:02:27.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:25.999766+0000 mgr.smithi088.noeasj (mgr.14164) 301 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-04-12T06:02:27.968 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-12T06:02:27.977 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:02:27.977 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-12T06:02:28.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ mkdir /mnt/foo 2024-04-12T06:02:28.016 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-04-12T06:02:28.083 INFO:teuthology.orchestra.run.smithi088.stderr:++ hostname 2024-04-12T06:02:28.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ mount -t nfs smithi088:/fake /mnt/foo -o sync 2024-04-12T06:02:28.698 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:26.843014+0000 mgr.smithi088.noeasj (mgr.14164) 302 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:28.698 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:27.891042+0000 mon.smithi088 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:28.719 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-04-12T06:02:28.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:26.843014+0000 mgr.smithi088.noeasj (mgr.14164) 302 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:28.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:27.891042+0000 mon.smithi088 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:28.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo test 2024-04-12T06:02:28.796 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-12T06:02:28.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ sync 2024-04-12T06:02:29.272 INFO:teuthology.run_tasks:Running task parallel... 2024-04-12T06:02:29.284 INFO:teuthology.task.parallel:starting parallel... 2024-04-12T06:02:29.284 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-04-12T06:02:29.285 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-12T06:02:29.285 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:02:29.285 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-04-12T06:02:29.286 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-04-12T06:02:29.286 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-04-12T06:02:29.286 INFO:teuthology.task.exec:Executing custom commands... 2024-04-12T06:02:29.287 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:02:29.287 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-04-12T06:02:29.366 INFO:teuthology.orchestra.run.smithi088.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-04-12T06:02:29.366 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:02:29.366 INFO:teuthology.orchestra.run.smithi088.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-04-12T06:02:29.378 INFO:teuthology.orchestra.run.smithi088.stdout:3 of 5 processes prepared for launch 0 sec 2024-04-12T06:02:29.478 INFO:teuthology.orchestra.run.smithi088.stdout:5 of 5 processes prepared for launch 0 sec 2024-04-12T06:02:29.479 INFO:teuthology.orchestra.run.smithi088.stdout:releasing clients 2024-04-12T06:02:29.534 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:28.000239+0000 mgr.smithi088.noeasj (mgr.14164) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-12T06:02:29.534 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:28.710185+0000 mon.smithi088 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:29.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:28.000239+0000 mgr.smithi088.noeasj (mgr.14164) 303 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2024-04-12T06:02:29.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:28.710185+0000 mon.smithi088 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:30.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 304 55.93 MB/sec warmup 1 sec latency 12.366 ms 2024-04-12T06:02:31.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 717 53.11 MB/sec warmup 2 sec latency 11.255 ms 2024-04-12T06:02:31.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:30.000716+0000 mgr.smithi088.noeasj (mgr.14164) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 1.4 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 136 KiB/s wr, 22 op/s 2024-04-12T06:02:31.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:30.000716+0000 mgr.smithi088.noeasj (mgr.14164) 304 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 1.4 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 136 KiB/s wr, 22 op/s 2024-04-12T06:02:32.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 2031 44.25 MB/sec warmup 3 sec latency 10.688 ms 2024-04-12T06:02:33.478 INFO:teuthology.orchestra.run.smithi088.stdout: 5 3433 45.78 MB/sec warmup 4 sec latency 9.666 ms 2024-04-12T06:02:33.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:32.001194+0000 mgr.smithi088.noeasj (mgr.14164) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 19 MiB data, 118 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 MiB/s wr, 50 op/s 2024-04-12T06:02:33.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:32.001194+0000 mgr.smithi088.noeasj (mgr.14164) 305 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 19 MiB data, 118 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.6 MiB/s wr, 50 op/s 2024-04-12T06:02:33.906 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-04-12T06:02:34.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 4408 40.68 MB/sec warmup 5 sec latency 13.837 ms 2024-04-12T06:02:35.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 5825 38.61 MB/sec warmup 6 sec latency 13.792 ms 2024-04-12T06:02:35.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:34.001587+0000 mgr.smithi088.noeasj (mgr.14164) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 71 MiB data, 247 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 6.4 MiB/s wr, 171 op/s 2024-04-12T06:02:35.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.346622+0000 mon.smithi088 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.352086+0000 mon.smithi088 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.361321+0000 mon.smithi088 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.364083+0000 mon.smithi088 (mon.0) 695 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.365641+0000 mon.smithi088 (mon.0) 696 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.366527+0000 mon.smithi088 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.373034+0000 mon.smithi088 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:35.381721+0000 mon.smithi088 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:34.001587+0000 mgr.smithi088.noeasj (mgr.14164) 306 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 71 MiB data, 247 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 6.4 MiB/s wr, 171 op/s 2024-04-12T06:02:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.346622+0000 mon.smithi088 (mon.0) 692 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.352086+0000 mon.smithi088 (mon.0) 693 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.361321+0000 mon.smithi088 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.364083+0000 mon.smithi088 (mon.0) 695 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.365641+0000 mon.smithi088 (mon.0) 696 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:35.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.366527+0000 mon.smithi088 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:35.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.373034+0000 mon.smithi088 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:35.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:35.381721+0000 mon.smithi088 (mon.0) 699 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:36.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 7050 40.29 MB/sec warmup 7 sec latency 16.274 ms 2024-04-12T06:02:37.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 8104 37.79 MB/sec warmup 8 sec latency 18.748 ms 2024-04-12T06:02:37.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:36.002049+0000 mgr.smithi088.noeasj (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 121 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 11 MiB/s wr, 559 op/s 2024-04-12T06:02:37.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:36.002049+0000 mgr.smithi088.noeasj (mgr.14164) 307 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 121 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 8.8 KiB/s rd, 11 MiB/s wr, 559 op/s 2024-04-12T06:02:37.975 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph config set global log_to_journald false --force' 2024-04-12T06:02:38.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 9450 36.65 MB/sec warmup 9 sec latency 16.229 ms 2024-04-12T06:02:39.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 10795 38.63 MB/sec warmup 10 sec latency 16.410 ms 2024-04-12T06:02:39.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:38.002601+0000 mgr.smithi088.noeasj (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 141 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 16 MiB/s wr, 943 op/s 2024-04-12T06:02:39.718 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:38.002601+0000 mgr.smithi088.noeasj (mgr.14164) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 141 MiB data, 613 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 16 MiB/s wr, 943 op/s 2024-04-12T06:02:40.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 11645 36.15 MB/sec warmup 11 sec latency 21.379 ms 2024-04-12T06:02:41.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 13045 35.60 MB/sec warmup 12 sec latency 13.304 ms 2024-04-12T06:02:41.608 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph mgr module enable nfs --force' 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:40.003021+0000 mgr.smithi088.noeasj (mgr.14164) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 143 MiB data, 671 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 18 MiB/s wr, 1.15k op/s 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:40.742755+0000 mon.smithi088 (mon.0) 700 : audit [INF] from='client.? ' entity='client.admin' 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:40.747526+0000 mon.smithi088 (mon.0) 701 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:40.749154+0000 mon.smithi088 (mon.0) 702 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:40.751782+0000 mon.smithi088 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:41.124455+0000 mon.smithi088 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:41.132473+0000 mon.smithi088 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:40.003021+0000 mgr.smithi088.noeasj (mgr.14164) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 143 MiB data, 671 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 18 MiB/s wr, 1.15k op/s 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:40.742755+0000 mon.smithi088 (mon.0) 700 : audit [INF] from='client.? ' entity='client.admin' 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:40.747526+0000 mon.smithi088 (mon.0) 701 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:40.749154+0000 mon.smithi088 (mon.0) 702 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:40.751782+0000 mon.smithi088 (mon.0) 703 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:41.124455+0000 mon.smithi088 (mon.0) 704 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:41.132473+0000 mon.smithi088 (mon.0) 705 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:42.480 INFO:teuthology.orchestra.run.smithi088.stdout: 5 14264 36.95 MB/sec warmup 13 sec latency 18.534 ms 2024-04-12T06:02:43.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 15067 35.03 MB/sec warmup 14 sec latency 13.625 ms 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:42.003698+0000 mgr.smithi088.noeasj (mgr.14164) 310 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 148 MiB data, 719 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 19 MiB/s wr, 1.29k op/s 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:42.739292+0000 mon.smithi088 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:42.739577+0000 mon.smithi088 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:42.739751+0000 mon.smithi088 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:42.739926+0000 mon.smithi088 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:42.871140+0000 mon.smithi088 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:02:43.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:42.882482+0000 mon.smithi088 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:42.003698+0000 mgr.smithi088.noeasj (mgr.14164) 310 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 148 MiB data, 719 MiB used, 715 GiB / 715 GiB avail; 14 KiB/s rd, 19 MiB/s wr, 1.29k op/s 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:42.739292+0000 mon.smithi088 (mon.0) 706 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]: dispatch 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:42.739577+0000 mon.smithi088 (mon.0) 707 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:42.739751+0000 mon.smithi088 (mon.0) 708 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:42.739926+0000 mon.smithi088 (mon.0) 709 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:42.871140+0000 mon.smithi088 (mon.0) 710 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:02:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:42.882482+0000 mon.smithi088 (mon.0) 711 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:02:44.469 INFO:teuthology.orchestra.run.smithi088.stderr:module 'nfs' is already enabled 2024-04-12T06:02:44.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 16203 34.38 MB/sec warmup 15 sec latency 18.498 ms 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:43.452250+0000 mon.smithi088 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:43.452339+0000 mon.smithi088 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:43.452387+0000 mon.smithi088 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:43.452437+0000 mon.smithi088 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:43.452476+0000 mon.smithi088 (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:44.202991+0000 mon.smithi175 (mon.1) 20 : audit [INF] from='client.? 172.21.15.88:0/2233689058' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T06:02:44.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:44.203331+0000 mon.smithi088 (mon.0) 717 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:43.452250+0000 mon.smithi088 (mon.0) 712 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [7, 2]}]': finished 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:43.452339+0000 mon.smithi088 (mon.0) 713 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]': finished 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:43.452387+0000 mon.smithi088 (mon.0) 714 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:43.452437+0000 mon.smithi088 (mon.0) 715 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]': finished 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:43.452476+0000 mon.smithi088 (mon.0) 716 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:44.202991+0000 mon.smithi175 (mon.1) 20 : audit [INF] from='client.? 172.21.15.88:0/2233689058' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T06:02:44.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:44.203331+0000 mon.smithi088 (mon.0) 717 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-04-12T06:02:45.479 INFO:teuthology.orchestra.run.smithi088.stdout: 5 17593 35.16 MB/sec warmup 16 sec latency 53.316 ms 2024-04-12T06:02:45.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:44.004075+0000 mgr.smithi088.noeasj (mgr.14164) 311 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 160 MiB data, 828 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.89k op/s 2024-04-12T06:02:45.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:44.453751+0000 mon.smithi088 (mon.0) 718 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-12T06:02:45.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:44.465254+0000 mon.smithi088 (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-04-12T06:02:45.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:44.465330+0000 mon.smithi088 (mon.0) 720 : cluster [DBG] mgrmap e20: smithi088.noeasj(active, since 7m), standbys: smithi175.wddsmi 2024-04-12T06:02:45.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:44.004075+0000 mgr.smithi088.noeasj (mgr.14164) 311 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 160 MiB data, 828 MiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 21 MiB/s wr, 1.89k op/s 2024-04-12T06:02:45.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:44.453751+0000 mon.smithi088 (mon.0) 718 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-12T06:02:45.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:44.465254+0000 mon.smithi088 (mon.0) 719 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-04-12T06:02:45.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:44.465330+0000 mon.smithi088 (mon.0) 720 : cluster [DBG] mgrmap e20: smithi088.noeasj(active, since 7m), standbys: smithi175.wddsmi 2024-04-12T06:02:46.480 INFO:teuthology.orchestra.run.smithi088.stdout: 5 18641 34.53 MB/sec warmup 17 sec latency 23.446 ms 2024-04-12T06:02:47.480 INFO:teuthology.orchestra.run.smithi088.stdout: 5 19842 34.00 MB/sec warmup 18 sec latency 70.081 ms 2024-04-12T06:02:47.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:46.004670+0000 mgr.smithi088.noeasj (mgr.14164) 312 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 162 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 14 MiB/s wr, 1.32k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:47.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:46.004670+0000 mgr.smithi088.noeasj (mgr.14164) 312 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 162 MiB data, 867 MiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 14 MiB/s wr, 1.32k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:48.480 INFO:teuthology.orchestra.run.smithi088.stdout: 5 20848 34.09 MB/sec warmup 19 sec latency 52.685 ms 2024-04-12T06:02:48.824 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-04-12T06:02:49.480 INFO:teuthology.orchestra.run.smithi088.stdout: 5 21787 33.94 MB/sec warmup 20 sec latency 70.414 ms 2024-04-12T06:02:49.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:48.005169+0000 mgr.smithi088.noeasj (mgr.14164) 313 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 182 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 19 MiB/s wr, 1.86k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:49.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:48.005169+0000 mgr.smithi088.noeasj (mgr.14164) 313 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 182 MiB data, 953 MiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 19 MiB/s wr, 1.86k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:50.480 INFO:teuthology.orchestra.run.smithi088.stdout: 5 22900 33.54 MB/sec warmup 21 sec latency 13.934 ms 2024-04-12T06:02:51.483 INFO:teuthology.orchestra.run.smithi088.stdout: 5 24186 33.44 MB/sec warmup 22 sec latency 12.268 ms 2024-04-12T06:02:51.657 INFO:teuthology.orchestra.run.smithi088.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T06:02:51.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:50.005563+0000 mgr.smithi088.noeasj (mgr.14164) 314 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 180 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 18 MiB/s wr, 1.70k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:51.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:50.005563+0000 mgr.smithi088.noeasj (mgr.14164) 314 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 180 MiB data, 985 MiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 18 MiB/s wr, 1.70k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:52.483 INFO:teuthology.orchestra.run.smithi088.stdout: 5 25266 33.62 MB/sec warmup 23 sec latency 24.191 ms 2024-04-12T06:02:52.694 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-04-12T06:02:52.694 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:02:52.694 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- 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-04-12T06:02:52.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.657780+0000 mgr.smithi088.noeasj (mgr.14164) 315 : audit [DBG] from='client.24339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:51.658677+0000 mgr.smithi088.noeasj (mgr.14164) 316 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.662781+0000 mon.smithi088 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.665476+0000 mon.smithi088 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.667302+0000 mon.smithi088 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.668661+0000 mon.smithi088 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.674341+0000 mon.smithi088 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:51.683056+0000 mon.smithi088 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:02:51.685340+0000 mgr.smithi088.noeasj (mgr.14164) 317 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T06:02:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:52.006689+0000 mgr.smithi088.noeasj (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 196 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 14 MiB/s wr, 1.44k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.657780+0000 mgr.smithi088.noeasj (mgr.14164) 315 : audit [DBG] from='client.24339 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:51.658677+0000 mgr.smithi088.noeasj (mgr.14164) 316 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T06:02:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.662781+0000 mon.smithi088 (mon.0) 721 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.665476+0000 mon.smithi088 (mon.0) 722 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:02:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.667302+0000 mon.smithi088 (mon.0) 723 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:02:52.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.668661+0000 mon.smithi088 (mon.0) 724 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:02:52.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.674341+0000 mon.smithi088 (mon.0) 725 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:52.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:51.683056+0000 mon.smithi088 (mon.0) 726 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:02:52.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:02:51.685340+0000 mgr.smithi088.noeasj (mgr.14164) 317 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 2024-04-12T06:02:52.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:52.006689+0000 mgr.smithi088.noeasj (mgr.14164) 318 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 196 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 14 MiB/s wr, 1.44k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:53.483 INFO:teuthology.orchestra.run.smithi088.stdout: 5 25988 32.74 MB/sec warmup 24 sec latency 26.162 ms 2024-04-12T06:02:54.484 INFO:teuthology.orchestra.run.smithi088.stdout: 5 27305 32.52 MB/sec warmup 25 sec latency 18.488 ms 2024-04-12T06:02:55.408 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:02:55.469 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:54.007162+0000 mgr.smithi088.noeasj (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.47k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:55.484 INFO:teuthology.orchestra.run.smithi088.stdout: 5 28183 32.54 MB/sec warmup 26 sec latency 25.656 ms 2024-04-12T06:02:55.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:54.007162+0000 mgr.smithi088.noeasj (mgr.14164) 319 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 16 MiB/s wr, 1.47k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (5m) 20s ago 6m 20.6M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (6m) 20s ago 6m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (5m) 27s ago 5m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (4m) 20s ago 6m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (51s) 20s ago 50s 13.4M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (49s) 27s ago 48s 11.4M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (8m) 20s ago 8m 422M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (5m) 27s ago 5m 371M - 16.2.5 6933c2a0b7dd d323ca854ae4 2024-04-12T06:02:56.329 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (8m) 20s ago 8m 46.4M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (5m) 27s ago 5m 41.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.0.smithi088.whrxit smithi088 *:2049 running (36s) 20s ago 34s 51.6M - 3.5 6933c2a0b7dd 2eadf1cf9b27 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.0.smithi175.bzugqi smithi175 *:2049 running (31s) 27s ago 30s 53.5M - 3.5 6933c2a0b7dd dd0727d3a004 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (6m) 20s ago 6m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (5m) 27s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (4m) 20s ago 4m 36.4M 3224M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (4m) 20s ago 4m 36.7M 3224M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (4m) 20s ago 4m 39.0M 3224M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (3m) 20s ago 3m 39.4M 3224M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (3m) 27s ago 3m 38.3M 3992M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (3m) 27s ago 3m 36.5M 3992M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (2m) 27s ago 2m 37.7M 3992M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:02:56.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (2m) 27s ago 2m 37.9M 3992M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:02:56.331 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (4m) 20s ago 5m 41.5M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:02:56.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:55.393201+0000 mgr.smithi088.noeasj (mgr.14164) 320 : audit [DBG] from='client.24343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:56.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 28789 32.16 MB/sec warmup 27 sec latency 21.453 ms 2024-04-12T06:02:56.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:55.393201+0000 mgr.smithi088.noeasj (mgr.14164) 320 : audit [DBG] from='client.24343 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:02:56.839 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:02:56.840 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:02:57.277 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:02:57.277 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42", 2024-04-12T06:02:57.277 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:02:57.277 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:02:57.277 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "", 2024-04-12T06:02:57.278 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:d540ebaca6b131a1dd560e7f69e024b133bbaa42 image" 2024-04-12T06:02:57.278 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:02:57.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 29632 31.52 MB/sec warmup 28 sec latency 20.639 ms 2024-04-12T06:02:57.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:55.854299+0000 mgr.smithi088.noeasj (mgr.14164) 321 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:57.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:56.007599+0000 mgr.smithi088.noeasj (mgr.14164) 322 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 16 MiB/s wr, 1.47k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:57.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:56.319137+0000 mgr.smithi088.noeasj (mgr.14164) 323 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:57.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:56.844594+0000 mon.smithi088 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.88:0/1493259103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:02:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:55.854299+0000 mgr.smithi088.noeasj (mgr.14164) 321 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:56.007599+0000 mgr.smithi088.noeasj (mgr.14164) 322 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 202 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 16 MiB/s wr, 1.47k op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2024-04-12T06:02:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:56.319137+0000 mgr.smithi088.noeasj (mgr.14164) 323 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:57.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:56.844594+0000 mon.smithi088 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.88:0/1493259103' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:02:57.773 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:02:58.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 30878 31.33 MB/sec warmup 29 sec latency 20.737 ms 2024-04-12T06:02:58.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:57.280890+0000 mgr.smithi088.noeasj (mgr.14164) 324 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:58.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:58 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:02:57.779235+0000 mon.smithi088 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.88:0/2726409147' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:02:58.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:57.280890+0000 mgr.smithi088.noeasj (mgr.14164) 324 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:02:58.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:02:57.779235+0000 mon.smithi088 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.88:0/2726409147' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:02:59.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 31880 31.64 MB/sec warmup 30 sec latency 19.078 ms 2024-04-12T06:02:59.534 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:02:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:02:58.008148+0000 mgr.smithi088.noeasj (mgr.14164) 325 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.62k op/s 2024-04-12T06:02:59.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:02:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:02:58.008148+0000 mgr.smithi088.noeasj (mgr.14164) 325 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 207 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 17 MiB/s wr, 1.62k op/s 2024-04-12T06:03:00.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 32694 31.21 MB/sec warmup 31 sec latency 14.135 ms 2024-04-12T06:03:01.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 33333 30.60 MB/sec warmup 32 sec latency 32.394 ms 2024-04-12T06:03:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:00.008607+0000 mgr.smithi088.noeasj (mgr.14164) 326 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.22k op/s 2024-04-12T06:03:01.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:00.008607+0000 mgr.smithi088.noeasj (mgr.14164) 326 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 213 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.22k op/s 2024-04-12T06:03:02.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 34298 30.31 MB/sec warmup 33 sec latency 20.819 ms 2024-04-12T06:03:03.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 35303 30.54 MB/sec warmup 34 sec latency 25.446 ms 2024-04-12T06:03:03.501 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:02.009114+0000 mgr.smithi088.noeasj (mgr.14164) 327 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 213 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-04-12T06:03:03.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:02.009114+0000 mgr.smithi088.noeasj (mgr.14164) 327 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 213 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-04-12T06:03:04.491 INFO:teuthology.orchestra.run.smithi088.stdout: 5 36320 30.40 MB/sec warmup 35 sec latency 15.827 ms 2024-04-12T06:03:05.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 37180 30.22 MB/sec warmup 36 sec latency 23.633 ms 2024-04-12T06:03:05.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:04.009565+0000 mgr.smithi088.noeasj (mgr.14164) 328 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 214 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.09k op/s 2024-04-12T06:03:05.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:04.009565+0000 mgr.smithi088.noeasj (mgr.14164) 328 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 214 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.09k op/s 2024-04-12T06:03:06.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 38101 29.80 MB/sec warmup 37 sec latency 22.786 ms 2024-04-12T06:03:07.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 39067 30.17 MB/sec warmup 38 sec latency 21.814 ms 2024-04-12T06:03:07.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:06.010061+0000 mgr.smithi088.noeasj (mgr.14164) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-04-12T06:03:07.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:06.010061+0000 mgr.smithi088.noeasj (mgr.14164) 329 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 223 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-04-12T06:03:08.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 39814 29.72 MB/sec warmup 39 sec latency 29.717 ms 2024-04-12T06:03:09.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 40636 29.49 MB/sec warmup 40 sec latency 27.490 ms 2024-04-12T06:03:09.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:08.010628+0000 mgr.smithi088.noeasj (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.20k op/s 2024-04-12T06:03:09.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:08.010628+0000 mgr.smithi088.noeasj (mgr.14164) 330 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 232 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 14 MiB/s wr, 1.20k op/s 2024-04-12T06:03:10.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 41660 29.24 MB/sec warmup 41 sec latency 13.420 ms 2024-04-12T06:03:11.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 42518 29.36 MB/sec warmup 42 sec latency 20.925 ms 2024-04-12T06:03:11.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:10.011573+0000 mgr.smithi088.noeasj (mgr.14164) 331 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-04-12T06:03:11.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:10.011573+0000 mgr.smithi088.noeasj (mgr.14164) 331 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 237 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.15k op/s 2024-04-12T06:03:12.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 43166 29.15 MB/sec warmup 43 sec latency 32.475 ms 2024-04-12T06:03:13.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 43958 28.77 MB/sec warmup 44 sec latency 44.858 ms 2024-04-12T06:03:13.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:12.012106+0000 mgr.smithi088.noeasj (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 239 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-04-12T06:03:13.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:12.012106+0000 mgr.smithi088.noeasj (mgr.14164) 332 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 239 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 22 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-04-12T06:03:14.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 45215 28.78 MB/sec warmup 45 sec latency 20.485 ms 2024-04-12T06:03:15.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 46304 29.17 MB/sec warmup 46 sec latency 70.270 ms 2024-04-12T06:03:15.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:14.012655+0000 mgr.smithi088.noeasj (mgr.14164) 333 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2024-04-12T06:03:15.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:14.012655+0000 mgr.smithi088.noeasj (mgr.14164) 333 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 248 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.29k op/s 2024-04-12T06:03:16.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 46963 28.74 MB/sec warmup 47 sec latency 27.485 ms 2024-04-12T06:03:17.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 47880 28.65 MB/sec warmup 48 sec latency 18.734 ms 2024-04-12T06:03:17.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:16.013152+0000 mgr.smithi088.noeasj (mgr.14164) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-04-12T06:03:17.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:16.013152+0000 mgr.smithi088.noeasj (mgr.14164) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 14 MiB/s wr, 1.31k op/s 2024-04-12T06:03:18.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 49004 28.60 MB/sec warmup 49 sec latency 21.749 ms 2024-04-12T06:03:19.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 50005 28.82 MB/sec warmup 50 sec latency 27.846 ms 2024-04-12T06:03:19.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:18.014029+0000 mgr.smithi088.noeasj (mgr.14164) 335 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-04-12T06:03:19.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:18.014029+0000 mgr.smithi088.noeasj (mgr.14164) 335 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 271 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 15 MiB/s wr, 1.44k op/s 2024-04-12T06:03:20.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 50865 28.49 MB/sec warmup 51 sec latency 20.932 ms 2024-04-12T06:03:21.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 52009 28.45 MB/sec warmup 52 sec latency 20.485 ms 2024-04-12T06:03:21.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:20.014509+0000 mgr.smithi088.noeasj (mgr.14164) 336 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 272 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-04-12T06:03:21.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:20.014509+0000 mgr.smithi088.noeasj (mgr.14164) 336 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 272 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 13 MiB/s wr, 1.21k op/s 2024-04-12T06:03:22.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 52839 28.53 MB/sec warmup 53 sec latency 21.679 ms 2024-04-12T06:03:23.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 53687 28.49 MB/sec warmup 54 sec latency 29.420 ms 2024-04-12T06:03:23.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:22.014974+0000 mgr.smithi088.noeasj (mgr.14164) 337 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 274 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-04-12T06:03:23.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:22.014974+0000 mgr.smithi088.noeasj (mgr.14164) 337 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 274 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 12 MiB/s wr, 1.13k op/s 2024-04-12T06:03:24.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 54467 28.18 MB/sec warmup 55 sec latency 27.666 ms 2024-04-12T06:03:25.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 55437 28.09 MB/sec warmup 56 sec latency 34.226 ms 2024-04-12T06:03:25.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:24.015468+0000 mgr.smithi088.noeasj (mgr.14164) 338 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.27k op/s 2024-04-12T06:03:25.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:24.015468+0000 mgr.smithi088.noeasj (mgr.14164) 338 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 282 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 14 MiB/s wr, 1.27k op/s 2024-04-12T06:03:26.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 56221 28.06 MB/sec warmup 57 sec latency 28.853 ms 2024-04-12T06:03:27.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 57111 28.15 MB/sec warmup 58 sec latency 13.363 ms 2024-04-12T06:03:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:26.015985+0000 mgr.smithi088.noeasj (mgr.14164) 339 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-04-12T06:03:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:26.950593+0000 mon.smithi088 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:03:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:26.952785+0000 mon.smithi088 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:03:27.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:26.015985+0000 mgr.smithi088.noeasj (mgr.14164) 339 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 284 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 13 MiB/s wr, 1.19k op/s 2024-04-12T06:03:27.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:26.950593+0000 mon.smithi088 (mon.0) 729 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:03:27.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:26.952785+0000 mon.smithi088 (mon.0) 730 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:03:28.240 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:03:28.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 57843 27.84 MB/sec warmup 59 sec latency 21.675 ms 2024-04-12T06:03:28.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:03:26.950971+0000 mgr.smithi088.noeasj (mgr.14164) 340 : cephadm [INF] Upgrade: Target is version 18.2.2-1187-gd540ebac (unknown) 2024-04-12T06:03:28.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:03:26.951085+0000 mgr.smithi088.noeasj (mgr.14164) 341 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3'] 2024-04-12T06:03:28.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:03:26.954293+0000 mgr.smithi088.noeasj (mgr.14164) 342 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi088.noeasj) 2024-04-12T06:03:28.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:03:27.203239+0000 mgr.smithi088.noeasj (mgr.14164) 343 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 on smithi175 2024-04-12T06:03:28.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:03:26.950971+0000 mgr.smithi088.noeasj (mgr.14164) 340 : cephadm [INF] Upgrade: Target is version 18.2.2-1187-gd540ebac (unknown) 2024-04-12T06:03:28.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:03:26.951085+0000 mgr.smithi088.noeasj (mgr.14164) 341 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3, digests ['quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3'] 2024-04-12T06:03:28.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:03:26.954293+0000 mgr.smithi088.noeasj (mgr.14164) 342 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi088.noeasj) 2024-04-12T06:03:28.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:03:27.203239+0000 mgr.smithi088.noeasj (mgr.14164) 343 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 on smithi175 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (5m) 53s ago 7m 20.6M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (7m) 53s ago 7m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (6m) 60s ago 6m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (5m) 53s ago 6m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (84s) 53s ago 83s 13.4M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:03:29.099 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (81s) 60s ago 81s 11.4M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (8m) 53s ago 8m 422M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (6m) 60s ago 6m 371M - 16.2.5 6933c2a0b7dd d323ca854ae4 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (8m) 53s ago 8m 46.4M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (6m) 60s ago 6m 41.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.0.smithi088.whrxit smithi088 *:2049 running (69s) 53s ago 67s 51.6M - 3.5 6933c2a0b7dd 2eadf1cf9b27 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.0.smithi175.bzugqi smithi175 *:2049 running (63s) 60s ago 63s 53.5M - 3.5 6933c2a0b7dd dd0727d3a004 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (6m) 53s ago 6m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (5m) 60s ago 5m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (5m) 53s ago 5m 36.4M 3224M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (5m) 53s ago 5m 36.7M 3224M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (4m) 53s ago 4m 39.0M 3224M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (4m) 53s ago 4m 39.4M 3224M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (3m) 60s ago 3m 38.3M 3992M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:03:29.100 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (3m) 60s ago 3m 36.5M 3992M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:03:29.101 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (3m) 60s ago 3m 37.7M 3992M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:03:29.101 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (2m) 60s ago 2m 37.9M 3992M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:03:29.101 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (5m) 53s ago 6m 41.5M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:03:29.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 58554 27.70 MB/sec warmup 60 sec latency 25.652 ms 2024-04-12T06:03:29.502 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:03:29.503 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-12T06:03:29.504 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:03:29.504 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:03:29.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:28.016536+0000 mgr.smithi088.noeasj (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-04-12T06:03:29.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:28.224217+0000 mgr.smithi088.noeasj (mgr.14164) 345 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:29.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:28.667902+0000 mgr.smithi088.noeasj (mgr.14164) 346 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:29.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:28.016536+0000 mgr.smithi088.noeasj (mgr.14164) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 295 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2024-04-12T06:03:29.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:28.224217+0000 mgr.smithi088.noeasj (mgr.14164) 345 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:29.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:28.667902+0000 mgr.smithi088.noeasj (mgr.14164) 346 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:29.855 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:03:29.856 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:03:29.856 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:03:29.856 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:03:29.856 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "0/23 ceph daemons upgraded", 2024-04-12T06:03:29.856 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 image on host smithi175" 2024-04-12T06:03:29.856 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:03:30.295 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:03:30.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:29.093292+0000 mgr.smithi088.noeasj (mgr.14164) 347 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:30.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:29.508065+0000 mon.smithi088 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.88:0/3140645102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:03:30.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:30.299771+0000 mon.smithi175 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.88:0/1791772952' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:03:30.492 INFO:teuthology.orchestra.run.smithi088.stdout: 5 59248 27.44 MB/sec warmup 61 sec latency 32.203 ms 2024-04-12T06:03:30.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:29.093292+0000 mgr.smithi088.noeasj (mgr.14164) 347 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:30.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:29.508065+0000 mon.smithi088 (mon.0) 731 : audit [DBG] from='client.? 172.21.15.88:0/3140645102' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:03:30.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:30.299771+0000 mon.smithi175 (mon.1) 21 : audit [DBG] from='client.? 172.21.15.88:0/1791772952' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:03:31.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 59778 27.35 MB/sec warmup 62 sec latency 23.564 ms 2024-04-12T06:03:31.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:29.860808+0000 mgr.smithi088.noeasj (mgr.14164) 348 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:31.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:30.017434+0000 mgr.smithi088.noeasj (mgr.14164) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-04-12T06:03:31.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:29.860808+0000 mgr.smithi088.noeasj (mgr.14164) 348 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:03:31.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:30.017434+0000 mgr.smithi088.noeasj (mgr.14164) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 300 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-04-12T06:03:32.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 60744 27.45 MB/sec warmup 63 sec latency 16.821 ms 2024-04-12T06:03:33.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 61464 27.20 MB/sec warmup 64 sec latency 18.314 ms 2024-04-12T06:03:33.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:32.017880+0000 mgr.smithi088.noeasj (mgr.14164) 350 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-04-12T06:03:33.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:32.017880+0000 mgr.smithi088.noeasj (mgr.14164) 350 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.16k op/s 2024-04-12T06:03:34.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 62220 27.06 MB/sec warmup 65 sec latency 26.639 ms 2024-04-12T06:03:35.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 63196 27.06 MB/sec warmup 66 sec latency 24.117 ms 2024-04-12T06:03:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:34.018400+0000 mgr.smithi088.noeasj (mgr.14164) 351 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-04-12T06:03:35.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:34.018400+0000 mgr.smithi088.noeasj (mgr.14164) 351 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 298 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.10k op/s 2024-04-12T06:03:36.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 63997 27.13 MB/sec warmup 67 sec latency 25.220 ms 2024-04-12T06:03:37.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 64652 26.89 MB/sec warmup 68 sec latency 34.472 ms 2024-04-12T06:03:37.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:36.018927+0000 mgr.smithi088.noeasj (mgr.14164) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 939 op/s 2024-04-12T06:03:37.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:36.018927+0000 mgr.smithi088.noeasj (mgr.14164) 352 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 299 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 10 MiB/s wr, 939 op/s 2024-04-12T06:03:38.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 65341 26.75 MB/sec warmup 69 sec latency 59.978 ms 2024-04-12T06:03:39.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 66105 26.55 MB/sec warmup 70 sec latency 41.998 ms 2024-04-12T06:03:39.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:38.020145+0000 mgr.smithi088.noeasj (mgr.14164) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-04-12T06:03:39.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:38.020145+0000 mgr.smithi088.noeasj (mgr.14164) 353 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-04-12T06:03:40.493 INFO:teuthology.orchestra.run.smithi088.stdout: 5 66896 26.59 MB/sec warmup 71 sec latency 108.708 ms 2024-04-12T06:03:41.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 67684 26.64 MB/sec warmup 72 sec latency 19.574 ms 2024-04-12T06:03:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:40.020597+0000 mgr.smithi088.noeasj (mgr.14164) 354 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 839 op/s 2024-04-12T06:03:41.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:40.020597+0000 mgr.smithi088.noeasj (mgr.14164) 354 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 312 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 839 op/s 2024-04-12T06:03:42.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 68188 26.36 MB/sec warmup 73 sec latency 20.836 ms 2024-04-12T06:03:43.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 68798 26.18 MB/sec warmup 74 sec latency 22.014 ms 2024-04-12T06:03:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:42.021062+0000 mgr.smithi088.noeasj (mgr.14164) 355 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 320 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 9.7 MiB/s wr, 904 op/s 2024-04-12T06:03:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:42.879475+0000 mon.smithi088 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:03:43.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:03:42.884569+0000 mon.smithi088 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:03:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:42.021062+0000 mgr.smithi088.noeasj (mgr.14164) 355 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 320 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 9.7 MiB/s wr, 904 op/s 2024-04-12T06:03:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:42.879475+0000 mon.smithi088 (mon.0) 732 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:03:43.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:03:42.884569+0000 mon.smithi088 (mon.0) 733 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:03:44.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 69656 26.08 MB/sec warmup 75 sec latency 20.724 ms 2024-04-12T06:03:45.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 70321 26.04 MB/sec warmup 76 sec latency 29.995 ms 2024-04-12T06:03:45.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:44.021578+0000 mgr.smithi088.noeasj (mgr.14164) 356 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 320 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 972 op/s 2024-04-12T06:03:45.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:44.021578+0000 mgr.smithi088.noeasj (mgr.14164) 356 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 320 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 972 op/s 2024-04-12T06:03:46.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 71153 26.14 MB/sec warmup 77 sec latency 22.500 ms 2024-04-12T06:03:47.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 71562 25.87 MB/sec warmup 78 sec latency 25.599 ms 2024-04-12T06:03:47.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:46.022065+0000 mgr.smithi088.noeasj (mgr.14164) 357 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-04-12T06:03:47.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:46.022065+0000 mgr.smithi088.noeasj (mgr.14164) 357 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-04-12T06:03:48.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 71954 25.63 MB/sec warmup 79 sec latency 43.644 ms 2024-04-12T06:03:49.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 72520 25.47 MB/sec warmup 80 sec latency 28.632 ms 2024-04-12T06:03:49.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:48.022554+0000 mgr.smithi088.noeasj (mgr.14164) 358 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.28k op/s 2024-04-12T06:03:49.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:48.022554+0000 mgr.smithi088.noeasj (mgr.14164) 358 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 332 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 12 MiB/s wr, 1.28k op/s 2024-04-12T06:03:50.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 73378 25.36 MB/sec warmup 81 sec latency 28.696 ms 2024-04-12T06:03:51.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 74077 25.37 MB/sec warmup 82 sec latency 23.261 ms 2024-04-12T06:03:51.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:50.022949+0000 mgr.smithi088.noeasj (mgr.14164) 359 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.7 MiB/s wr, 1.03k op/s 2024-04-12T06:03:51.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:50.022949+0000 mgr.smithi088.noeasj (mgr.14164) 359 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 9.7 MiB/s wr, 1.03k op/s 2024-04-12T06:03:52.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 74936 25.45 MB/sec warmup 83 sec latency 25.550 ms 2024-04-12T06:03:53.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 75705 25.28 MB/sec warmup 84 sec latency 19.357 ms 2024-04-12T06:03:53.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:52.023431+0000 mgr.smithi088.noeasj (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.6 MiB/s wr, 1.02k op/s 2024-04-12T06:03:53.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:52.023431+0000 mgr.smithi088.noeasj (mgr.14164) 360 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 331 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.6 MiB/s wr, 1.02k op/s 2024-04-12T06:03:54.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 76409 25.19 MB/sec warmup 85 sec latency 36.574 ms 2024-04-12T06:03:55.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 76995 25.02 MB/sec warmup 86 sec latency 54.324 ms 2024-04-12T06:03:55.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:54.023839+0000 mgr.smithi088.noeasj (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 890 op/s 2024-04-12T06:03:55.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:54.023839+0000 mgr.smithi088.noeasj (mgr.14164) 361 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 323 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 10 MiB/s wr, 890 op/s 2024-04-12T06:03:56.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 77384 24.90 MB/sec warmup 87 sec latency 34.786 ms 2024-04-12T06:03:57.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 77964 24.89 MB/sec warmup 88 sec latency 23.631 ms 2024-04-12T06:03:57.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:56.024275+0000 mgr.smithi088.noeasj (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 991 op/s 2024-04-12T06:03:57.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:56.024275+0000 mgr.smithi088.noeasj (mgr.14164) 362 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 9.9 MiB/s wr, 991 op/s 2024-04-12T06:03:58.494 INFO:teuthology.orchestra.run.smithi088.stdout: 5 78358 24.78 MB/sec warmup 89 sec latency 36.144 ms 2024-04-12T06:03:59.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 78838 24.57 MB/sec warmup 90 sec latency 37.953 ms 2024-04-12T06:03:59.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:03:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:03:58.025508+0000 mgr.smithi088.noeasj (mgr.14164) 363 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-04-12T06:03:59.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:03:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:03:58.025508+0000 mgr.smithi088.noeasj (mgr.14164) 363 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 321 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2024-04-12T06:04:00.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 79572 24.49 MB/sec warmup 91 sec latency 34.030 ms 2024-04-12T06:04:00.736 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:04:01.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 80157 24.33 MB/sec warmup 92 sec latency 50.618 ms 2024-04-12T06:04:01.565 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:04:01.565 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (6m) 86s ago 7m 20.6M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:04:01.565 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (7m) 86s ago 7m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (6m) 92s ago 6m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (5m) 86s ago 7m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (116s) 86s ago 116s 13.4M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (114s) 92s ago 113s 11.4M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (9m) 86s ago 9m 422M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (6m) 92s ago 6m 371M - 16.2.5 6933c2a0b7dd d323ca854ae4 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (9m) 86s ago 9m 46.4M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (6m) 92s ago 6m 41.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.0.smithi088.whrxit smithi088 *:2049 running (101s) 86s ago 99s 51.6M - 3.5 6933c2a0b7dd 2eadf1cf9b27 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.0.smithi175.bzugqi smithi175 *:2049 running (96s) 92s ago 95s 53.5M - 3.5 6933c2a0b7dd dd0727d3a004 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (7m) 86s ago 7m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (6m) 92s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (6m) 86s ago 6m 36.4M 3224M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:04:01.566 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (5m) 86s ago 5m 36.7M 3224M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (5m) 86s ago 5m 39.0M 3224M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (4m) 86s ago 4m 39.4M 3224M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (4m) 92s ago 4m 38.3M 3992M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (4m) 92s ago 4m 36.5M 3992M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (3m) 92s ago 3m 37.7M 3992M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (3m) 92s ago 3m 37.9M 3992M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:04:01.567 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (5m) 86s ago 6m 41.5M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:04:01.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:00.025962+0000 mgr.smithi088.noeasj (mgr.14164) 364 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 752 op/s 2024-04-12T06:04:01.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:00.025962+0000 mgr.smithi088.noeasj (mgr.14164) 364 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 325 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 752 op/s 2024-04-12T06:04:02.044 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:02.045 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:04:02.046 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2024-04-12T06:04:02.046 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:04:02.046 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:04:02.453 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:04:02.453 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:04:02.454 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:04:02.454 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:04:02.454 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "0/23 ceph daemons upgraded", 2024-04-12T06:04:02.454 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3 image on host smithi175" 2024-04-12T06:04:02.454 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:04:02.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 80663 24.20 MB/sec warmup 93 sec latency 29.920 ms 2024-04-12T06:04:02.621 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:00.723630+0000 mgr.smithi088.noeasj (mgr.14164) 365 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:02.621 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:01.145186+0000 mgr.smithi088.noeasj (mgr.14164) 366 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:02.621 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:01.556773+0000 mgr.smithi088.noeasj (mgr.14164) 367 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:02.621 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:02.049668+0000 mon.smithi088 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.88:0/758696051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:04:02.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:00.723630+0000 mgr.smithi088.noeasj (mgr.14164) 365 : audit [DBG] from='client.24383 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:02.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:01.145186+0000 mgr.smithi088.noeasj (mgr.14164) 366 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:02.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:01.556773+0000 mgr.smithi088.noeasj (mgr.14164) 367 : audit [DBG] from='client.24391 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:02.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:02 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:02.049668+0000 mon.smithi088 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.88:0/758696051' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:04:02.931 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:04:03.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 81536 24.33 MB/sec warmup 94 sec latency 25.682 ms 2024-04-12T06:04:03.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:02.026578+0000 mgr.smithi088.noeasj (mgr.14164) 368 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 804 op/s 2024-04-12T06:04:03.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:02.458106+0000 mgr.smithi088.noeasj (mgr.14164) 369 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:03.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:02.936667+0000 mon.smithi088 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.88:0/2338204232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:04:03.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:02.026578+0000 mgr.smithi088.noeasj (mgr.14164) 368 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 329 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.4 MiB/s wr, 804 op/s 2024-04-12T06:04:03.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:02.458106+0000 mgr.smithi088.noeasj (mgr.14164) 369 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:03.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:02.936667+0000 mon.smithi088 (mon.0) 735 : audit [DBG] from='client.? 172.21.15.88:0/2338204232' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:04:04.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 82343 24.28 MB/sec warmup 95 sec latency 16.615 ms 2024-04-12T06:04:05.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 83188 24.21 MB/sec warmup 96 sec latency 29.748 ms 2024-04-12T06:04:05.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:04.027010+0000 mgr.smithi088.noeasj (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 920 op/s 2024-04-12T06:04:05.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:04.027010+0000 mgr.smithi088.noeasj (mgr.14164) 370 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 314 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 920 op/s 2024-04-12T06:04:06.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 84111 24.16 MB/sec warmup 97 sec latency 19.733 ms 2024-04-12T06:04:07.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 84789 24.21 MB/sec warmup 98 sec latency 38.331 ms 2024-04-12T06:04:07.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:06.027565+0000 mgr.smithi088.noeasj (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.8 MiB/s wr, 960 op/s 2024-04-12T06:04:07.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:06.381688+0000 mgr.smithi088.noeasj (mgr.14164) 372 : cephadm [INF] Upgrade: Updating mgr.smithi175.wddsmi 2024-04-12T06:04:07.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:06.386583+0000 mon.smithi088 (mon.0) 736 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:07.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:06.388592+0000 mon.smithi088 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:04:07.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:06.389571+0000 mon.smithi088 (mon.0) 738 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:04:07.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:06.393958+0000 mon.smithi088 (mon.0) 739 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:07.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:06.394626+0000 mgr.smithi088.noeasj (mgr.14164) 373 : cephadm [INF] Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:04:07.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:06.027565+0000 mgr.smithi088.noeasj (mgr.14164) 371 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 317 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 8.8 MiB/s wr, 960 op/s 2024-04-12T06:04:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:06.381688+0000 mgr.smithi088.noeasj (mgr.14164) 372 : cephadm [INF] Upgrade: Updating mgr.smithi175.wddsmi 2024-04-12T06:04:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:06.386583+0000 mon.smithi088 (mon.0) 736 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:06.388592+0000 mon.smithi088 (mon.0) 737 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:04:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:06.389571+0000 mon.smithi088 (mon.0) 738 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:04:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:06.393958+0000 mon.smithi088 (mon.0) 739 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:06.394626+0000 mgr.smithi088.noeasj (mgr.14164) 373 : cephadm [INF] Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:04:08.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 85311 24.18 MB/sec warmup 99 sec latency 55.475 ms 2024-04-12T06:04:09.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 85608 23.99 MB/sec warmup 100 sec latency 39.680 ms 2024-04-12T06:04:09.700 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:08.028039+0000 mgr.smithi088.noeasj (mgr.14164) 374 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-04-12T06:04:09.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:08.028039+0000 mgr.smithi088.noeasj (mgr.14164) 374 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 10 MiB/s wr, 1.05k op/s 2024-04-12T06:04:10.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 86190 23.84 MB/sec warmup 101 sec latency 34.337 ms 2024-04-12T06:04:11.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 86865 23.79 MB/sec warmup 102 sec latency 46.015 ms 2024-04-12T06:04:11.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:10.028541+0000 mgr.smithi088.noeasj (mgr.14164) 375 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 830 op/s 2024-04-12T06:04:11.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:10.028541+0000 mgr.smithi088.noeasj (mgr.14164) 375 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 316 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 8.8 MiB/s wr, 830 op/s 2024-04-12T06:04:12.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 87619 23.67 MB/sec warmup 103 sec latency 43.058 ms 2024-04-12T06:04:13.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:11.943231+0000 mon.smithi088 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:13.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:11.944086+0000 mon.smithi088 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:13.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:11.949418+0000 mon.smithi088 (mon.0) 742 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:13.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:11.950250+0000 mon.smithi088 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:04:13.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:12.029051+0000 mgr.smithi088.noeasj (mgr.14164) 376 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 849 op/s 2024-04-12T06:04:13.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:11.943231+0000 mon.smithi088 (mon.0) 740 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:13.219 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:11.944086+0000 mon.smithi088 (mon.0) 741 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:13.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:11.949418+0000 mon.smithi088 (mon.0) 742 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:13.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:11.950250+0000 mon.smithi088 (mon.0) 743 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:04:13.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:12.029051+0000 mgr.smithi088.noeasj (mgr.14164) 376 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 309 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 8.9 MiB/s wr, 849 op/s 2024-04-12T06:04:13.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 88196 23.69 MB/sec warmup 104 sec latency 36.399 ms 2024-04-12T06:04:14.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 89040 23.75 MB/sec warmup 105 sec latency 47.038 ms 2024-04-12T06:04:15.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 89710 23.61 MB/sec warmup 106 sec latency 28.117 ms 2024-04-12T06:04:15.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:14.029538+0000 mgr.smithi088.noeasj (mgr.14164) 377 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 9.6 MiB/s wr, 881 op/s 2024-04-12T06:04:15.719 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:14.029538+0000 mgr.smithi088.noeasj (mgr.14164) 377 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 315 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 9.6 MiB/s wr, 881 op/s 2024-04-12T06:04:16.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 90453 23.58 MB/sec warmup 107 sec latency 19.906 ms 2024-04-12T06:04:17.210 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:15.924690+0000 mon.smithi088 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:16.030020+0000 mgr.smithi088.noeasj (mgr.14164) 378 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 947 op/s 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:16.258809+0000 mon.smithi088 (mon.0) 745 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:16.266367+0000 mon.smithi088 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:16.269330+0000 mon.smithi088 (mon.0) 747 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:16.270594+0000 mgr.smithi088.noeasj (mgr.14164) 379 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi088.noeasj) 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:16.273678+0000 mgr.smithi088.noeasj (mgr.14164) 380 : cephadm [INF] Failing over to other MGR 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:16.274034+0000 mon.smithi088 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr fail", "who": "smithi088.noeasj"}]: dispatch 2024-04-12T06:04:17.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:16.279677+0000 mon.smithi088 (mon.0) 749 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-12T06:04:17.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:15.924690+0000 mon.smithi088 (mon.0) 744 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:17.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:16.030020+0000 mgr.smithi088.noeasj (mgr.14164) 378 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 316 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 947 op/s 2024-04-12T06:04:17.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:16.258809+0000 mon.smithi088 (mon.0) 745 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:17.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:16.266367+0000 mon.smithi088 (mon.0) 746 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' 2024-04-12T06:04:17.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:16.269330+0000 mon.smithi088 (mon.0) 747 : audit [DBG] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:17.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:16.270594+0000 mgr.smithi088.noeasj (mgr.14164) 379 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi088.noeasj) 2024-04-12T06:04:17.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:16.273678+0000 mgr.smithi088.noeasj (mgr.14164) 380 : cephadm [INF] Failing over to other MGR 2024-04-12T06:04:17.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:16.274034+0000 mon.smithi088 (mon.0) 748 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr fail", "who": "smithi088.noeasj"}]: dispatch 2024-04-12T06:04:17.217 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:16.279677+0000 mon.smithi088 (mon.0) 749 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-04-12T06:04:17.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 91312 23.50 MB/sec warmup 108 sec latency 18.877 ms 2024-04-12T06:04:18.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:17.029330+0000 mon.smithi088 (mon.0) 750 : cluster [DBG] Standby manager daemon smithi088.noeasj started 2024-04-12T06:04:18.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:17.272731+0000 mon.smithi088 (mon.0) 751 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "mgr fail", "who": "smithi088.noeasj"}]': finished 2024-04-12T06:04:18.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:17.272798+0000 mon.smithi088 (mon.0) 752 : cluster [DBG] mgrmap e21: smithi175.wddsmi(active, starting, since 0.997794s), standbys: smithi088.noeasj 2024-04-12T06:04:18.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:17.029330+0000 mon.smithi088 (mon.0) 750 : cluster [DBG] Standby manager daemon smithi088.noeasj started 2024-04-12T06:04:18.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:17.272731+0000 mon.smithi088 (mon.0) 751 : audit [INF] from='mgr.14164 172.21.15.88:0/770733874' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "mgr fail", "who": "smithi088.noeasj"}]': finished 2024-04-12T06:04:18.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:17.272798+0000 mon.smithi088 (mon.0) 752 : cluster [DBG] mgrmap e21: smithi175.wddsmi(active, starting, since 0.997794s), standbys: smithi088.noeasj 2024-04-12T06:04:18.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 92119 23.58 MB/sec warmup 109 sec latency 20.650 ms 2024-04-12T06:04:19.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 92822 23.56 MB/sec warmup 110 sec latency 31.230 ms 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:20.299528+0000 mon.smithi088 (mon.0) 753 : cluster [INF] Active manager daemon smithi175.wddsmi restarted 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:20.300260+0000 mon.smithi088 (mon.0) 754 : cluster [INF] Activating manager daemon smithi175.wddsmi 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.303408+0000 mon.smithi175 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:20.304019+0000 mon.smithi088 (mon.0) 755 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.304900+0000 mon.smithi175 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.306214+0000 mon.smithi175 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:04:20.362 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.306492+0000 mon.smithi175 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:20.299528+0000 mon.smithi088 (mon.0) 753 : cluster [INF] Active manager daemon smithi175.wddsmi restarted 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:20.300260+0000 mon.smithi088 (mon.0) 754 : cluster [INF] Activating manager daemon smithi175.wddsmi 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.303408+0000 mon.smithi175 (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:20.304019+0000 mon.smithi088 (mon.0) 755 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.304900+0000 mon.smithi175 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.306214+0000 mon.smithi175 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:04:20.400 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.306492+0000 mon.smithi175 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:04:20.495 INFO:teuthology.orchestra.run.smithi088.stdout: 5 93394 23.43 MB/sec warmup 111 sec latency 20.016 ms 2024-04-12T06:04:21.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 93890 23.35 MB/sec warmup 112 sec latency 33.455 ms 2024-04-12T06:04:21.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:20.360489+0000 mon.smithi088 (mon.0) 756 : cluster [DBG] mgrmap e22: smithi175.wddsmi(active, starting, since 0.0604644s), standbys: smithi088.noeasj 2024-04-12T06:04:21.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.361233+0000 mon.smithi175 (mon.1) 26 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:04:21.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.361393+0000 mon.smithi175 (mon.1) 27 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:04:21.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.361662+0000 mon.smithi175 (mon.1) 28 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.362188+0000 mon.smithi175 (mon.1) 29 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.362885+0000 mon.smithi175 (mon.1) 30 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.362969+0000 mon.smithi175 (mon.1) 31 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363130+0000 mon.smithi175 (mon.1) 32 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363211+0000 mon.smithi175 (mon.1) 33 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363315+0000 mon.smithi175 (mon.1) 34 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363396+0000 mon.smithi175 (mon.1) 35 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363466+0000 mon.smithi175 (mon.1) 36 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363538+0000 mon.smithi175 (mon.1) 37 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363611+0000 mon.smithi175 (mon.1) 38 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.363683+0000 mon.smithi175 (mon.1) 39 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.365090+0000 mon.smithi175 (mon.1) 40 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:04:21.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.365209+0000 mon.smithi175 (mon.1) 41 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.365324+0000 mon.smithi175 (mon.1) 42 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:20.479516+0000 mon.smithi088 (mon.0) 757 : cluster [INF] Manager daemon smithi175.wddsmi is now available 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.505487+0000 mon.smithi088 (mon.0) 758 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:20.506026+0000 mgr.smithi175.wddsmi (mgr.24407) 1 : cephadm [INF] Queued nfs.foo for migration 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.510918+0000 mon.smithi175 (mon.1) 43 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.540029+0000 mon.smithi088 (mon.0) 759 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.551443+0000 mon.smithi175 (mon.1) 44 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.554516+0000 mon.smithi175 (mon.1) 45 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.555083+0000 mon.smithi088 (mon.0) 760 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.572869+0000 mon.smithi175 (mon.1) 46 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/trash_purge_schedule"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.573839+0000 mon.smithi088 (mon.0) 761 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/trash_purge_schedule"}]: dispatch 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.600685+0000 mon.smithi088 (mon.0) 762 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.659034+0000 mon.smithi088 (mon.0) 763 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:20.665467+0000 mon.smithi088 (mon.0) 764 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:20.360489+0000 mon.smithi088 (mon.0) 756 : cluster [DBG] mgrmap e22: smithi175.wddsmi(active, starting, since 0.0604644s), standbys: smithi088.noeasj 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.361233+0000 mon.smithi175 (mon.1) 26 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.361393+0000 mon.smithi175 (mon.1) 27 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.361662+0000 mon.smithi175 (mon.1) 28 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.362188+0000 mon.smithi175 (mon.1) 29 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.362885+0000 mon.smithi175 (mon.1) 30 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.362969+0000 mon.smithi175 (mon.1) 31 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363130+0000 mon.smithi175 (mon.1) 32 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:04:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363211+0000 mon.smithi175 (mon.1) 33 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363315+0000 mon.smithi175 (mon.1) 34 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363396+0000 mon.smithi175 (mon.1) 35 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363466+0000 mon.smithi175 (mon.1) 36 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363538+0000 mon.smithi175 (mon.1) 37 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363611+0000 mon.smithi175 (mon.1) 38 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.363683+0000 mon.smithi175 (mon.1) 39 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.365090+0000 mon.smithi175 (mon.1) 40 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.365209+0000 mon.smithi175 (mon.1) 41 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.365324+0000 mon.smithi175 (mon.1) 42 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:04:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:20.479516+0000 mon.smithi088 (mon.0) 757 : cluster [INF] Manager daemon smithi175.wddsmi is now available 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.505487+0000 mon.smithi088 (mon.0) 758 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:20.506026+0000 mgr.smithi175.wddsmi (mgr.24407) 1 : cephadm [INF] Queued nfs.foo for migration 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.510918+0000 mon.smithi175 (mon.1) 43 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.540029+0000 mon.smithi088 (mon.0) 759 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.551443+0000 mon.smithi175 (mon.1) 44 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.554516+0000 mon.smithi175 (mon.1) 45 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.555083+0000 mon.smithi088 (mon.0) 760 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.572869+0000 mon.smithi175 (mon.1) 46 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/trash_purge_schedule"}]: dispatch 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.573839+0000 mon.smithi088 (mon.0) 761 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi175.wddsmi/trash_purge_schedule"}]: dispatch 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.600685+0000 mon.smithi088 (mon.0) 762 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.659034+0000 mon.smithi088 (mon.0) 763 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:21.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:20.665467+0000 mon.smithi088 (mon.0) 764 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:22.497 INFO:teuthology.orchestra.run.smithi088.stdout: 5 94477 23.20 MB/sec warmup 113 sec latency 42.448 ms 2024-04-12T06:04:22.636 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:20.948217+0000 mgr.smithi175.wddsmi (mgr.24407) 2 : cephadm [INF] [12/Apr/2024:06:04:20] ENGINE Bus STARTING 2024-04-12T06:04:22.636 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:20.958808+0000 mgr.smithi175.wddsmi (mgr.24407) 3 : cephadm [INF] Deploying cephadm binary to smithi175 2024-04-12T06:04:22.636 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:21.017112+0000 mgr.smithi175.wddsmi (mgr.24407) 4 : cephadm [INF] Deploying cephadm binary to smithi088 2024-04-12T06:04:22.637 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:21.051028+0000 mgr.smithi175.wddsmi (mgr.24407) 5 : cephadm [INF] [12/Apr/2024:06:04:21] ENGINE Serving on http://172.21.15.175:8765 2024-04-12T06:04:22.637 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:21.186035+0000 mgr.smithi175.wddsmi (mgr.24407) 6 : cephadm [INF] [12/Apr/2024:06:04:21] ENGINE Serving on https://172.21.15.175:7150 2024-04-12T06:04:22.637 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:21.186150+0000 mgr.smithi175.wddsmi (mgr.24407) 7 : cephadm [INF] [12/Apr/2024:06:04:21] ENGINE Bus STARTED 2024-04-12T06:04:22.637 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:21.379950+0000 mon.smithi088 (mon.0) 765 : cluster [DBG] mgrmap e23: smithi175.wddsmi(active, since 1.07993s), standbys: smithi088.noeasj 2024-04-12T06:04:22.637 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:21.391501+0000 mgr.smithi175.wddsmi (mgr.24407) 8 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:22.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:20.948217+0000 mgr.smithi175.wddsmi (mgr.24407) 2 : cephadm [INF] [12/Apr/2024:06:04:20] ENGINE Bus STARTING 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:20.958808+0000 mgr.smithi175.wddsmi (mgr.24407) 3 : cephadm [INF] Deploying cephadm binary to smithi175 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:21.017112+0000 mgr.smithi175.wddsmi (mgr.24407) 4 : cephadm [INF] Deploying cephadm binary to smithi088 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:21.051028+0000 mgr.smithi175.wddsmi (mgr.24407) 5 : cephadm [INF] [12/Apr/2024:06:04:21] ENGINE Serving on http://172.21.15.175:8765 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:21.186035+0000 mgr.smithi175.wddsmi (mgr.24407) 6 : cephadm [INF] [12/Apr/2024:06:04:21] ENGINE Serving on https://172.21.15.175:7150 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:21.186150+0000 mgr.smithi175.wddsmi (mgr.24407) 7 : cephadm [INF] [12/Apr/2024:06:04:21] ENGINE Bus STARTED 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:21.379950+0000 mon.smithi088 (mon.0) 765 : cluster [DBG] mgrmap e23: smithi175.wddsmi(active, since 1.07993s), standbys: smithi088.noeasj 2024-04-12T06:04:22.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:21.391501+0000 mgr.smithi175.wddsmi (mgr.24407) 8 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:23.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 94853 23.09 MB/sec warmup 114 sec latency 31.825 ms 2024-04-12T06:04:23.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:22.365301+0000 mgr.smithi175.wddsmi (mgr.24407) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:23.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:22.385390+0000 mon.smithi088 (mon.0) 766 : cluster [DBG] mgrmap e24: smithi175.wddsmi(active, since 2s), standbys: smithi088.noeasj 2024-04-12T06:04:23.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:22.530181+0000 mon.smithi175 (mon.1) 47 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:23.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:22.532484+0000 mon.smithi088 (mon.0) 767 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:23.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:22.365301+0000 mgr.smithi175.wddsmi (mgr.24407) 9 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:23.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:22.385390+0000 mon.smithi088 (mon.0) 766 : cluster [DBG] mgrmap e24: smithi175.wddsmi(active, since 2s), standbys: smithi088.noeasj 2024-04-12T06:04:23.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:22.530181+0000 mon.smithi175 (mon.1) 47 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:23.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:22.532484+0000 mon.smithi088 (mon.0) 767 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:24.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 95288 23.09 MB/sec warmup 115 sec latency 44.711 ms 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:23.392245+0000 mon.smithi088 (mon.0) 768 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:23.392345+0000 mon.smithi088 (mon.0) 769 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:23.395227+0000 mon.smithi175 (mon.1) 48 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:23.395838+0000 mon.smithi088 (mon.0) 770 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:24.242074+0000 mon.smithi088 (mon.0) 771 : cluster [DBG] Standby manager daemon smithi088.noeasj restarted 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:24.242149+0000 mon.smithi088 (mon.0) 772 : cluster [DBG] Standby manager daemon smithi088.noeasj started 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:24.243467+0000 mon.smithi088 (mon.0) 773 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/crt"}]: dispatch 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:24.246363+0000 mon.smithi088 (mon.0) 774 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:24.247930+0000 mon.smithi088 (mon.0) 775 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/key"}]: dispatch 2024-04-12T06:04:24.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:24.248229+0000 mon.smithi088 (mon.0) 776 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:23.392245+0000 mon.smithi088 (mon.0) 768 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:23.392345+0000 mon.smithi088 (mon.0) 769 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:23.395227+0000 mon.smithi175 (mon.1) 48 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:23.395838+0000 mon.smithi088 (mon.0) 770 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:24.242074+0000 mon.smithi088 (mon.0) 771 : cluster [DBG] Standby manager daemon smithi088.noeasj restarted 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:24.242149+0000 mon.smithi088 (mon.0) 772 : cluster [DBG] Standby manager daemon smithi088.noeasj started 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:24.243467+0000 mon.smithi088 (mon.0) 773 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/crt"}]: dispatch 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:24.246363+0000 mon.smithi088 (mon.0) 774 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:04:24.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:24.247930+0000 mon.smithi088 (mon.0) 775 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/key"}]: dispatch 2024-04-12T06:04:24.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:24.248229+0000 mon.smithi088 (mon.0) 776 : audit [DBG] from='mgr.? 172.21.15.88:0/878424133' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:04:25.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:24.365675+0000 mgr.smithi175.wddsmi (mgr.24407) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:25.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:24.399677+0000 mon.smithi088 (mon.0) 777 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T06:04:25.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:24.399737+0000 mon.smithi088 (mon.0) 778 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-12T06:04:25.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:24.399972+0000 mon.smithi088 (mon.0) 779 : cluster [DBG] mgrmap e25: smithi175.wddsmi(active, since 4s), standbys: smithi088.noeasj 2024-04-12T06:04:25.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:25.227001+0000 mon.smithi088 (mon.0) 780 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:25.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 95670 22.98 MB/sec warmup 116 sec latency 46.616 ms 2024-04-12T06:04:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:24.365675+0000 mgr.smithi175.wddsmi (mgr.24407) 10 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:24.399677+0000 mon.smithi088 (mon.0) 777 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-12T06:04:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:24.399737+0000 mon.smithi088 (mon.0) 778 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-04-12T06:04:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:24.399972+0000 mon.smithi088 (mon.0) 779 : cluster [DBG] mgrmap e25: smithi175.wddsmi(active, since 4s), standbys: smithi088.noeasj 2024-04-12T06:04:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:25.227001+0000 mon.smithi088 (mon.0) 780 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:26.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 96212 22.95 MB/sec warmup 117 sec latency 22.324 ms 2024-04-12T06:04:27.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 96724 22.82 MB/sec warmup 118 sec latency 37.035 ms 2024-04-12T06:04:27.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:26.366018+0000 mgr.smithi175.wddsmi (mgr.24407) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:26.406155+0000 mon.smithi088 (mon.0) 781 : cluster [DBG] mgrmap e26: smithi175.wddsmi(active, since 6s), standbys: smithi088.noeasj 2024-04-12T06:04:27.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:26.366018+0000 mgr.smithi175.wddsmi (mgr.24407) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 310 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail 2024-04-12T06:04:27.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:26.406155+0000 mon.smithi088 (mon.0) 781 : cluster [DBG] mgrmap e26: smithi175.wddsmi(active, since 6s), standbys: smithi088.noeasj 2024-04-12T06:04:28.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 97249 22.69 MB/sec warmup 119 sec latency 40.996 ms 2024-04-12T06:04:29.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:27.765846+0000 mon.smithi088 (mon.0) 782 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:29.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:27.765846+0000 mon.smithi088 (mon.0) 782 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:30.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:28.366633+0000 mgr.smithi175.wddsmi (mgr.24407) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.5 MiB/s wr, 476 op/s 2024-04-12T06:04:30.462 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:29.596114+0000 mon.smithi088 (mon.0) 783 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T06:04:30.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 98497 8.63 MB/sec execute 1 sec latency 514.225 ms 2024-04-12T06:04:30.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:28.366633+0000 mgr.smithi175.wddsmi (mgr.24407) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.5 MiB/s wr, 476 op/s 2024-04-12T06:04:30.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:29.596114+0000 mon.smithi088 (mon.0) 783 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T06:04:31.460 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:29.596421+0000 mon.smithi175 (mon.1) 49 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:29.596680+0000 mon.smithi175 (mon.1) 50 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.117797+0000 mon.smithi088 (mon.0) 784 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.119608+0000 mon.smithi175 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:30.367059+0000 mgr.smithi175.wddsmi (mgr.24407) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 4.8 MiB/s wr, 415 op/s 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.709451+0000 mon.smithi175 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.709640+0000 mon.smithi175 (mon.1) 53 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.713604+0000 mon.smithi175 (mon.1) 54 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.719728+0000 mon.smithi088 (mon.0) 785 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:31.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:30.730319+0000 mon.smithi088 (mon.0) 786 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:29.596421+0000 mon.smithi175 (mon.1) 49 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:29.596680+0000 mon.smithi175 (mon.1) 50 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.117797+0000 mon.smithi088 (mon.0) 784 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.119608+0000 mon.smithi175 (mon.1) 51 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:30.367059+0000 mgr.smithi175.wddsmi (mgr.24407) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 4.8 MiB/s wr, 415 op/s 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.709451+0000 mon.smithi175 (mon.1) 52 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.709640+0000 mon.smithi175 (mon.1) 53 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.713604+0000 mon.smithi175 (mon.1) 54 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.719728+0000 mon.smithi088 (mon.0) 785 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:31.470 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:30.730319+0000 mon.smithi088 (mon.0) 786 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:31.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 99359 23.00 MB/sec execute 2 sec latency 35.264 ms 2024-04-12T06:04:32.496 INFO:teuthology.orchestra.run.smithi088.stdout: 5 99786 19.46 MB/sec execute 3 sec latency 47.507 ms 2024-04-12T06:04:32.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:31.571392+0000 mon.smithi088 (mon.0) 787 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:32.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:31.579489+0000 mon.smithi088 (mon.0) 788 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:32.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:31.571392+0000 mon.smithi088 (mon.0) 787 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:32.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:31.579489+0000 mon.smithi088 (mon.0) 788 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:33.439 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:04:33.497 INFO:teuthology.orchestra.run.smithi088.stdout: 5 100167 15.42 MB/sec execute 4 sec latency 87.148 ms 2024-04-12T06:04:33.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:32.367638+0000 mgr.smithi175.wddsmi (mgr.24407) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 9.4 MiB/s wr, 879 op/s 2024-04-12T06:04:33.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:32.367638+0000 mgr.smithi175.wddsmi (mgr.24407) 14 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 9.4 MiB/s wr, 879 op/s 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (6m) 3s ago 8m 20.5M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (8m) 3s ago 8m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (7m) 18s ago 7m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (6m) 3s ago 7m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (2m) 3s ago 2m 39.7M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:04:34.329 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (2m) 18s ago 2m 11.9M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (9m) 3s ago 9m 325M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (23s) 18s ago 7m 44.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (9m) 3s ago 10m 50.0M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (7m) 18s ago 7m 42.0M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.0.smithi088.whrxit smithi088 *:2049 running (2m) 3s ago 2m 241M - 3.5 6933c2a0b7dd 2eadf1cf9b27 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.0.smithi175.bzugqi smithi175 *:2049 running (2m) 18s ago 2m 77.9M - 3.5 6933c2a0b7dd dd0727d3a004 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (7m) 3s ago 7m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (6m) 18s ago 6m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (6m) 3s ago 6m 367M 3224M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (6m) 3s ago 6m 284M 3224M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:04:34.330 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (5m) 3s ago 5m 241M 3224M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:04:34.331 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (5m) 3s ago 5m 341M 3224M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:04:34.331 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (5m) 18s ago 5m 345M 3992M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:04:34.331 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (4m) 18s ago 4m 357M 3992M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:04:34.331 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (4m) 18s ago 4m 290M 3992M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:04:34.331 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (4m) 18s ago 4m 427M 3992M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:04:34.331 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (6m) 3s ago 7m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:04:34.497 INFO:teuthology.orchestra.run.smithi088.stdout: 5 100548 13.82 MB/sec execute 5 sec latency 78.202 ms 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:04:34.866 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:04:34.867 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:04:34.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:33.427019+0000 mgr.smithi175.wddsmi (mgr.24407) 15 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:34.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:33.427019+0000 mgr.smithi175.wddsmi (mgr.24407) 15 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:35.291 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:04:35.291 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:04:35.291 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:04:35.291 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:04:35.292 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:04:35.292 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:04:35.292 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:04:35.292 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:04:35.292 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:04:35.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 101057 14.38 MB/sec execute 6 sec latency 47.479 ms 2024-04-12T06:04:35.833 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:04:35.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:33.858710+0000 mgr.smithi175.wddsmi (mgr.24407) 16 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:35.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:34.321307+0000 mgr.smithi175.wddsmi (mgr.24407) 17 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:35.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:34.367988+0000 mgr.smithi175.wddsmi (mgr.24407) 18 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 8.5 MiB/s wr, 789 op/s 2024-04-12T06:04:35.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:34.870637+0000 mon.smithi088 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.88:0/2801942514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:04:35.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:35.550997+0000 mon.smithi175 (mon.1) 55 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:04:35.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:33.858710+0000 mgr.smithi175.wddsmi (mgr.24407) 16 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:35.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:34.321307+0000 mgr.smithi175.wddsmi (mgr.24407) 17 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:35.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:34.367988+0000 mgr.smithi175.wddsmi (mgr.24407) 18 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 8.5 MiB/s wr, 789 op/s 2024-04-12T06:04:35.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:34.870637+0000 mon.smithi088 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.88:0/2801942514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:04:35.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:35.550997+0000 mon.smithi175 (mon.1) 55 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:04:36.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 101852 14.15 MB/sec execute 7 sec latency 31.504 ms 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:35.295752+0000 mgr.smithi175.wddsmi (mgr.24407) 19 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:35.837358+0000 mon.smithi088 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.88:0/2269298537' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.009262+0000 mon.smithi088 (mon.0) 791 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.019912+0000 mon.smithi088 (mon.0) 792 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.022487+0000 mon.smithi175 (mon.1) 56 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.022815+0000 mon.smithi088 (mon.0) 793 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.023726+0000 mon.smithi175 (mon.1) 57 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.023961+0000 mon.smithi088 (mon.0) 794 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.024772+0000 mon.smithi175 (mon.1) 58 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.025003+0000 mon.smithi088 (mon.0) 795 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.025923+0000 mon.smithi175 (mon.1) 59 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.026176+0000 mon.smithi088 (mon.0) 796 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:36.031517+0000 mon.smithi088 (mon.0) 797 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:35.295752+0000 mgr.smithi175.wddsmi (mgr.24407) 19 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:35.837358+0000 mon.smithi088 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.88:0/2269298537' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.009262+0000 mon.smithi088 (mon.0) 791 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.019912+0000 mon.smithi088 (mon.0) 792 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.022487+0000 mon.smithi175 (mon.1) 56 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.022815+0000 mon.smithi088 (mon.0) 793 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.023726+0000 mon.smithi175 (mon.1) 57 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.023961+0000 mon.smithi088 (mon.0) 794 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.024772+0000 mon.smithi175 (mon.1) 58 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.025003+0000 mon.smithi088 (mon.0) 795 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.025923+0000 mon.smithi175 (mon.1) 59 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.026176+0000 mon.smithi088 (mon.0) 796 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:36.031517+0000 mon.smithi088 (mon.0) 797 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:37.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 102435 15.73 MB/sec execute 8 sec latency 43.250 ms 2024-04-12T06:04:37.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:36.026934+0000 mgr.smithi175.wddsmi (mgr.24407) 20 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 1944M 2024-04-12T06:04:37.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:36.368326+0000 mgr.smithi175.wddsmi (mgr.24407) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 7.1 MiB/s wr, 660 op/s 2024-04-12T06:04:37.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:36.026934+0000 mgr.smithi175.wddsmi (mgr.24407) 20 : cephadm [INF] Adjusting osd_memory_target on smithi088 to 1944M 2024-04-12T06:04:37.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:36.368326+0000 mgr.smithi175.wddsmi (mgr.24407) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 328 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 7.1 MiB/s wr, 660 op/s 2024-04-12T06:04:38.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 103115 16.56 MB/sec execute 9 sec latency 25.346 ms 2024-04-12T06:04:38.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:37.601364+0000 mon.smithi088 (mon.0) 798 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:37.607794+0000 mon.smithi088 (mon.0) 799 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:38.346201+0000 mon.smithi088 (mon.0) 800 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:38.352673+0000 mon.smithi088 (mon.0) 801 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.969 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:37.601364+0000 mon.smithi088 (mon.0) 798 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:37.607794+0000 mon.smithi088 (mon.0) 799 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:38.346201+0000 mon.smithi088 (mon.0) 800 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:38.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:38.352673+0000 mon.smithi088 (mon.0) 801 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:39.505 INFO:teuthology.orchestra.run.smithi088.stdout: 5 103477 15.62 MB/sec execute 10 sec latency 22.093 ms 2024-04-12T06:04:39.932 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:38.368825+0000 mgr.smithi175.wddsmi (mgr.24407) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.7 MiB/s wr, 965 op/s 2024-04-12T06:04:39.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:38.368825+0000 mgr.smithi175.wddsmi (mgr.24407) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 9.7 MiB/s wr, 965 op/s 2024-04-12T06:04:40.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 103940 14.76 MB/sec execute 11 sec latency 37.848 ms 2024-04-12T06:04:41.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 104383 14.37 MB/sec execute 12 sec latency 35.166 ms 2024-04-12T06:04:41.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:40.369206+0000 mgr.smithi175.wddsmi (mgr.24407) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 688 op/s 2024-04-12T06:04:41.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:40.369206+0000 mgr.smithi175.wddsmi (mgr.24407) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 316 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 6.5 MiB/s wr, 688 op/s 2024-04-12T06:04:42.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 105183 14.51 MB/sec execute 13 sec latency 43.096 ms 2024-04-12T06:04:43.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 105581 14.24 MB/sec execute 14 sec latency 44.071 ms 2024-04-12T06:04:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:42.369732+0000 mgr.smithi175.wddsmi (mgr.24407) 24 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-04-12T06:04:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.484147+0000 mon.smithi088 (mon.0) 802 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.490120+0000 mon.smithi088 (mon.0) 803 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.491723+0000 mon.smithi175 (mon.1) 60 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.492062+0000 mon.smithi088 (mon.0) 804 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.493043+0000 mon.smithi175 (mon.1) 61 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.493340+0000 mon.smithi088 (mon.0) 805 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.494200+0000 mon.smithi175 (mon.1) 62 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.494490+0000 mon.smithi088 (mon.0) 806 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.496568+0000 mon.smithi175 (mon.1) 63 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.496843+0000 mon.smithi088 (mon.0) 807 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:42.497553+0000 mgr.smithi175.wddsmi (mgr.24407) 25 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 2712M 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.502566+0000 mon.smithi088 (mon.0) 808 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.506744+0000 mon.smithi175 (mon.1) 64 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:42.507417+0000 mon.smithi175 (mon.1) 65 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:42.508522+0000 mgr.smithi175.wddsmi (mgr.24407) 26 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:04:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:42.508698+0000 mgr.smithi175.wddsmi (mgr.24407) 27 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:42.369732+0000 mgr.smithi175.wddsmi (mgr.24407) 24 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 17 KiB/s rd, 10 MiB/s wr, 1.01k op/s 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.484147+0000 mon.smithi088 (mon.0) 802 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.490120+0000 mon.smithi088 (mon.0) 803 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.491723+0000 mon.smithi175 (mon.1) 60 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.492062+0000 mon.smithi088 (mon.0) 804 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.493043+0000 mon.smithi175 (mon.1) 61 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.493340+0000 mon.smithi088 (mon.0) 805 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.494200+0000 mon.smithi175 (mon.1) 62 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.494490+0000 mon.smithi088 (mon.0) 806 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.496568+0000 mon.smithi175 (mon.1) 63 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.496843+0000 mon.smithi088 (mon.0) 807 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:42.497553+0000 mgr.smithi175.wddsmi (mgr.24407) 25 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 2712M 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.502566+0000 mon.smithi088 (mon.0) 808 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.506744+0000 mon.smithi175 (mon.1) 64 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:42.507417+0000 mon.smithi175 (mon.1) 65 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:42.508522+0000 mgr.smithi175.wddsmi (mgr.24407) 26 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:04:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:42.508698+0000 mgr.smithi175.wddsmi (mgr.24407) 27 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:04:44.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106047 14.88 MB/sec execute 15 sec latency 165.273 ms 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:42.823764+0000 mgr.smithi175.wddsmi (mgr.24407) 28 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:43.138231+0000 mgr.smithi175.wddsmi (mgr.24407) 29 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:43.174274+0000 mgr.smithi175.wddsmi (mgr.24407) 30 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:43.454891+0000 mgr.smithi175.wddsmi (mgr.24407) 31 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:43.490073+0000 mgr.smithi175.wddsmi (mgr.24407) 32 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:43.754525+0000 mgr.smithi175.wddsmi (mgr.24407) 33 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:43.773222+0000 mon.smithi088 (mon.0) 809 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:43.780826+0000 mon.smithi088 (mon.0) 810 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:44.022943+0000 mon.smithi088 (mon.0) 811 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:44.029571+0000 mon.smithi088 (mon.0) 812 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:44.035465+0000 mon.smithi088 (mon.0) 813 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:44.055646+0000 mon.smithi175 (mon.1) 66 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:45.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:44.056054+0000 mon.smithi088 (mon.0) 814 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:42.823764+0000 mgr.smithi175.wddsmi (mgr.24407) 28 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:43.138231+0000 mgr.smithi175.wddsmi (mgr.24407) 29 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:43.174274+0000 mgr.smithi175.wddsmi (mgr.24407) 30 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:43.454891+0000 mgr.smithi175.wddsmi (mgr.24407) 31 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:43.490073+0000 mgr.smithi175.wddsmi (mgr.24407) 32 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:43.754525+0000 mgr.smithi175.wddsmi (mgr.24407) 33 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:43.773222+0000 mon.smithi088 (mon.0) 809 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:43.780826+0000 mon.smithi088 (mon.0) 810 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:44.022943+0000 mon.smithi088 (mon.0) 811 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:44.029571+0000 mon.smithi088 (mon.0) 812 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:44.035465+0000 mon.smithi088 (mon.0) 813 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:44.055646+0000 mon.smithi175 (mon.1) 66 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:45.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:44.056054+0000 mon.smithi088 (mon.0) 814 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-12T06:04:45.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106526 15.04 MB/sec execute 16 sec latency 38.512 ms 2024-04-12T06:04:46.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:44.370235+0000 mgr.smithi175.wddsmi (mgr.24407) 34 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 634 op/s 2024-04-12T06:04:46.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:45.041599+0000 mon.smithi088 (mon.0) 815 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-12T06:04:46.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:45.041674+0000 mon.smithi088 (mon.0) 816 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-12T06:04:46.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:45.044109+0000 mon.smithi175 (mon.1) 67 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T06:04:46.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:45.046985+0000 mon.smithi088 (mon.0) 817 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T06:04:46.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:44.370235+0000 mgr.smithi175.wddsmi (mgr.24407) 34 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 634 op/s 2024-04-12T06:04:46.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:45.041599+0000 mon.smithi088 (mon.0) 815 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-12T06:04:46.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:45.041674+0000 mon.smithi088 (mon.0) 816 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-04-12T06:04:46.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:45.044109+0000 mon.smithi175 (mon.1) 67 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T06:04:46.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:45.046985+0000 mon.smithi088 (mon.0) 817 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-12T06:04:46.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106822 14.67 MB/sec execute 17 sec latency 36.779 ms 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:46.042855+0000 mon.smithi088 (mon.0) 818 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:46.042981+0000 mon.smithi088 (mon.0) 819 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:46.044552+0000 mgr.smithi175.wddsmi (mgr.24407) 35 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:46.094535+0000 mgr.smithi175.wddsmi (mgr.24407) 36 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:46.094642+0000 mgr.smithi175.wddsmi (mgr.24407) 37 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi088.whrxit', 'nfs.foo.1.0.smithi175.bzugqi'] 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:46.094712+0000 mgr.smithi175.wddsmi (mgr.24407) 38 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi088.whrxit nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:46.095100+0000 mgr.smithi175.wddsmi (mgr.24407) 39 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi088.whrxit from smithi088 -- ports [2049] 2024-04-12T06:04:47.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:46.095372+0000 mgr.smithi175.wddsmi (mgr.24407) 40 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi175.bzugqi from smithi175 -- ports [2049] 2024-04-12T06:04:47.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:46.370655+0000 mgr.smithi175.wddsmi (mgr.24407) 41 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 490 op/s 2024-04-12T06:04:47.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:46.042855+0000 mon.smithi088 (mon.0) 818 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-12T06:04:47.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:46.042981+0000 mon.smithi088 (mon.0) 819 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-04-12T06:04:47.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:46.044552+0000 mgr.smithi175.wddsmi (mgr.24407) 35 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-04-12T06:04:47.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:46.094535+0000 mgr.smithi175.wddsmi (mgr.24407) 36 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-04-12T06:04:47.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:46.094642+0000 mgr.smithi175.wddsmi (mgr.24407) 37 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi088.whrxit', 'nfs.foo.1.0.smithi175.bzugqi'] 2024-04-12T06:04:47.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:46.094712+0000 mgr.smithi175.wddsmi (mgr.24407) 38 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi088.whrxit nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:04:47.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:46.095100+0000 mgr.smithi175.wddsmi (mgr.24407) 39 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi088.whrxit from smithi088 -- ports [2049] 2024-04-12T06:04:47.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:46.095372+0000 mgr.smithi175.wddsmi (mgr.24407) 40 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi175.bzugqi from smithi175 -- ports [2049] 2024-04-12T06:04:47.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:46.370655+0000 mgr.smithi175.wddsmi (mgr.24407) 41 : cluster [DBG] pgmap v20: 129 pgs: 32 unknown, 97 active+clean; 316 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 490 op/s 2024-04-12T06:04:47.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 13.87 MB/sec execute 18 sec latency 928.399 ms 2024-04-12T06:04:48.220 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:47.054300+0000 mon.smithi088 (mon.0) 820 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:47.054774+0000 mon.smithi088 (mon.0) 821 : cluster [DBG] mgrmap e27: smithi175.wddsmi(active, since 26s), standbys: smithi088.noeasj 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.511470+0000 mgr.smithi175.wddsmi (mgr.24407) 42 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.511644+0000 mgr.smithi175.wddsmi (mgr.24407) 43 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi088.whrxit 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.511934+0000 mon.smithi175 (mon.1) 68 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.512104+0000 mon.smithi175 (mon.1) 69 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.512462+0000 mon.smithi088 (mon.0) 822 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.513403+0000 mon.smithi088 (mon.0) 823 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.516087+0000 mon.smithi088 (mon.0) 824 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]': finished 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.516668+0000 mgr.smithi175.wddsmi (mgr.24407) 44 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi175.bzugqi-rgw 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.516835+0000 mon.smithi175 (mon.1) 70 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw"}]: dispatch 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.517034+0000 mon.smithi088 (mon.0) 825 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw"}]: dispatch 2024-04-12T06:04:48.221 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.520613+0000 mon.smithi088 (mon.0) 826 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]': finished 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.521568+0000 mgr.smithi175.wddsmi (mgr.24407) 45 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi088.whrxit-rgw 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.521725+0000 mon.smithi175 (mon.1) 71 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw"}]: dispatch 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.522009+0000 mon.smithi088 (mon.0) 827 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw"}]: dispatch 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.525669+0000 mon.smithi088 (mon.0) 828 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw"}]': finished 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.530897+0000 mon.smithi088 (mon.0) 829 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw"}]': finished 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.535328+0000 mon.smithi088 (mon.0) 830 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.536190+0000 mon.smithi175 (mon.1) 72 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.536773+0000 mgr.smithi175.wddsmi (mgr.24407) 46 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.559409+0000 mon.smithi175 (mon.1) 73 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' 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-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.560074+0000 mon.smithi088 (mon.0) 831 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 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-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.563229+0000 mon.smithi088 (mon.0) 832 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 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-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.570538+0000 mgr.smithi175.wddsmi (mgr.24407) 47 : cephadm [INF] Done migrating nfs.foo 2024-04-12T06:04:48.222 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.570591+0000 mgr.smithi175.wddsmi (mgr.24407) 48 : cephadm [INF] Done migrating all NFS services 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.574770+0000 mon.smithi088 (mon.0) 833 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.582196+0000 mon.smithi088 (mon.0) 834 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.592622+0000 mon.smithi088 (mon.0) 835 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.600323+0000 mon.smithi088 (mon.0) 836 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.614046+0000 mon.smithi088 (mon.0) 837 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.616561+0000 mgr.smithi175.wddsmi (mgr.24407) 49 : cephadm [INF] Fencing old nfs.foo.0.0.smithi088.whrxit 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.616746+0000 mon.smithi175 (mon.1) 74 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.617034+0000 mon.smithi088 (mon.0) 838 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.620319+0000 mon.smithi088 (mon.0) 839 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.622767+0000 mgr.smithi175.wddsmi (mgr.24407) 50 : cephadm [INF] Fencing old nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.622921+0000 mon.smithi175 (mon.1) 75 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.623597+0000 mon.smithi088 (mon.0) 840 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.626970+0000 mon.smithi088 (mon.0) 841 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.627578+0000 mgr.smithi175.wddsmi (mgr.24407) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi088.rnrduk 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.627760+0000 mon.smithi175 (mon.1) 76 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.628027+0000 mon.smithi088 (mon.0) 842 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.631121+0000 mon.smithi088 (mon.0) 843 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.633269+0000 mgr.smithi175.wddsmi (mgr.24407) 52 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.633441+0000 mon.smithi175 (mon.1) 77 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.634110+0000 mon.smithi088 (mon.0) 844 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.636866+0000 mon.smithi088 (mon.0) 845 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.637979+0000 mon.smithi175 (mon.1) 78 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.679961+0000 mon.smithi175 (mon.1) 79 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.680208+0000 mon.smithi088 (mon.0) 846 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.683951+0000 mon.smithi088 (mon.0) 847 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.732798+0000 mgr.smithi175.wddsmi (mgr.24407) 53 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:04:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.732890+0000 mgr.smithi175.wddsmi (mgr.24407) 54 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi088.rnrduk-rgw 2024-04-12T06:04:48.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.733185+0000 mon.smithi175 (mon.1) 80 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:48.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.733644+0000 mon.smithi088 (mon.0) 848 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:48.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.736902+0000 mon.smithi088 (mon.0) 849 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:04:48.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.738011+0000 mgr.smithi175.wddsmi (mgr.24407) 55 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi088.rnrduk's ganesha conf is defaulting to empty 2024-04-12T06:04:48.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:47.744430+0000 mon.smithi175 (mon.1) 81 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:48.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:47.745589+0000 mgr.smithi175.wddsmi (mgr.24407) 56 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi088.rnrduk on smithi088 2024-04-12T06:04:48.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:47.054300+0000 mon.smithi088 (mon.0) 820 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-04-12T06:04:48.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:47.054774+0000 mon.smithi088 (mon.0) 821 : cluster [DBG] mgrmap e27: smithi175.wddsmi(active, since 26s), standbys: smithi088.noeasj 2024-04-12T06:04:48.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.511470+0000 mgr.smithi175.wddsmi (mgr.24407) 42 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:04:48.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.511644+0000 mgr.smithi175.wddsmi (mgr.24407) 43 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi088.whrxit 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.511934+0000 mon.smithi175 (mon.1) 68 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.512104+0000 mon.smithi175 (mon.1) 69 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.512462+0000 mon.smithi088 (mon.0) 822 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.513403+0000 mon.smithi088 (mon.0) 823 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.516087+0000 mon.smithi088 (mon.0) 824 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]': finished 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.516668+0000 mgr.smithi175.wddsmi (mgr.24407) 44 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi175.bzugqi-rgw 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.516835+0000 mon.smithi175 (mon.1) 70 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.517034+0000 mon.smithi088 (mon.0) 825 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.520613+0000 mon.smithi088 (mon.0) 826 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]': finished 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.521568+0000 mgr.smithi175.wddsmi (mgr.24407) 45 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi088.whrxit-rgw 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.521725+0000 mon.smithi175 (mon.1) 71 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.522009+0000 mon.smithi088 (mon.0) 827 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw"}]: dispatch 2024-04-12T06:04:48.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.525669+0000 mon.smithi088 (mon.0) 828 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi-rgw"}]': finished 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.530897+0000 mon.smithi088 (mon.0) 829 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit-rgw"}]': finished 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.535328+0000 mon.smithi088 (mon.0) 830 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.536190+0000 mon.smithi175 (mon.1) 72 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.536773+0000 mgr.smithi175.wddsmi (mgr.24407) 46 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.559409+0000 mon.smithi175 (mon.1) 73 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' 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-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.560074+0000 mon.smithi088 (mon.0) 831 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 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-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.563229+0000 mon.smithi088 (mon.0) 832 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 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-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.570538+0000 mgr.smithi175.wddsmi (mgr.24407) 47 : cephadm [INF] Done migrating nfs.foo 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.570591+0000 mgr.smithi175.wddsmi (mgr.24407) 48 : cephadm [INF] Done migrating all NFS services 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.574770+0000 mon.smithi088 (mon.0) 833 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.582196+0000 mon.smithi088 (mon.0) 834 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.592622+0000 mon.smithi088 (mon.0) 835 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.600323+0000 mon.smithi088 (mon.0) 836 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.614046+0000 mon.smithi088 (mon.0) 837 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.616561+0000 mgr.smithi175.wddsmi (mgr.24407) 49 : cephadm [INF] Fencing old nfs.foo.0.0.smithi088.whrxit 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.616746+0000 mon.smithi175 (mon.1) 74 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.617034+0000 mon.smithi088 (mon.0) 838 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.whrxit"}]: dispatch 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.620319+0000 mon.smithi088 (mon.0) 839 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.622767+0000 mgr.smithi175.wddsmi (mgr.24407) 50 : cephadm [INF] Fencing old nfs.foo.1.0.smithi175.bzugqi 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.622921+0000 mon.smithi175 (mon.1) 75 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.623597+0000 mon.smithi088 (mon.0) 840 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi175.bzugqi"}]: dispatch 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.626970+0000 mon.smithi088 (mon.0) 841 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.627578+0000 mgr.smithi175.wddsmi (mgr.24407) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi088.rnrduk 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.627760+0000 mon.smithi175 (mon.1) 76 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.628027+0000 mon.smithi088 (mon.0) 842 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:48.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.631121+0000 mon.smithi088 (mon.0) 843 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.633269+0000 mgr.smithi175.wddsmi (mgr.24407) 52 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.633441+0000 mon.smithi175 (mon.1) 77 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.634110+0000 mon.smithi088 (mon.0) 844 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.636866+0000 mon.smithi088 (mon.0) 845 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.637979+0000 mon.smithi175 (mon.1) 78 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.679961+0000 mon.smithi175 (mon.1) 79 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.680208+0000 mon.smithi088 (mon.0) 846 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.683951+0000 mon.smithi088 (mon.0) 847 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.732798+0000 mgr.smithi175.wddsmi (mgr.24407) 53 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.732890+0000 mgr.smithi175.wddsmi (mgr.24407) 54 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi088.rnrduk-rgw 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.733185+0000 mon.smithi175 (mon.1) 80 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.733644+0000 mon.smithi088 (mon.0) 848 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:48.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.736902+0000 mon.smithi088 (mon.0) 849 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:04:48.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.738011+0000 mgr.smithi175.wddsmi (mgr.24407) 55 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi088.rnrduk's ganesha conf is defaulting to empty 2024-04-12T06:04:48.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:47.744430+0000 mon.smithi175 (mon.1) 81 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:48.306 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:47.745589+0000 mgr.smithi175.wddsmi (mgr.24407) 56 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi088.rnrduk on smithi088 2024-04-12T06:04:48.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 13.14 MB/sec execute 19 sec latency 1928.422 ms 2024-04-12T06:04:49.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:48.371124+0000 mgr.smithi175.wddsmi (mgr.24407) 57 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.3 MiB/s wr, 566 op/s 2024-04-12T06:04:49.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 12.48 MB/sec execute 20 sec latency 2928.454 ms 2024-04-12T06:04:49.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:48.371124+0000 mgr.smithi175.wddsmi (mgr.24407) 57 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.3 MiB/s wr, 566 op/s 2024-04-12T06:04:50.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 11.89 MB/sec execute 21 sec latency 3928.483 ms 2024-04-12T06:04:50.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:49.254394+0000 mon.smithi088 (mon.0) 850 : cluster [DBG] mgrmap e28: smithi175.wddsmi(active, since 28s), standbys: smithi088.noeasj 2024-04-12T06:04:50.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:49.254394+0000 mon.smithi088 (mon.0) 850 : cluster [DBG] mgrmap e28: smithi175.wddsmi(active, since 28s), standbys: smithi088.noeasj 2024-04-12T06:04:51.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 11.35 MB/sec execute 22 sec latency 4928.570 ms 2024-04-12T06:04:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:50.371518+0000 mgr.smithi175.wddsmi (mgr.24407) 58 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.3 MiB/s wr, 566 op/s 2024-04-12T06:04:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.403608+0000 mon.smithi088 (mon.0) 851 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.411337+0000 mon.smithi088 (mon.0) 852 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.418369+0000 mon.smithi088 (mon.0) 853 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:50.419402+0000 mgr.smithi175.wddsmi (mgr.24407) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi175.dhfnpp 2024-04-12T06:04:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.419662+0000 mon.smithi175 (mon.1) 82 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.420037+0000 mon.smithi088 (mon.0) 854 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.422493+0000 mon.smithi088 (mon.0) 855 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:50.424098+0000 mgr.smithi175.wddsmi (mgr.24407) 60 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.424305+0000 mon.smithi175 (mon.1) 83 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.424705+0000 mon.smithi088 (mon.0) 856 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.427111+0000 mon.smithi088 (mon.0) 857 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.428572+0000 mon.smithi175 (mon.1) 84 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:51.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:50.551285+0000 mon.smithi175 (mon.1) 85 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:50.371518+0000 mgr.smithi175.wddsmi (mgr.24407) 58 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 327 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.3 MiB/s wr, 566 op/s 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.403608+0000 mon.smithi088 (mon.0) 851 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.411337+0000 mon.smithi088 (mon.0) 852 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.418369+0000 mon.smithi088 (mon.0) 853 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:50.419402+0000 mgr.smithi175.wddsmi (mgr.24407) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi175.dhfnpp 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.419662+0000 mon.smithi175 (mon.1) 82 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.420037+0000 mon.smithi088 (mon.0) 854 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.422493+0000 mon.smithi088 (mon.0) 855 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:50.424098+0000 mgr.smithi175.wddsmi (mgr.24407) 60 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.424305+0000 mon.smithi175 (mon.1) 83 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.424705+0000 mon.smithi088 (mon.0) 856 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.427111+0000 mon.smithi088 (mon.0) 857 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.428572+0000 mon.smithi175 (mon.1) 84 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:50.551285+0000 mon.smithi175 (mon.1) 85 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:04:52.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 10.85 MB/sec execute 23 sec latency 5928.653 ms 2024-04-12T06:04:53.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 10.40 MB/sec execute 24 sec latency 6928.729 ms 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:52.372356+0000 mgr.smithi175.wddsmi (mgr.24407) 61 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.3 MiB/s wr, 488 op/s 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.307719+0000 mon.smithi175 (mon.1) 86 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.308137+0000 mon.smithi088 (mon.0) 858 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.312358+0000 mon.smithi088 (mon.0) 859 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.320478+0000 mon.smithi088 (mon.0) 860 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/4148824791"}]: dispatch 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.368348+0000 mon.smithi175 (mon.1) 87 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.368723+0000 mon.smithi088 (mon.0) 861 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:53.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.372626+0000 mon.smithi088 (mon.0) 862 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:04:53.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:53.374084+0000 mon.smithi175 (mon.1) 88 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:52.372356+0000 mgr.smithi175.wddsmi (mgr.24407) 61 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.3 MiB/s wr, 488 op/s 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.307719+0000 mon.smithi175 (mon.1) 86 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.308137+0000 mon.smithi088 (mon.0) 858 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.312358+0000 mon.smithi088 (mon.0) 859 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.320478+0000 mon.smithi088 (mon.0) 860 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/4148824791"}]: dispatch 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.368348+0000 mon.smithi175 (mon.1) 87 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.368723+0000 mon.smithi088 (mon.0) 861 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.372626+0000 mon.smithi088 (mon.0) 862 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-12T06:04:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:53.374084+0000 mon.smithi175 (mon.1) 88 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:04:54.436 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:53.320218+0000 mds.foofs.smithi088.djqnyb (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.88:0/4148824791) 2024-04-12T06:04:54.436 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:53.323524+0000 mds.foofs.smithi088.djqnyb (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14740 172.21.15.88:0/3683260765) 2024-04-12T06:04:54.436 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:53.367810+0000 mgr.smithi175.wddsmi (mgr.24407) 62 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:04:54.436 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:53.367953+0000 mgr.smithi175.wddsmi (mgr.24407) 63 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi175.dhfnpp-rgw 2024-04-12T06:04:54.437 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:53.373507+0000 mgr.smithi175.wddsmi (mgr.24407) 64 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi175.dhfnpp's ganesha conf is defaulting to empty 2024-04-12T06:04:54.437 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:04:53.375195+0000 mgr.smithi175.wddsmi (mgr.24407) 65 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi175.dhfnpp on smithi175 2024-04-12T06:04:54.498 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 9.98 MB/sec execute 25 sec latency 7928.792 ms 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:53.320218+0000 mds.foofs.smithi088.djqnyb (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14552 (172.21.15.88:0/4148824791) 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:53.323524+0000 mds.foofs.smithi088.djqnyb (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14740 172.21.15.88:0/3683260765) 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:53.367810+0000 mgr.smithi175.wddsmi (mgr.24407) 62 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:53.367953+0000 mgr.smithi175.wddsmi (mgr.24407) 63 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi175.dhfnpp-rgw 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:53.373507+0000 mgr.smithi175.wddsmi (mgr.24407) 64 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi175.dhfnpp's ganesha conf is defaulting to empty 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:04:53.375195+0000 mgr.smithi175.wddsmi (mgr.24407) 65 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi175.dhfnpp on smithi175 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:54.316902+0000 mon.smithi088 (mon.0) 863 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/4148824791"}]': finished 2024-04-12T06:04:54.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:54 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:54.316953+0000 mon.smithi088 (mon.0) 864 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-12T06:04:54.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:54.316902+0000 mon.smithi088 (mon.0) 863 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/4148824791"}]': finished 2024-04-12T06:04:54.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:54.316953+0000 mon.smithi088 (mon.0) 864 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-04-12T06:04:55.499 INFO:teuthology.orchestra.run.smithi088.stdout: 5 106848 9.60 MB/sec execute 26 sec latency 8928.878 ms 2024-04-12T06:04:55.702 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:54.378657+0000 mgr.smithi175.wddsmi (mgr.24407) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 447 op/s 2024-04-12T06:04:55.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:54.378657+0000 mgr.smithi175.wddsmi (mgr.24407) 66 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.9 MiB/s wr, 447 op/s 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:[106711] open ./clients/client4/~dmtmp/PM/PMC184.TMP failed for handle 11290 (Stale file handle) 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:(106712) ERROR: handle 11290 was not found 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:[106703] open ./clients/client2/~dmtmp/PM/PMC184.TMP failed for handle 11285 (Stale file handle) 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:(106704) ERROR: handle 11285 was not found 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:Child failed with status 1 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:[106687] open ./clients/client1/~dmtmp/PM/PMC183.TMP failed for handle 11276 (Stale file handle) 2024-04-12T06:04:55.770 INFO:teuthology.orchestra.run.smithi088.stdout:(106688) ERROR: handle 11276 was not found 2024-04-12T06:04:55.771 INFO:teuthology.orchestra.run.smithi088.stdout:[107322] unlink ./clients/client0/~dmtmp/PWRPNT/NEWTIPS.PPT failed (Stale file handle) - expected NT_STATUS_OK 2024-04-12T06:04:55.771 INFO:teuthology.orchestra.run.smithi088.stdout:ERROR: child 0 failed at line 107322 2024-04-12T06:04:55.771 INFO:teuthology.orchestra.run.smithi088.stdout:[106821] unlink ./clients/client3/~dmtmp/PM/PMD383.TMP failed (Stale file handle) - expected NT_STATUS_OK 2024-04-12T06:04:55.771 INFO:teuthology.orchestra.run.smithi088.stdout:ERROR: child 3 failed at line 106821 2024-04-12T06:04:55.773 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-04-12T06:04:55.841 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-04-12T06:04:55.985 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:04:56.445 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:55.931323+0000 mds.foofs.smithi088.djqnyb (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24317 (172.21.15.175:0/399239553) 2024-04-12T06:04:56.446 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:55.931533+0000 mon.smithi088 (mon.0) 865 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.175:0/399239553"}]: dispatch 2024-04-12T06:04:56.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:55.934037+0000 mds.foofs.smithi088.djqnyb (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24509 172.21.15.175:0/4160818759) 2024-04-12T06:04:56.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:56.028735+0000 mon.smithi088 (mon.0) 866 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:56.035803+0000 mon.smithi088 (mon.0) 867 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:56.060918+0000 mon.smithi088 (mon.0) 868 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:56.068103+0000 mon.smithi088 (mon.0) 869 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:56.165687+0000 mon.smithi175 (mon.1) 89 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:56.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:55.931323+0000 mds.foofs.smithi088.djqnyb (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 24317 (172.21.15.175:0/399239553) 2024-04-12T06:04:56.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:55.931533+0000 mon.smithi088 (mon.0) 865 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.175:0/399239553"}]: dispatch 2024-04-12T06:04:56.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:55.934037+0000 mds.foofs.smithi088.djqnyb (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.24509 172.21.15.175:0/4160818759) 2024-04-12T06:04:56.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:56.028735+0000 mon.smithi088 (mon.0) 866 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:56.035803+0000 mon.smithi088 (mon.0) 867 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:56.060918+0000 mon.smithi088 (mon.0) 868 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:56.068103+0000 mon.smithi088 (mon.0) 869 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:04:56.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:56.165687+0000 mon.smithi175 (mon.1) 89 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:04:57.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:56.379138+0000 mgr.smithi175.wddsmi (mgr.24407) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 149 KiB/s wr, 19 op/s 2024-04-12T06:04:57.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:04:56.445169+0000 mon.smithi088 (mon.0) 870 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.175:0/399239553"}]': finished 2024-04-12T06:04:57.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:56.445236+0000 mon.smithi088 (mon.0) 871 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-12T06:04:57.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:56.379138+0000 mgr.smithi175.wddsmi (mgr.24407) 67 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 149 KiB/s wr, 19 op/s 2024-04-12T06:04:57.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:04:56.445169+0000 mon.smithi088 (mon.0) 870 : audit [INF] from='mds.? [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398]' entity='mds.foofs.smithi088.djqnyb' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.175:0/399239553"}]': finished 2024-04-12T06:04:57.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:56.445236+0000 mon.smithi088 (mon.0) 871 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-04-12T06:04:59.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:04:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:04:58.379556+0000 mgr.smithi175.wddsmi (mgr.24407) 68 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 208 KiB/s wr, 41 op/s 2024-04-12T06:04:59.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:04:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:04:58.379556+0000 mgr.smithi175.wddsmi (mgr.24407) 68 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 208 KiB/s wr, 41 op/s 2024-04-12T06:05:01.032 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:00.379960+0000 mgr.smithi175.wddsmi (mgr.24407) 69 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 34 KiB/s wr, 18 op/s 2024-04-12T06:05:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:00.394151+0000 mon.smithi088 (mon.0) 872 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:00.400007+0000 mon.smithi088 (mon.0) 873 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:00.543202+0000 mon.smithi088 (mon.0) 874 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:01.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:00.379960+0000 mgr.smithi175.wddsmi (mgr.24407) 69 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 34 KiB/s wr, 18 op/s 2024-04-12T06:05:01.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:00.394151+0000 mon.smithi088 (mon.0) 872 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:01.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:00.400007+0000 mon.smithi088 (mon.0) 873 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:01.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:00.543202+0000 mon.smithi088 (mon.0) 874 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:02.380970+0000 mgr.smithi175.wddsmi (mgr.24407) 70 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 34 KiB/s wr, 19 op/s 2024-04-12T06:05:03.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.551315+0000 mon.smithi088 (mon.0) 875 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.557401+0000 mon.smithi088 (mon.0) 876 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.559316+0000 mon.smithi175 (mon.1) 90 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.560135+0000 mon.smithi175 (mon.1) 91 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.566884+0000 mon.smithi088 (mon.0) 877 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.577029+0000 mon.smithi088 (mon.0) 878 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.712563+0000 mon.smithi088 (mon.0) 879 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.718489+0000 mon.smithi088 (mon.0) 880 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.723939+0000 mon.smithi088 (mon.0) 881 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:02.727048+0000 mon.smithi088 (mon.0) 882 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:05:02.727957+0000 mgr.smithi175.wddsmi (mgr.24407) 71 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-04-12T06:05:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:05:02.735863+0000 mgr.smithi175.wddsmi (mgr.24407) 72 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:02.380970+0000 mgr.smithi175.wddsmi (mgr.24407) 70 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 4.0 KiB/s rd, 34 KiB/s wr, 19 op/s 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.551315+0000 mon.smithi088 (mon.0) 875 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.557401+0000 mon.smithi088 (mon.0) 876 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.559316+0000 mon.smithi175 (mon.1) 90 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.560135+0000 mon.smithi175 (mon.1) 91 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.566884+0000 mon.smithi088 (mon.0) 877 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.577029+0000 mon.smithi088 (mon.0) 878 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.712563+0000 mon.smithi088 (mon.0) 879 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.718489+0000 mon.smithi088 (mon.0) 880 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.723939+0000 mon.smithi088 (mon.0) 881 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:02.727048+0000 mon.smithi088 (mon.0) 882 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:05:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:05:02.727957+0000 mgr.smithi175.wddsmi (mgr.24407) 71 : cephadm [INF] Reconfiguring alertmanager.smithi088 (dependencies changed)... 2024-04-12T06:05:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:05:02.735863+0000 mgr.smithi175.wddsmi (mgr.24407) 72 : cephadm [INF] Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-04-12T06:05:05.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:04.381419+0000 mgr.smithi175.wddsmi (mgr.24407) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 27 KiB/s wr, 15 op/s 2024-04-12T06:05:05.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:04.381419+0000 mgr.smithi175.wddsmi (mgr.24407) 73 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 27 KiB/s wr, 15 op/s 2024-04-12T06:05:06.063 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:06.224 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (7m) 4s ago 8m 20.5M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (8m) 4s ago 8m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (7m) 6s ago 7m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (6m) 4s ago 8m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (3m) 4s ago 3m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (2m) 6s ago 2m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:05:06.872 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (10m) 4s ago 10m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (55s) 6s ago 7m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (10m) 4s ago 10m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (7m) 6s ago 7m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (17s) 4s ago 16s 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (11s) 6s ago 10s 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (8m) 4s ago 8m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (7m) 6s ago 7m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (7m) 4s ago 7m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (6m) 4s ago 6m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (6m) 4s ago 6m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (5m) 4s ago 5m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (5m) 6s ago 5m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (5m) 6s ago 5m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (4m) 6s ago 4m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:05:06.873 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (4m) 6s ago 4m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:05:06.874 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (6m) 4s ago 8m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:05:06.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:05.551912+0000 mon.smithi175 (mon.1) 92 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:06.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:05.551912+0000 mon.smithi175 (mon.1) 92 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:05:07.254 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:05:07.255 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:05:07.591 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:05:07.592 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:05:07.651 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:06.210280+0000 mgr.smithi175.wddsmi (mgr.24407) 74 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:07.651 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:06.381891+0000 mgr.smithi175.wddsmi (mgr.24407) 75 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 27 KiB/s wr, 15 op/s 2024-04-12T06:05:07.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:06.547892+0000 mgr.smithi175.wddsmi (mgr.24407) 76 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:07.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:07.258301+0000 mon.smithi088 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.88:0/3930839127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:05:07.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:06.210280+0000 mgr.smithi175.wddsmi (mgr.24407) 74 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:07.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:06.381891+0000 mgr.smithi175.wddsmi (mgr.24407) 75 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 27 KiB/s wr, 15 op/s 2024-04-12T06:05:07.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:06.547892+0000 mgr.smithi175.wddsmi (mgr.24407) 76 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:07.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:07.258301+0000 mon.smithi088 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.88:0/3930839127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:05:07.980 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:05:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:06.865780+0000 mgr.smithi175.wddsmi (mgr.24407) 77 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:07.595605+0000 mgr.smithi175.wddsmi (mgr.24407) 78 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:08.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:07.985022+0000 mon.smithi088 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.88:0/4241037373' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:05:08.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:06.865780+0000 mgr.smithi175.wddsmi (mgr.24407) 77 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:08.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:07.595605+0000 mgr.smithi175.wddsmi (mgr.24407) 78 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:08.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:07.985022+0000 mon.smithi088 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.88:0/4241037373' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:05:09.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:08.382776+0000 mgr.smithi175.wddsmi (mgr.24407) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 171 B/s rd, 428 B/s wr, 0 op/s 2024-04-12T06:05:09.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:08.382776+0000 mgr.smithi175.wddsmi (mgr.24407) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 171 B/s rd, 428 B/s wr, 0 op/s 2024-04-12T06:05:11.110 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:11.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:10.383225+0000 mgr.smithi175.wddsmi (mgr.24407) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:11.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:10.383225+0000 mgr.smithi175.wddsmi (mgr.24407) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:13.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:12.384144+0000 mgr.smithi175.wddsmi (mgr.24407) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T06:05:13.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:12.384144+0000 mgr.smithi175.wddsmi (mgr.24407) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-04-12T06:05:15.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:14.384584+0000 mgr.smithi175.wddsmi (mgr.24407) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:15.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:14.384584+0000 mgr.smithi175.wddsmi (mgr.24407) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:16.153 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:17.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:16.385233+0000 mgr.smithi175.wddsmi (mgr.24407) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:17.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:16.385233+0000 mgr.smithi175.wddsmi (mgr.24407) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:19.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:18.385980+0000 mgr.smithi175.wddsmi (mgr.24407) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:19.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:18.385980+0000 mgr.smithi175.wddsmi (mgr.24407) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:21.191 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:21.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:20.386423+0000 mgr.smithi175.wddsmi (mgr.24407) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:21.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:20.552050+0000 mon.smithi175 (mon.1) 93 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:20.386423+0000 mgr.smithi175.wddsmi (mgr.24407) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:20.552050+0000 mon.smithi175 (mon.1) 93 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:23.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:22.387147+0000 mgr.smithi175.wddsmi (mgr.24407) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:23.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:22.387147+0000 mgr.smithi175.wddsmi (mgr.24407) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:25.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:24.387702+0000 mgr.smithi175.wddsmi (mgr.24407) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:24.387702+0000 mgr.smithi175.wddsmi (mgr.24407) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:26.249 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:27.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:26.388119+0000 mgr.smithi175.wddsmi (mgr.24407) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:27.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:26.388119+0000 mgr.smithi175.wddsmi (mgr.24407) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:29.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:28.388893+0000 mgr.smithi175.wddsmi (mgr.24407) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:29.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:28.388893+0000 mgr.smithi175.wddsmi (mgr.24407) 89 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:31.296 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:31.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:30.389306+0000 mgr.smithi175.wddsmi (mgr.24407) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:31.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:30.389306+0000 mgr.smithi175.wddsmi (mgr.24407) 90 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:33.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:32.390121+0000 mgr.smithi175.wddsmi (mgr.24407) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:33.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:32.390121+0000 mgr.smithi175.wddsmi (mgr.24407) 91 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:35.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:34.390710+0000 mgr.smithi175.wddsmi (mgr.24407) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:35.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:34.390710+0000 mgr.smithi175.wddsmi (mgr.24407) 92 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:36.331 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:36.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:35.552487+0000 mon.smithi175 (mon.1) 94 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:36.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:35.552487+0000 mon.smithi175 (mon.1) 94 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:37.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:36.391175+0000 mgr.smithi175.wddsmi (mgr.24407) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:37.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:36.391175+0000 mgr.smithi175.wddsmi (mgr.24407) 93 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:38.331 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:05:38.969 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:05:38.969 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (7m) 36s ago 9m 20.5M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:05:38.969 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (9m) 36s ago 9m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:05:38.969 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (8m) 38s ago 8m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (7m) 36s ago 8m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (3m) 36s ago 3m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (3m) 38s ago 3m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (10m) 36s ago 10m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (87s) 38s ago 8m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (11m) 36s ago 11m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (8m) 38s ago 8m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (49s) 36s ago 48s 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (43s) 38s ago 42s 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (8m) 36s ago 8m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (8m) 38s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (7m) 36s ago 7m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (7m) 36s ago 7m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:05:38.970 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (6m) 36s ago 6m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:05:38.971 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (6m) 36s ago 6m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:05:38.971 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (6m) 38s ago 6m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:05:38.971 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (5m) 38s ago 5m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:05:38.971 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (5m) 38s ago 5m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:05:38.971 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (5m) 38s ago 5m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:05:38.971 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (7m) 36s ago 8m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:05:39.347 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:05:39.348 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:05:39.665 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:05:39.666 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:05:39.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:38.321921+0000 mgr.smithi175.wddsmi (mgr.24407) 94 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:39.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:38.392161+0000 mgr.smithi175.wddsmi (mgr.24407) 95 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:39.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:38.650336+0000 mgr.smithi175.wddsmi (mgr.24407) 96 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:39.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:38.321921+0000 mgr.smithi175.wddsmi (mgr.24407) 94 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:39.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:38.392161+0000 mgr.smithi175.wddsmi (mgr.24407) 95 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:39.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:38.650336+0000 mgr.smithi175.wddsmi (mgr.24407) 96 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:40.042 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:05:40.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:38.962745+0000 mgr.smithi175.wddsmi (mgr.24407) 97 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:40.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:39.351211+0000 mon.smithi088 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.88:0/894466370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:05:40.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:39.669414+0000 mgr.smithi175.wddsmi (mgr.24407) 98 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:40.461 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:40.046446+0000 mon.smithi088 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.88:0/1276371956' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:05:40.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:38.962745+0000 mgr.smithi175.wddsmi (mgr.24407) 97 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:40.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:39.351211+0000 mon.smithi088 (mon.0) 885 : audit [DBG] from='client.? 172.21.15.88:0/894466370' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:05:40.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:39.669414+0000 mgr.smithi175.wddsmi (mgr.24407) 98 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:05:40.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:40.046446+0000 mon.smithi088 (mon.0) 886 : audit [DBG] from='client.? 172.21.15.88:0/1276371956' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:05:41.374 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:41.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:40.392581+0000 mgr.smithi175.wddsmi (mgr.24407) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:41.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:40.392581+0000 mgr.smithi175.wddsmi (mgr.24407) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:43.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:42.393319+0000 mgr.smithi175.wddsmi (mgr.24407) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:43.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:42.393319+0000 mgr.smithi175.wddsmi (mgr.24407) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:45.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:44.393811+0000 mgr.smithi175.wddsmi (mgr.24407) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:45.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:44.393811+0000 mgr.smithi175.wddsmi (mgr.24407) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:46.414 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:47.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:46.394290+0000 mgr.smithi175.wddsmi (mgr.24407) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:47.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:46.394290+0000 mgr.smithi175.wddsmi (mgr.24407) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:49.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:48.395131+0000 mgr.smithi175.wddsmi (mgr.24407) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:49.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:48.395131+0000 mgr.smithi175.wddsmi (mgr.24407) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:05:51.447 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:50.395673+0000 mgr.smithi175.wddsmi (mgr.24407) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:51.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:05:50.552726+0000 mon.smithi175 (mon.1) 95 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:51.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:50.395673+0000 mgr.smithi175.wddsmi (mgr.24407) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:05:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:05:50.552726+0000 mon.smithi175 (mon.1) 95 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:05:52.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:51.456812+0000 mon.smithi088 (mon.0) 887 : cluster [DBG] mgrmap e29: smithi175.wddsmi(active, since 91s), standbys: smithi088.noeasj 2024-04-12T06:05:52.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:51.456812+0000 mon.smithi088 (mon.0) 887 : cluster [DBG] mgrmap e29: smithi175.wddsmi(active, since 91s), standbys: smithi088.noeasj 2024-04-12T06:05:53.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:52.396709+0000 mgr.smithi175.wddsmi (mgr.24407) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:53.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:52.396709+0000 mgr.smithi175.wddsmi (mgr.24407) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:55.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:54.397153+0000 mgr.smithi175.wddsmi (mgr.24407) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:55.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:54.397153+0000 mgr.smithi175.wddsmi (mgr.24407) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:56.495 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:05:57.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:56.397865+0000 mgr.smithi175.wddsmi (mgr.24407) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:57.970 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:56.397865+0000 mgr.smithi175.wddsmi (mgr.24407) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:05:59.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:05:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:05:58.398490+0000 mgr.smithi175.wddsmi (mgr.24407) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:05:59.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:05:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:05:58.398490+0000 mgr.smithi175.wddsmi (mgr.24407) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:06:01.535 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:01.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:00.399001+0000 mgr.smithi175.wddsmi (mgr.24407) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:06:01.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:00.399001+0000 mgr.smithi175.wddsmi (mgr.24407) 109 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:06:03.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:02.399692+0000 mgr.smithi175.wddsmi (mgr.24407) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:06:03.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:02.399692+0000 mgr.smithi175.wddsmi (mgr.24407) 110 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:06:05.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:04.400159+0000 mgr.smithi175.wddsmi (mgr.24407) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:05.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:04.400159+0000 mgr.smithi175.wddsmi (mgr.24407) 111 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:06.576 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:06.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:05.552998+0000 mon.smithi175 (mon.1) 96 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:06.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:05.552998+0000 mon.smithi175 (mon.1) 96 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:07.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:06.400733+0000 mgr.smithi175.wddsmi (mgr.24407) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:07.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:06.400733+0000 mgr.smithi175.wddsmi (mgr.24407) 112 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:09.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:08.401349+0000 mgr.smithi175.wddsmi (mgr.24407) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:09.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:08.401349+0000 mgr.smithi175.wddsmi (mgr.24407) 113 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:10.389 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:06:11.017 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:06:11.017 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (8m) 68s ago 9m 20.5M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:06:11.017 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (9m) 68s ago 9m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:06:11.017 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (8m) 70s ago 8m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:06:11.017 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (8m) 68s ago 9m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (4m) 68s ago 4m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (4m) 70s ago 4m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (11m) 68s ago 11m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (119s) 70s ago 8m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (11m) 68s ago 11m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (8m) 70s ago 8m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (81s) 68s ago 80s 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (75s) 70s ago 75s 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (9m) 68s ago 9m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (8m) 70s ago 8m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (8m) 68s ago 8m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (7m) 68s ago 7m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (7m) 68s ago 7m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:06:11.018 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (6m) 68s ago 6m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:06:11.019 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (6m) 70s ago 6m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:06:11.019 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (6m) 70s ago 6m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:06:11.019 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (6m) 70s ago 6m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:06:11.019 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (5m) 70s ago 5m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:06:11.019 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (7m) 68s ago 9m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:06:11.397 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:06:11.398 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:11.398 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:06:11.398 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:06:11.398 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:06:11.398 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:06:11.398 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:06:11.601 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:11.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:10.380401+0000 mgr.smithi175.wddsmi (mgr.24407) 114 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:11.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:10.401726+0000 mgr.smithi175.wddsmi (mgr.24407) 115 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:11.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:10.700227+0000 mgr.smithi175.wddsmi (mgr.24407) 116 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:11.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:11.400828+0000 mon.smithi088 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.88:0/2277932542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:06:11.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:10.380401+0000 mgr.smithi175.wddsmi (mgr.24407) 114 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:11.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:10.401726+0000 mgr.smithi175.wddsmi (mgr.24407) 115 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:11.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:10.700227+0000 mgr.smithi175.wddsmi (mgr.24407) 116 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:11.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:11.400828+0000 mon.smithi088 (mon.0) 888 : audit [DBG] from='client.? 172.21.15.88:0/2277932542' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:06:11.723 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:06:11.723 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:06:11.723 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:06:11.724 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:06:11.724 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:06:11.724 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:06:11.724 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:06:11.724 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:06:11.724 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:06:12.102 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:06:12.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:11.010595+0000 mgr.smithi175.wddsmi (mgr.24407) 117 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:12.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:11.727375+0000 mgr.smithi175.wddsmi (mgr.24407) 118 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:12.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:12.106164+0000 mon.smithi088 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.88:0/1813526457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:06:12.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:11.010595+0000 mgr.smithi175.wddsmi (mgr.24407) 117 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:12.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:11.727375+0000 mgr.smithi175.wddsmi (mgr.24407) 118 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:12.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:12.106164+0000 mon.smithi088 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.88:0/1813526457' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:06:13.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:12.402373+0000 mgr.smithi175.wddsmi (mgr.24407) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:13.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:12.402373+0000 mgr.smithi175.wddsmi (mgr.24407) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:15.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:14.402896+0000 mgr.smithi175.wddsmi (mgr.24407) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:15.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:14.402896+0000 mgr.smithi175.wddsmi (mgr.24407) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:16.650 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:17.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:16.403499+0000 mgr.smithi175.wddsmi (mgr.24407) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:17.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:16.403499+0000 mgr.smithi175.wddsmi (mgr.24407) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:19.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:18.404043+0000 mgr.smithi175.wddsmi (mgr.24407) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:19.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:18.404043+0000 mgr.smithi175.wddsmi (mgr.24407) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:21.696 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:21.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:20.404432+0000 mgr.smithi175.wddsmi (mgr.24407) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:21.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:20.553914+0000 mon.smithi175 (mon.1) 97 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:20.404432+0000 mgr.smithi175.wddsmi (mgr.24407) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:21.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:20.553914+0000 mon.smithi175 (mon.1) 97 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:23.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:22.405256+0000 mgr.smithi175.wddsmi (mgr.24407) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:23.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:22.405256+0000 mgr.smithi175.wddsmi (mgr.24407) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:25.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:24.405698+0000 mgr.smithi175.wddsmi (mgr.24407) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:25.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:24.405698+0000 mgr.smithi175.wddsmi (mgr.24407) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:26.731 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:27.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:26.406315+0000 mgr.smithi175.wddsmi (mgr.24407) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:27.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:26.406315+0000 mgr.smithi175.wddsmi (mgr.24407) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:29.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:28.406821+0000 mgr.smithi175.wddsmi (mgr.24407) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:29.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:28.406821+0000 mgr.smithi175.wddsmi (mgr.24407) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:31.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:30.407372+0000 mgr.smithi175.wddsmi (mgr.24407) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:31.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:30.407372+0000 mgr.smithi175.wddsmi (mgr.24407) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:31.773 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:33.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:32.408230+0000 mgr.smithi175.wddsmi (mgr.24407) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:33.720 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:32.408230+0000 mgr.smithi175.wddsmi (mgr.24407) 129 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:35.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:34.408816+0000 mgr.smithi175.wddsmi (mgr.24407) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:35.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:34.408816+0000 mgr.smithi175.wddsmi (mgr.24407) 130 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:36.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:35.554265+0000 mon.smithi175 (mon.1) 98 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:36.812 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:35.554265+0000 mon.smithi175 (mon.1) 98 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:37.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:36.409450+0000 mgr.smithi175.wddsmi (mgr.24407) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:37.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:36.409450+0000 mgr.smithi175.wddsmi (mgr.24407) 131 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:39.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:38.410006+0000 mgr.smithi175.wddsmi (mgr.24407) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:39.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:38.410006+0000 mgr.smithi175.wddsmi (mgr.24407) 132 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:41.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:40.410549+0000 mgr.smithi175.wddsmi (mgr.24407) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:41.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:40.410549+0000 mgr.smithi175.wddsmi (mgr.24407) 133 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:41.846 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:42.453 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (8m) 100s ago 10m 20.5M - 0.20.0 0881eb8f169f 325dfdbee564 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (10m) 100s ago 10m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (9m) 102s ago 9m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (8m) 100s ago 10m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (4m) 100s ago 4m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (4m) 102s ago 4m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (12m) 100s ago 12m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (2m) 102s ago 9m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:06:43.084 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (12m) 100s ago 12m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (9m) 102s ago 9m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (113s) 100s ago 112s 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (107s) 102s ago 107s 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (9m) 100s ago 9m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (9m) 102s ago 9m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (8m) 100s ago 8m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (8m) 100s ago 8m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (7m) 100s ago 7m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (7m) 100s ago 7m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (7m) 102s ago 7m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (6m) 102s ago 6m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (6m) 102s ago 6m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (6m) 102s ago 6m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:06:43.085 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (8m) 100s ago 9m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:06:43.466 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:06:43.467 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:06:43.468 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:06:43.469 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:06:43.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:42.411283+0000 mgr.smithi175.wddsmi (mgr.24407) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:43.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:42.444056+0000 mgr.smithi175.wddsmi (mgr.24407) 135 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:43.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:42.765960+0000 mgr.smithi175.wddsmi (mgr.24407) 136 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:06:43.789 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:06:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:42.411283+0000 mgr.smithi175.wddsmi (mgr.24407) 134 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:42.444056+0000 mgr.smithi175.wddsmi (mgr.24407) 135 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:42.765960+0000 mgr.smithi175.wddsmi (mgr.24407) 136 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:44.168 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:06:44.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:43.076873+0000 mgr.smithi175.wddsmi (mgr.24407) 137 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:44.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:43.469627+0000 mon.smithi088 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.88:0/1882416494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:06:44.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:43.792198+0000 mgr.smithi175.wddsmi (mgr.24407) 138 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:44.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:44.171660+0000 mon.smithi088 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.88:0/3339188008' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:06:44.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:43.076873+0000 mgr.smithi175.wddsmi (mgr.24407) 137 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:44.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:43.469627+0000 mon.smithi088 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.88:0/1882416494' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:06:44.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:43.792198+0000 mgr.smithi175.wddsmi (mgr.24407) 138 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:06:44.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:44.171660+0000 mon.smithi088 (mon.0) 891 : audit [DBG] from='client.? 172.21.15.88:0/3339188008' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:06:45.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:44.411790+0000 mgr.smithi175.wddsmi (mgr.24407) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:45.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:44.411790+0000 mgr.smithi175.wddsmi (mgr.24407) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:46.890 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:47.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:46.412506+0000 mgr.smithi175.wddsmi (mgr.24407) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:47.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:46.412506+0000 mgr.smithi175.wddsmi (mgr.24407) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:49.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:48.412978+0000 mgr.smithi175.wddsmi (mgr.24407) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:49.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:48.412978+0000 mgr.smithi175.wddsmi (mgr.24407) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:50.413374+0000 mgr.smithi175.wddsmi (mgr.24407) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:51.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:06:50.554728+0000 mon.smithi175 (mon.1) 99 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:51.934 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:50.413374+0000 mgr.smithi175.wddsmi (mgr.24407) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:06:50.554728+0000 mon.smithi175 (mon.1) 99 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:06:53.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:52.414235+0000 mgr.smithi175.wddsmi (mgr.24407) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:53.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:52.414235+0000 mgr.smithi175.wddsmi (mgr.24407) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:55.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:54.414907+0000 mgr.smithi175.wddsmi (mgr.24407) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:54.414907+0000 mgr.smithi175.wddsmi (mgr.24407) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:56.975 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:06:57.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:56.415509+0000 mgr.smithi175.wddsmi (mgr.24407) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:57.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:56.415509+0000 mgr.smithi175.wddsmi (mgr.24407) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:06:59.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:06:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:06:58.415968+0000 mgr.smithi175.wddsmi (mgr.24407) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:06:59.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:06:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:06:58.415968+0000 mgr.smithi175.wddsmi (mgr.24407) 146 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:01.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:00.416409+0000 mgr.smithi175.wddsmi (mgr.24407) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:01.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:00.416409+0000 mgr.smithi175.wddsmi (mgr.24407) 147 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:02.017 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:03.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:02.417122+0000 mgr.smithi175.wddsmi (mgr.24407) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:02.417122+0000 mgr.smithi175.wddsmi (mgr.24407) 148 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:05.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:04.417597+0000 mgr.smithi175.wddsmi (mgr.24407) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:05.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:04.417597+0000 mgr.smithi175.wddsmi (mgr.24407) 149 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:06.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:05.555133+0000 mon.smithi175 (mon.1) 100 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:06.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:05.555133+0000 mon.smithi175 (mon.1) 100 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:07.058 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:07.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:06.418210+0000 mgr.smithi175.wddsmi (mgr.24407) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:07.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:06.418210+0000 mgr.smithi175.wddsmi (mgr.24407) 150 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:09.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:08.418741+0000 mgr.smithi175.wddsmi (mgr.24407) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:09.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:08.418741+0000 mgr.smithi175.wddsmi (mgr.24407) 151 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:11.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:10.419287+0000 mgr.smithi175.wddsmi (mgr.24407) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:11.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:10.419287+0000 mgr.smithi175.wddsmi (mgr.24407) 152 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:12.105 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:12.291134+0000 mon.smithi088 (mon.0) 892 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:12.299625+0000 mon.smithi088 (mon.0) 893 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:07:12.338340+0000 mgr.smithi175.wddsmi (mgr.24407) 153 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:07:12.346691+0000 mgr.smithi175.wddsmi (mgr.24407) 154 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:12.419941+0000 mgr.smithi175.wddsmi (mgr.24407) 155 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:12.444424+0000 mon.smithi088 (mon.0) 894 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:12.448094+0000 mon.smithi088 (mon.0) 895 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:12.450896+0000 mon.smithi175 (mon.1) 101 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:12.451266+0000 mgr.smithi175.wddsmi (mgr.24407) 156 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T06:07:13.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:07:12.453424+0000 mgr.smithi175.wddsmi (mgr.24407) 157 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:12.291134+0000 mon.smithi088 (mon.0) 892 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:12.299625+0000 mon.smithi088 (mon.0) 893 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:07:12.338340+0000 mgr.smithi175.wddsmi (mgr.24407) 153 : cephadm [INF] Reconfiguring grafana.smithi088 (dependencies changed)... 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:07:12.346691+0000 mgr.smithi175.wddsmi (mgr.24407) 154 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:12.419941+0000 mgr.smithi175.wddsmi (mgr.24407) 155 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:12.444424+0000 mon.smithi088 (mon.0) 894 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:12.448094+0000 mon.smithi088 (mon.0) 895 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:12.450896+0000 mon.smithi175 (mon.1) 101 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T06:07:13.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:12.451266+0000 mgr.smithi175.wddsmi (mgr.24407) 156 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-12T06:07:13.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:07:12.453424+0000 mgr.smithi175.wddsmi (mgr.24407) 157 : cephadm [INF] Reconfiguring daemon grafana.smithi088 on smithi088 2024-04-12T06:07:14.542 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:07:15.248 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:07:15.248 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:07:15.248 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (10m) 2m ago 10m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:07:15.248 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (10m) 2m ago 10m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:07:15.248 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (9m) 2m ago 10m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:07:15.248 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (5m) 2m ago 5m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (5m) 2m ago 5m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (12m) 2m ago 12m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (3m) 2m ago 9m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (12m) 2m ago 12m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (9m) 2m ago 9m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (2m) 2m ago 2m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (2m) 2m ago 2m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (9m) 2m ago 9m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (9m) 2m ago 9m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (8m) 2m ago 8m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (8m) 2m ago 8m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (8m) 2m ago 8m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:07:15.249 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (7m) 2m ago 7m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:07:15.250 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (7m) 2m ago 7m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:07:15.250 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (7m) 2m ago 7m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:07:15.250 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (6m) 2m ago 6m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:07:15.250 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (9m) 2m ago 10m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:07:15.698 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:15.699 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:07:15.700 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:07:15.700 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:07:15.700 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:07:15.700 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:07:15.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:14.420287+0000 mgr.smithi175.wddsmi (mgr.24407) 158 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:15.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:14.532450+0000 mgr.smithi175.wddsmi (mgr.24407) 159 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:15.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:14.420287+0000 mgr.smithi175.wddsmi (mgr.24407) 158 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:15.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:14.532450+0000 mgr.smithi175.wddsmi (mgr.24407) 159 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:16.049 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:07:16.049 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:07:16.050 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:07:16.520 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:07:16.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:14.904472+0000 mgr.smithi175.wddsmi (mgr.24407) 160 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:16.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:15.241522+0000 mgr.smithi175.wddsmi (mgr.24407) 161 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:16.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:15.702195+0000 mon.smithi088 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.88:0/1469776302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:07:16.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:14.904472+0000 mgr.smithi175.wddsmi (mgr.24407) 160 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:16.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:15.241522+0000 mgr.smithi175.wddsmi (mgr.24407) 161 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:16.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:15.702195+0000 mon.smithi088 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.88:0/1469776302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:07:17.143 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:17.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:16.052834+0000 mgr.smithi175.wddsmi (mgr.24407) 162 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:17.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:16.421018+0000 mgr.smithi175.wddsmi (mgr.24407) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:17.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:16.523575+0000 mon.smithi088 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.88:0/3651066764' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:07:17.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:16.052834+0000 mgr.smithi175.wddsmi (mgr.24407) 162 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:17.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:16.421018+0000 mgr.smithi175.wddsmi (mgr.24407) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:17.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:16.523575+0000 mon.smithi088 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.88:0/3651066764' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:07:19.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:18.421483+0000 mgr.smithi175.wddsmi (mgr.24407) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:19.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:18.421483+0000 mgr.smithi175.wddsmi (mgr.24407) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:20.421994+0000 mgr.smithi175.wddsmi (mgr.24407) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:20.556559+0000 mon.smithi175 (mon.1) 102 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:21.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:20.421994+0000 mgr.smithi175.wddsmi (mgr.24407) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:21.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:20.556559+0000 mon.smithi175 (mon.1) 102 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:22.179 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:23.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:22.422656+0000 mgr.smithi175.wddsmi (mgr.24407) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:23.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:22.422656+0000 mgr.smithi175.wddsmi (mgr.24407) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:25.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:24.423218+0000 mgr.smithi175.wddsmi (mgr.24407) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:25.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:24.423218+0000 mgr.smithi175.wddsmi (mgr.24407) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:27.229 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:27.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:26.424082+0000 mgr.smithi175.wddsmi (mgr.24407) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:27.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:26.424082+0000 mgr.smithi175.wddsmi (mgr.24407) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:29.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:28.424657+0000 mgr.smithi175.wddsmi (mgr.24407) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:29.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:28.424657+0000 mgr.smithi175.wddsmi (mgr.24407) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:31.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:30.425114+0000 mgr.smithi175.wddsmi (mgr.24407) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:31.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:30.425114+0000 mgr.smithi175.wddsmi (mgr.24407) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:32.263 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:33.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:32.425803+0000 mgr.smithi175.wddsmi (mgr.24407) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:33.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:32.425803+0000 mgr.smithi175.wddsmi (mgr.24407) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:35.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:34.426238+0000 mgr.smithi175.wddsmi (mgr.24407) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:35.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:34.426238+0000 mgr.smithi175.wddsmi (mgr.24407) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:35.556726+0000 mon.smithi175 (mon.1) 103 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:35.556726+0000 mon.smithi175 (mon.1) 103 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:37.302 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:37.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:36.427148+0000 mgr.smithi175.wddsmi (mgr.24407) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:37.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:36.427148+0000 mgr.smithi175.wddsmi (mgr.24407) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:39.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:38.427552+0000 mgr.smithi175.wddsmi (mgr.24407) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:39.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:38.427552+0000 mgr.smithi175.wddsmi (mgr.24407) 174 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:41.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:40.428081+0000 mgr.smithi175.wddsmi (mgr.24407) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:41.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:40.428081+0000 mgr.smithi175.wddsmi (mgr.24407) 175 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:42.347 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:42.428797+0000 mgr.smithi175.wddsmi (mgr.24407) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:42.428797+0000 mgr.smithi175.wddsmi (mgr.24407) 176 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:45.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:44.429266+0000 mgr.smithi175.wddsmi (mgr.24407) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:45.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:44.429266+0000 mgr.smithi175.wddsmi (mgr.24407) 177 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:46.867 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:07:47.389 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (11m) 2m ago 11m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (10m) 2m ago 10m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (9m) 2m ago 11m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (5m) 2m ago 5m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (5m) 2m ago 5m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:07:47.504 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (13m) 2m ago 13m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (3m) 2m ago 10m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (13m) 2m ago 13m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (10m) 2m ago 10m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (2m) 2m ago 2m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (2m) 2m ago 2m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (10m) 2m ago 10m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (10m) 2m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (9m) 2m ago 9m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (9m) 2m ago 9m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (8m) 2m ago 8m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (8m) 2m ago 8m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:07:47.505 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (8m) 2m ago 8m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:07:47.506 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (7m) 2m ago 7m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:07:47.506 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (7m) 2m ago 7m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:07:47.506 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (7m) 2m ago 7m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:07:47.506 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (9m) 2m ago 10m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:07:47.879 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:07:47.880 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:07:47.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:46.430097+0000 mgr.smithi175.wddsmi (mgr.24407) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:47.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:46.430097+0000 mgr.smithi175.wddsmi (mgr.24407) 178 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:48.198 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:07:48.199 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:07:48.579 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:07:48.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:46.857501+0000 mgr.smithi175.wddsmi (mgr.24407) 179 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:48.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:47.180227+0000 mgr.smithi175.wddsmi (mgr.24407) 180 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:48.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:47.496393+0000 mgr.smithi175.wddsmi (mgr.24407) 181 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:48.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:47.882560+0000 mon.smithi088 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.88:0/258118778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:07:48.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:46.857501+0000 mgr.smithi175.wddsmi (mgr.24407) 179 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:48.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:47.180227+0000 mgr.smithi175.wddsmi (mgr.24407) 180 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:48.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:47.496393+0000 mgr.smithi175.wddsmi (mgr.24407) 181 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:48.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:47.882560+0000 mon.smithi088 (mon.0) 898 : audit [DBG] from='client.? 172.21.15.88:0/258118778' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:07:49.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:48.201542+0000 mgr.smithi175.wddsmi (mgr.24407) 182 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:49.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:48.430474+0000 mgr.smithi175.wddsmi (mgr.24407) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:49.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:48.582649+0000 mon.smithi088 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.88:0/1360426416' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:07:49.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:48.201542+0000 mgr.smithi175.wddsmi (mgr.24407) 182 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:07:49.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:48.430474+0000 mgr.smithi175.wddsmi (mgr.24407) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:49.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:48.582649+0000 mon.smithi088 (mon.0) 899 : audit [DBG] from='client.? 172.21.15.88:0/1360426416' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:07:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:50.430985+0000 mgr.smithi175.wddsmi (mgr.24407) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:07:50.557131+0000 mon.smithi175 (mon.1) 104 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:51.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:50.430985+0000 mgr.smithi175.wddsmi (mgr.24407) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:51.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:07:50.557131+0000 mon.smithi175 (mon.1) 104 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:07:52.428 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:53.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:52.431629+0000 mgr.smithi175.wddsmi (mgr.24407) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:53.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:52.431629+0000 mgr.smithi175.wddsmi (mgr.24407) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:54.432025+0000 mgr.smithi175.wddsmi (mgr.24407) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:55.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:54.432025+0000 mgr.smithi175.wddsmi (mgr.24407) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:57.463 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:07:57.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:56.432761+0000 mgr.smithi175.wddsmi (mgr.24407) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:57.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:56.432761+0000 mgr.smithi175.wddsmi (mgr.24407) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:07:59.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:07:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:07:58.433244+0000 mgr.smithi175.wddsmi (mgr.24407) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:07:59.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:07:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:07:58.433244+0000 mgr.smithi175.wddsmi (mgr.24407) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:01.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:00.433960+0000 mgr.smithi175.wddsmi (mgr.24407) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:01.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:00.433960+0000 mgr.smithi175.wddsmi (mgr.24407) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:02.502 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:02.434727+0000 mgr.smithi175.wddsmi (mgr.24407) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:02.434727+0000 mgr.smithi175.wddsmi (mgr.24407) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:04.435340+0000 mgr.smithi175.wddsmi (mgr.24407) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:05.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:04.435340+0000 mgr.smithi175.wddsmi (mgr.24407) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:06.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:05.557410+0000 mon.smithi175 (mon.1) 105 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:06.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:05.557410+0000 mon.smithi175 (mon.1) 105 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:07.544 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:07.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:06.436198+0000 mgr.smithi175.wddsmi (mgr.24407) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:07.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:06.436198+0000 mgr.smithi175.wddsmi (mgr.24407) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:09.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:08.436567+0000 mgr.smithi175.wddsmi (mgr.24407) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:09.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:08.436567+0000 mgr.smithi175.wddsmi (mgr.24407) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:11.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:10.437118+0000 mgr.smithi175.wddsmi (mgr.24407) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:11.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:10.437118+0000 mgr.smithi175.wddsmi (mgr.24407) 194 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:12.580 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:13.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:12.437758+0000 mgr.smithi175.wddsmi (mgr.24407) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:13.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:12.437758+0000 mgr.smithi175.wddsmi (mgr.24407) 195 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:15.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:14.438381+0000 mgr.smithi175.wddsmi (mgr.24407) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:15.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:14.438381+0000 mgr.smithi175.wddsmi (mgr.24407) 196 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:17.619 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:17.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:16.439184+0000 mgr.smithi175.wddsmi (mgr.24407) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:17.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:16.439184+0000 mgr.smithi175.wddsmi (mgr.24407) 197 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:18.925 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:08:19.553 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:08:19.553 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:08:19.553 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (12m) 3m ago 12m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:08:19.553 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (11m) 3m ago 11m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:08:19.553 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (10m) 3m ago 11m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:08:19.553 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (6m) 3m ago 6m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (6m) 3m ago 6m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (13m) 3m ago 13m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (4m) 3m ago 11m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (13m) 3m ago 13m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (10m) 3m ago 10m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (3m) 3m ago 3m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (3m) 3m ago 3m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (11m) 3m ago 11m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (10m) 3m ago 10m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (10m) 3m ago 10m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (9m) 3m ago 9m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (9m) 3m ago 9m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:08:19.554 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (9m) 3m ago 9m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:08:19.555 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (8m) 3m ago 8m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:08:19.555 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (8m) 3m ago 8m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:08:19.555 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (8m) 3m ago 8m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:08:19.555 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (7m) 3m ago 7m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:08:19.555 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (10m) 3m ago 11m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:08:19.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:18.439601+0000 mgr.smithi175.wddsmi (mgr.24407) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:19.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:18.439601+0000 mgr.smithi175.wddsmi (mgr.24407) 198 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:19.928 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:08:19.928 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:08:19.928 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:08:19.928 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:08:19.929 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:08:19.930 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:08:20.248 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:08:20.248 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:08:20.248 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:08:20.248 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:08:20.248 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:08:20.249 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:08:20.249 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:08:20.249 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:08:20.249 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:08:20.627 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:08:20.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:18.915034+0000 mgr.smithi175.wddsmi (mgr.24407) 199 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:20.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:19.232825+0000 mgr.smithi175.wddsmi (mgr.24407) 200 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:20.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:19.545892+0000 mgr.smithi175.wddsmi (mgr.24407) 201 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:20.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:19.931655+0000 mon.smithi088 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.88:0/1699512136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:08:20.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:18.915034+0000 mgr.smithi175.wddsmi (mgr.24407) 199 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:20.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:19.232825+0000 mgr.smithi175.wddsmi (mgr.24407) 200 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:20.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:19.545892+0000 mgr.smithi175.wddsmi (mgr.24407) 201 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:20.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:19.931655+0000 mon.smithi088 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.88:0/1699512136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:08:21.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:20.250950+0000 mgr.smithi175.wddsmi (mgr.24407) 202 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:21.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:20.440097+0000 mgr.smithi175.wddsmi (mgr.24407) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:21.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:20.557546+0000 mon.smithi175 (mon.1) 106 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:21.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:20.630247+0000 mon.smithi088 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.88:0/1181001697' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:08:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:20.250950+0000 mgr.smithi175.wddsmi (mgr.24407) 202 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:20.440097+0000 mgr.smithi175.wddsmi (mgr.24407) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:20.557546+0000 mon.smithi175 (mon.1) 106 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:21.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:20.630247+0000 mon.smithi088 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.88:0/1181001697' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:08:22.663 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:23.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:22.440787+0000 mgr.smithi175.wddsmi (mgr.24407) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:23.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:22.440787+0000 mgr.smithi175.wddsmi (mgr.24407) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:25.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:24.441153+0000 mgr.smithi175.wddsmi (mgr.24407) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:25.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:24.441153+0000 mgr.smithi175.wddsmi (mgr.24407) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:27.702 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:27.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:26.441918+0000 mgr.smithi175.wddsmi (mgr.24407) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:27.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:26.441918+0000 mgr.smithi175.wddsmi (mgr.24407) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:29.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:28.442307+0000 mgr.smithi175.wddsmi (mgr.24407) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:29.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:28.442307+0000 mgr.smithi175.wddsmi (mgr.24407) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:31.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:30.442819+0000 mgr.smithi175.wddsmi (mgr.24407) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:31.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:30.442819+0000 mgr.smithi175.wddsmi (mgr.24407) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:32.735 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:33.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:32.443632+0000 mgr.smithi175.wddsmi (mgr.24407) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:33.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:32.443632+0000 mgr.smithi175.wddsmi (mgr.24407) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:35.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:34.444094+0000 mgr.smithi175.wddsmi (mgr.24407) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:35.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:34.444094+0000 mgr.smithi175.wddsmi (mgr.24407) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:35.557956+0000 mon.smithi175 (mon.1) 107 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:35.557956+0000 mon.smithi175 (mon.1) 107 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:37.789 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:37.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:36.444873+0000 mgr.smithi175.wddsmi (mgr.24407) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:37.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:36.444873+0000 mgr.smithi175.wddsmi (mgr.24407) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:39.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:38.445333+0000 mgr.smithi175.wddsmi (mgr.24407) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:39.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:38.445333+0000 mgr.smithi175.wddsmi (mgr.24407) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:41.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:40.445765+0000 mgr.smithi175.wddsmi (mgr.24407) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:41.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:40.445765+0000 mgr.smithi175.wddsmi (mgr.24407) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:42.833 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:43.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:42.446510+0000 mgr.smithi175.wddsmi (mgr.24407) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:43.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:42.446510+0000 mgr.smithi175.wddsmi (mgr.24407) 214 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:45.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:44.447011+0000 mgr.smithi175.wddsmi (mgr.24407) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:45.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:44.447011+0000 mgr.smithi175.wddsmi (mgr.24407) 215 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:47.878 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:47.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:46.447633+0000 mgr.smithi175.wddsmi (mgr.24407) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:47.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:46.447633+0000 mgr.smithi175.wddsmi (mgr.24407) 216 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:49.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:48.448092+0000 mgr.smithi175.wddsmi (mgr.24407) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:49.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:48.448092+0000 mgr.smithi175.wddsmi (mgr.24407) 217 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:50.974 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:08:51.598 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (12m) 3m ago 12m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (11m) 3m ago 11m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (10m) 3m ago 12m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (6m) 3m ago 6m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (6m) 3m ago 6m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (14m) 3m ago 14m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (4m) 3m ago 11m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (14m) 3m ago 14m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (11m) 3m ago 11m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (4m) 3m ago 4m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:08:51.599 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (3m) 3m ago 3m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (12m) 3m ago 11m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (11m) 3m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (10m) 3m ago 10m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (10m) 3m ago 10m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (10m) 3m ago 10m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (9m) 3m ago 9m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (9m) 3m ago 9m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (9m) 3m ago 9m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (8m) 3m ago 8m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (8m) 3m ago 8m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:08:51.600 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (10m) 3m ago 11m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:08:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:50.448460+0000 mgr.smithi175.wddsmi (mgr.24407) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:50.558117+0000 mon.smithi175 (mon.1) 108 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:51.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:50.448460+0000 mgr.smithi175.wddsmi (mgr.24407) 218 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:50.558117+0000 mon.smithi175 (mon.1) 108 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:08:51.976 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:08:51.976 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:08:51.976 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:08:51.976 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:51.976 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:08:51.976 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:08:51.977 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:08:51.978 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:08:51.978 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:08:51.978 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:08:52.293 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:08:52.293 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:08:52.293 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:08:52.294 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:08:52.294 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:08:52.294 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:08:52.294 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:08:52.294 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:08:52.294 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:08:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:08:52.917 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:50.964877+0000 mgr.smithi175.wddsmi (mgr.24407) 219 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:51.281134+0000 mgr.smithi175.wddsmi (mgr.24407) 220 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:52.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:51.591293+0000 mgr.smithi175.wddsmi (mgr.24407) 221 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:52.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:51.979304+0000 mon.smithi088 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.88:0/2191955863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:08:52.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:50.964877+0000 mgr.smithi175.wddsmi (mgr.24407) 219 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:52.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:51.281134+0000 mgr.smithi175.wddsmi (mgr.24407) 220 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:52.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:51.591293+0000 mgr.smithi175.wddsmi (mgr.24407) 221 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:52.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:51.979304+0000 mon.smithi088 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.88:0/2191955863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:08:53.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:52.295937+0000 mgr.smithi175.wddsmi (mgr.24407) 222 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:53.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:52.449217+0000 mgr.smithi175.wddsmi (mgr.24407) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:53.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:08:52.678212+0000 mon.smithi088 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.88:0/1171558969' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:08:53.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:52.295937+0000 mgr.smithi175.wddsmi (mgr.24407) 222 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:08:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:52.449217+0000 mgr.smithi175.wddsmi (mgr.24407) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:08:52.678212+0000 mon.smithi088 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.88:0/1171558969' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:08:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:54.449596+0000 mgr.smithi175.wddsmi (mgr.24407) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:55.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:54.449596+0000 mgr.smithi175.wddsmi (mgr.24407) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:57.953 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:08:57.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:56.450374+0000 mgr.smithi175.wddsmi (mgr.24407) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:57.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:56.450374+0000 mgr.smithi175.wddsmi (mgr.24407) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:08:59.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:08:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:08:58.450816+0000 mgr.smithi175.wddsmi (mgr.24407) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:08:59.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:08:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:08:58.450816+0000 mgr.smithi175.wddsmi (mgr.24407) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:01.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:00.451236+0000 mgr.smithi175.wddsmi (mgr.24407) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:01.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:00.451236+0000 mgr.smithi175.wddsmi (mgr.24407) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:02.991 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:02.452063+0000 mgr.smithi175.wddsmi (mgr.24407) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:03.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:02.452063+0000 mgr.smithi175.wddsmi (mgr.24407) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:05.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:04.452510+0000 mgr.smithi175.wddsmi (mgr.24407) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:05.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:04.452510+0000 mgr.smithi175.wddsmi (mgr.24407) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:06.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:05.558462+0000 mon.smithi175 (mon.1) 109 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:06.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:05.558462+0000 mon.smithi175 (mon.1) 109 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:07.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:06.453305+0000 mgr.smithi175.wddsmi (mgr.24407) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:07.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:06.453305+0000 mgr.smithi175.wddsmi (mgr.24407) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:08.030 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:09.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:08.453728+0000 mgr.smithi175.wddsmi (mgr.24407) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:09.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:08.453728+0000 mgr.smithi175.wddsmi (mgr.24407) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:11.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:10.454096+0000 mgr.smithi175.wddsmi (mgr.24407) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:11.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:10.454096+0000 mgr.smithi175.wddsmi (mgr.24407) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:13.068 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:13.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:12.454790+0000 mgr.smithi175.wddsmi (mgr.24407) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:13.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:12.454790+0000 mgr.smithi175.wddsmi (mgr.24407) 233 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:15.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:14.455173+0000 mgr.smithi175.wddsmi (mgr.24407) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:15.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:14.455173+0000 mgr.smithi175.wddsmi (mgr.24407) 234 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:17.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:16.455809+0000 mgr.smithi175.wddsmi (mgr.24407) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:17.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:16.455809+0000 mgr.smithi175.wddsmi (mgr.24407) 235 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:18.118 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:19.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:18.456243+0000 mgr.smithi175.wddsmi (mgr.24407) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:19.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:18.456243+0000 mgr.smithi175.wddsmi (mgr.24407) 236 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:20.456645+0000 mgr.smithi175.wddsmi (mgr.24407) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:20.558649+0000 mon.smithi175 (mon.1) 110 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:21.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:20.456645+0000 mgr.smithi175.wddsmi (mgr.24407) 237 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:21.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:20.558649+0000 mon.smithi175 (mon.1) 110 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:23.018 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:09:23.152 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (13m) 4m ago 13m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (12m) 4m ago 12m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (11m) 4m ago 12m 32.6M - 6.7.4 557c83e11646 02553d843e9e 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (7m) 4m ago 7m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (7m) 4m ago 7m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (14m) 4m ago 14m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (5m) 4m ago 12m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:09:23.654 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (14m) 4m ago 14m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (12m) 4m ago 12m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (4m) 4m ago 4m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (4m) 4m ago 4m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (12m) 4m ago 12m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (11m) 4m ago 11m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (11m) 4m ago 11m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (10m) 4m ago 10m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (10m) 4m ago 10m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (10m) 4m ago 10m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (9m) 4m ago 9m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (9m) 4m ago 9m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (9m) 4m ago 9m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (8m) 4m ago 8m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:09:23.655 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (11m) 4m ago 12m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:09:23.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:22.457579+0000 mgr.smithi175.wddsmi (mgr.24407) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:23.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:22.457579+0000 mgr.smithi175.wddsmi (mgr.24407) 238 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:09:24.034 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:09:24.035 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:09:24.355 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:09:24.355 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:09:24.355 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:09:24.356 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:09:24.356 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:09:24.356 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:09:24.356 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:09:24.356 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:09:24.356 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:09:24.734 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:09:24.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:23.008802+0000 mgr.smithi175.wddsmi (mgr.24407) 239 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:24.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:23.335814+0000 mgr.smithi175.wddsmi (mgr.24407) 240 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:24.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:23.645796+0000 mgr.smithi175.wddsmi (mgr.24407) 241 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:24.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:24 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:24.036677+0000 mon.smithi088 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.88:0/861722280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:09:24.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:23.008802+0000 mgr.smithi175.wddsmi (mgr.24407) 239 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:24.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:23.335814+0000 mgr.smithi175.wddsmi (mgr.24407) 240 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:24.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:23.645796+0000 mgr.smithi175.wddsmi (mgr.24407) 241 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:24.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:24 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:24.036677+0000 mon.smithi088 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.88:0/861722280' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:09:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:24.357959+0000 mgr.smithi175.wddsmi (mgr.24407) 242 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:24.457910+0000 mgr.smithi175.wddsmi (mgr.24407) 243 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:24.737119+0000 mon.smithi088 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.88:0/1616970314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:09:25.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:24.357959+0000 mgr.smithi175.wddsmi (mgr.24407) 242 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:25.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:24.457910+0000 mgr.smithi175.wddsmi (mgr.24407) 243 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:25.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:24.737119+0000 mon.smithi088 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.88:0/1616970314' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:09:27.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:26.458521+0000 mgr.smithi175.wddsmi (mgr.24407) 244 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:27.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:27.059098+0000 mon.smithi088 (mon.0) 906 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:09:27.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:27.065403+0000 mon.smithi088 (mon.0) 907 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:09:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:26.458521+0000 mgr.smithi175.wddsmi (mgr.24407) 244 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:27.059098+0000 mon.smithi088 (mon.0) 906 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:09:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:27.065403+0000 mon.smithi088 (mon.0) 907 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:09:28.197 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:28.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:09:27.103802+0000 mgr.smithi175.wddsmi (mgr.24407) 245 : cephadm [INF] Reconfiguring node-exporter.smithi088 (dependencies changed)... 2024-04-12T06:09:28.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:09:27.104240+0000 mgr.smithi175.wddsmi (mgr.24407) 246 : cephadm [INF] Reconfiguring daemon node-exporter.smithi088 on smithi088 2024-04-12T06:09:28.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:09:27.103802+0000 mgr.smithi175.wddsmi (mgr.24407) 245 : cephadm [INF] Reconfiguring node-exporter.smithi088 (dependencies changed)... 2024-04-12T06:09:28.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:09:27.104240+0000 mgr.smithi175.wddsmi (mgr.24407) 246 : cephadm [INF] Reconfiguring daemon node-exporter.smithi088 on smithi088 2024-04-12T06:09:29.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:28.459066+0000 mgr.smithi175.wddsmi (mgr.24407) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:29.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:28.459066+0000 mgr.smithi175.wddsmi (mgr.24407) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:31.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:30.459477+0000 mgr.smithi175.wddsmi (mgr.24407) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:31.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:30.459477+0000 mgr.smithi175.wddsmi (mgr.24407) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:33.237 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:33.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:32.460146+0000 mgr.smithi175.wddsmi (mgr.24407) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:33.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:32.460146+0000 mgr.smithi175.wddsmi (mgr.24407) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:35.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:34.460571+0000 mgr.smithi175.wddsmi (mgr.24407) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:35.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:34.460571+0000 mgr.smithi175.wddsmi (mgr.24407) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:36.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:35.559036+0000 mon.smithi175 (mon.1) 111 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:36.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:35.559036+0000 mon.smithi175 (mon.1) 111 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:36.461301+0000 mgr.smithi175.wddsmi (mgr.24407) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:36.461301+0000 mgr.smithi175.wddsmi (mgr.24407) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:38.280 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:39.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:38.461669+0000 mgr.smithi175.wddsmi (mgr.24407) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:39.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:38.461669+0000 mgr.smithi175.wddsmi (mgr.24407) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:41.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:40.462183+0000 mgr.smithi175.wddsmi (mgr.24407) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:41.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:40.462183+0000 mgr.smithi175.wddsmi (mgr.24407) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:43.324 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:43.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:42.463146+0000 mgr.smithi175.wddsmi (mgr.24407) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:43.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:42.463146+0000 mgr.smithi175.wddsmi (mgr.24407) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:45.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:44.463561+0000 mgr.smithi175.wddsmi (mgr.24407) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:45.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:44.463561+0000 mgr.smithi175.wddsmi (mgr.24407) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:47.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:46.464203+0000 mgr.smithi175.wddsmi (mgr.24407) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:47.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:46.464203+0000 mgr.smithi175.wddsmi (mgr.24407) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:48.365 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:49.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:48.464712+0000 mgr.smithi175.wddsmi (mgr.24407) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:49.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:48.464712+0000 mgr.smithi175.wddsmi (mgr.24407) 257 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:51.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:50.465170+0000 mgr.smithi175.wddsmi (mgr.24407) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:50.559434+0000 mon.smithi175 (mon.1) 112 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:50.465170+0000 mgr.smithi175.wddsmi (mgr.24407) 258 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:50.559434+0000 mon.smithi175 (mon.1) 112 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:09:53.399 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:53.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:52.465819+0000 mgr.smithi175.wddsmi (mgr.24407) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:52.465819+0000 mgr.smithi175.wddsmi (mgr.24407) 259 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:55.081 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:09:55.705 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:09:55.705 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:09:55.705 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (13m) 4m ago 13m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (12m) 4m ago 12m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (7m) 4m ago 7m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (7m) 4m ago 7m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (15m) 4m ago 15m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (5m) 4m ago 12m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (15m) 4m ago 15m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (12m) 4m ago 12m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (5m) 4m ago 5m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (5m) 4m ago 4m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (13m) 4m ago 13m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (12m) 4m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:09:55.706 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (11m) 4m ago 11m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (11m) 4m ago 11m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (11m) 4m ago 11m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (10m) 4m ago 10m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (10m) 4m ago 10m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (10m) 4m ago 10m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (9m) 4m ago 9m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (9m) 4m ago 9m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:09:55.707 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (11m) 4m ago 12m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:09:55.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:54.466275+0000 mgr.smithi175.wddsmi (mgr.24407) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:55.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:54.466275+0000 mgr.smithi175.wddsmi (mgr.24407) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:09:56.086 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:09:56.087 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:09:56.402 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:09:56.402 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:09:56.403 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:09:56.781 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:09:56.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:55.070879+0000 mgr.smithi175.wddsmi (mgr.24407) 261 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:56.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:55.388993+0000 mgr.smithi175.wddsmi (mgr.24407) 262 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:56.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:55.697951+0000 mgr.smithi175.wddsmi (mgr.24407) 263 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:56.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:56 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:56.088760+0000 mon.smithi088 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.88:0/2341030840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:09:56.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:55.070879+0000 mgr.smithi175.wddsmi (mgr.24407) 261 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:56.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:55.388993+0000 mgr.smithi175.wddsmi (mgr.24407) 262 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:56.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:55.697951+0000 mgr.smithi175.wddsmi (mgr.24407) 263 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:56.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:56.088760+0000 mon.smithi088 (mon.0) 908 : audit [DBG] from='client.? 172.21.15.88:0/2341030840' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:09:57.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:56.404695+0000 mgr.smithi175.wddsmi (mgr.24407) 264 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:57.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:56.466918+0000 mgr.smithi175.wddsmi (mgr.24407) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:57.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:09:56.783957+0000 mon.smithi088 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.88:0/3224381146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:09:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:56.404695+0000 mgr.smithi175.wddsmi (mgr.24407) 264 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:09:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:56.466918+0000 mgr.smithi175.wddsmi (mgr.24407) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:09:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:09:56.783957+0000 mon.smithi088 (mon.0) 909 : audit [DBG] from='client.? 172.21.15.88:0/3224381146' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:09:58.443 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:09:59.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:09:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:09:58.467440+0000 mgr.smithi175.wddsmi (mgr.24407) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:09:59.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:09:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:09:58.467440+0000 mgr.smithi175.wddsmi (mgr.24407) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:00.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:00.000140+0000 mon.smithi088 (mon.0) 910 : cluster [INF] overall HEALTH_OK 2024-04-12T06:10:00.721 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:00.000140+0000 mon.smithi088 (mon.0) 910 : cluster [INF] overall HEALTH_OK 2024-04-12T06:10:01.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:00.467953+0000 mgr.smithi175.wddsmi (mgr.24407) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:01.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:00.467953+0000 mgr.smithi175.wddsmi (mgr.24407) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:03.497 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:03.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:02.468815+0000 mgr.smithi175.wddsmi (mgr.24407) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:03.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:02.468815+0000 mgr.smithi175.wddsmi (mgr.24407) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:04.469275+0000 mgr.smithi175.wddsmi (mgr.24407) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:04.469275+0000 mgr.smithi175.wddsmi (mgr.24407) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:06.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:05.559639+0000 mon.smithi175 (mon.1) 113 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:06.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:05.559639+0000 mon.smithi175 (mon.1) 113 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:07.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:06.470160+0000 mgr.smithi175.wddsmi (mgr.24407) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:07.971 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:06.470160+0000 mgr.smithi175.wddsmi (mgr.24407) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:08.546 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:09.712 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:08.470542+0000 mgr.smithi175.wddsmi (mgr.24407) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:09.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:08.470542+0000 mgr.smithi175.wddsmi (mgr.24407) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:11.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:10.471107+0000 mgr.smithi175.wddsmi (mgr.24407) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:11.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:10.471107+0000 mgr.smithi175.wddsmi (mgr.24407) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:13.599 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:13.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:12.471947+0000 mgr.smithi175.wddsmi (mgr.24407) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:13.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:12.471947+0000 mgr.smithi175.wddsmi (mgr.24407) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:15.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:14.472285+0000 mgr.smithi175.wddsmi (mgr.24407) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:15.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:14.472285+0000 mgr.smithi175.wddsmi (mgr.24407) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:17.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:16.473175+0000 mgr.smithi175.wddsmi (mgr.24407) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:17.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:16.473175+0000 mgr.smithi175.wddsmi (mgr.24407) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:18.647 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:19.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:18.473661+0000 mgr.smithi175.wddsmi (mgr.24407) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:19.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:18.473661+0000 mgr.smithi175.wddsmi (mgr.24407) 276 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:20.474179+0000 mgr.smithi175.wddsmi (mgr.24407) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:20.559901+0000 mon.smithi175 (mon.1) 114 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:20.474179+0000 mgr.smithi175.wddsmi (mgr.24407) 277 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:20.559901+0000 mon.smithi175 (mon.1) 114 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:23.688 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:23.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:22.474873+0000 mgr.smithi175.wddsmi (mgr.24407) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:23.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:22.474873+0000 mgr.smithi175.wddsmi (mgr.24407) 278 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:24.475212+0000 mgr.smithi175.wddsmi (mgr.24407) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:25.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:24.475212+0000 mgr.smithi175.wddsmi (mgr.24407) 279 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:27.127 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:10:27.758 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:10:27.758 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:10:27.758 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (14m) 5m ago 14m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:10:27.758 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (13m) 5m ago 13m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (8m) 5m ago 8m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (8m) 5m ago 8m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (15m) 5m ago 15m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (6m) 5m ago 13m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (15m) 5m ago 15m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (13m) 5m ago 13m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (5m) 5m ago 5m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (5m) 5m ago 5m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (13m) 5m ago 13m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (12m) 5m ago 12m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (12m) 5m ago 12m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:10:27.759 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (12m) 5m ago 12m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (11m) 5m ago 11m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (11m) 5m ago 11m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (10m) 5m ago 10m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (10m) 5m ago 10m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (10m) 5m ago 10m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (9m) 5m ago 9m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:10:27.760 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (12m) 5m ago 13m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:10:27.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:26.475940+0000 mgr.smithi175.wddsmi (mgr.24407) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:26.475940+0000 mgr.smithi175.wddsmi (mgr.24407) 280 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:28.132 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:10:28.133 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:10:28.134 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:10:28.134 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:10:28.134 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:10:28.134 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:10:28.134 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:10:28.134 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:10:28.451 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:10:28.452 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:10:28.729 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:28.832 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:10:28.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:27.116468+0000 mgr.smithi175.wddsmi (mgr.24407) 281 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:28.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:27.432802+0000 mgr.smithi175.wddsmi (mgr.24407) 282 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:28.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:27.750549+0000 mgr.smithi175.wddsmi (mgr.24407) 283 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:28.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:28 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:28.135241+0000 mon.smithi088 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.88:0/1664901209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:10:28.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:27.116468+0000 mgr.smithi175.wddsmi (mgr.24407) 281 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:28.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:27.432802+0000 mgr.smithi175.wddsmi (mgr.24407) 282 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:28.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:27.750549+0000 mgr.smithi175.wddsmi (mgr.24407) 283 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:28.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:28.135241+0000 mon.smithi088 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.88:0/1664901209' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:10:29.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:28.453646+0000 mgr.smithi175.wddsmi (mgr.24407) 284 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:29.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:28.476271+0000 mgr.smithi175.wddsmi (mgr.24407) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:29.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:28.835515+0000 mon.smithi088 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.88:0/3239629341' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:10:29.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:28.453646+0000 mgr.smithi175.wddsmi (mgr.24407) 284 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:10:29.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:28.476271+0000 mgr.smithi175.wddsmi (mgr.24407) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:29.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:28.835515+0000 mon.smithi088 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.88:0/3239629341' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:10:31.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:30.476759+0000 mgr.smithi175.wddsmi (mgr.24407) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:31.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:30.476759+0000 mgr.smithi175.wddsmi (mgr.24407) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:33.772 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:33.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:32.477418+0000 mgr.smithi175.wddsmi (mgr.24407) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:33.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:32.477418+0000 mgr.smithi175.wddsmi (mgr.24407) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:35.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:34.477876+0000 mgr.smithi175.wddsmi (mgr.24407) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:34.477876+0000 mgr.smithi175.wddsmi (mgr.24407) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:36.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:35.560969+0000 mon.smithi175 (mon.1) 115 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:36.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:35.560969+0000 mon.smithi175 (mon.1) 115 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:36.478508+0000 mgr.smithi175.wddsmi (mgr.24407) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:36.478508+0000 mgr.smithi175.wddsmi (mgr.24407) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:38.812 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:39.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:38.479071+0000 mgr.smithi175.wddsmi (mgr.24407) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:39.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:38.479071+0000 mgr.smithi175.wddsmi (mgr.24407) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:41.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:40.479428+0000 mgr.smithi175.wddsmi (mgr.24407) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:41.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:40.479428+0000 mgr.smithi175.wddsmi (mgr.24407) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:43.863 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:43.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:42.480272+0000 mgr.smithi175.wddsmi (mgr.24407) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:43.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:42.480272+0000 mgr.smithi175.wddsmi (mgr.24407) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:45.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:44.480695+0000 mgr.smithi175.wddsmi (mgr.24407) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:45.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:44.480695+0000 mgr.smithi175.wddsmi (mgr.24407) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:47.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:46.481451+0000 mgr.smithi175.wddsmi (mgr.24407) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:47.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:46.481451+0000 mgr.smithi175.wddsmi (mgr.24407) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:48.907 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:49.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:48.481892+0000 mgr.smithi175.wddsmi (mgr.24407) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:49.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:48.481892+0000 mgr.smithi175.wddsmi (mgr.24407) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:50.482262+0000 mgr.smithi175.wddsmi (mgr.24407) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:50.560365+0000 mon.smithi175 (mon.1) 116 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:50.482262+0000 mgr.smithi175.wddsmi (mgr.24407) 296 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:50.560365+0000 mon.smithi175 (mon.1) 116 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:10:53.945 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:53.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:52.482964+0000 mgr.smithi175.wddsmi (mgr.24407) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:52.482964+0000 mgr.smithi175.wddsmi (mgr.24407) 297 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:55.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:54.483521+0000 mgr.smithi175.wddsmi (mgr.24407) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:55.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:54.483521+0000 mgr.smithi175.wddsmi (mgr.24407) 298 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:57.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:56.484412+0000 mgr.smithi175.wddsmi (mgr.24407) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:56.484412+0000 mgr.smithi175.wddsmi (mgr.24407) 299 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:10:58.977 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:10:59.182 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:10:59.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:10:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:10:58.484825+0000 mgr.smithi175.wddsmi (mgr.24407) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:59.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:10:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:10:58.484825+0000 mgr.smithi175.wddsmi (mgr.24407) 300 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:10:59.809 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:10:59.809 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (14m) 5m ago 14m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (13m) 5m ago 13m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (8m) 5m ago 8m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (8m) 5m ago 8m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (16m) 5m ago 16m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (6m) 5m ago 13m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (16m) 5m ago 16m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (13m) 5m ago 13m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (6m) 5m ago 6m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (6m) 5m ago 6m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (14m) 5m ago 14m 17.2M - 0.18.1 e5a616e4b9cf d6818d153c43 2024-04-12T06:10:59.810 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (13m) 5m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (12m) 5m ago 12m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (12m) 5m ago 12m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (12m) 5m ago 12m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (11m) 5m ago 11m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (11m) 5m ago 11m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (11m) 5m ago 11m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (10m) 5m ago 10m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (10m) 5m ago 10m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:10:59.811 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (12m) 5m ago 13m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:11:00.192 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:11:00.192 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:11:00.192 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:11:00.192 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:00.192 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:11:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:11:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:11:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:11:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:11:00.193 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:11:00.194 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:11:00.513 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:11:00.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:59.172217+0000 mgr.smithi175.wddsmi (mgr.24407) 301 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:00.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:59.491021+0000 mgr.smithi175.wddsmi (mgr.24407) 302 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:00.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:10:59.801303+0000 mgr.smithi175.wddsmi (mgr.24407) 303 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:00.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:00.194158+0000 mon.smithi088 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.88:0/2623837709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:11:00.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:59.172217+0000 mgr.smithi175.wddsmi (mgr.24407) 301 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:00.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:59.491021+0000 mgr.smithi175.wddsmi (mgr.24407) 302 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:00.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:10:59.801303+0000 mgr.smithi175.wddsmi (mgr.24407) 303 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:00.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:00.194158+0000 mon.smithi088 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.88:0/2623837709' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:11:00.891 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:11:01.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:00.485244+0000 mgr.smithi175.wddsmi (mgr.24407) 304 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:01.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:00.515008+0000 mgr.smithi175.wddsmi (mgr.24407) 305 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:01.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:00.893773+0000 mon.smithi088 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.88:0/469616336' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:11:01.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:00.485244+0000 mgr.smithi175.wddsmi (mgr.24407) 304 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:01.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:00.515008+0000 mgr.smithi175.wddsmi (mgr.24407) 305 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:01.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:00.893773+0000 mon.smithi088 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.88:0/469616336' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:11:03.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:02.485957+0000 mgr.smithi175.wddsmi (mgr.24407) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:03.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:02.485957+0000 mgr.smithi175.wddsmi (mgr.24407) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:04.020 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:04.486320+0000 mgr.smithi175.wddsmi (mgr.24407) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:04.486320+0000 mgr.smithi175.wddsmi (mgr.24407) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:06.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:05.560867+0000 mon.smithi175 (mon.1) 117 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:06.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:05.560867+0000 mon.smithi175 (mon.1) 117 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:07.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:06.487148+0000 mgr.smithi175.wddsmi (mgr.24407) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:07.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:06.487148+0000 mgr.smithi175.wddsmi (mgr.24407) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:09.063 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:09.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:08.487555+0000 mgr.smithi175.wddsmi (mgr.24407) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:09.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:08.487555+0000 mgr.smithi175.wddsmi (mgr.24407) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:11.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:10.488064+0000 mgr.smithi175.wddsmi (mgr.24407) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:11.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:10.488064+0000 mgr.smithi175.wddsmi (mgr.24407) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:13.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:12.488854+0000 mgr.smithi175.wddsmi (mgr.24407) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:13.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:12.488854+0000 mgr.smithi175.wddsmi (mgr.24407) 311 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:14.111 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:15.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:14.489322+0000 mgr.smithi175.wddsmi (mgr.24407) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:15.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:14.489322+0000 mgr.smithi175.wddsmi (mgr.24407) 312 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:17.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:16.490031+0000 mgr.smithi175.wddsmi (mgr.24407) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:17.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:16.490031+0000 mgr.smithi175.wddsmi (mgr.24407) 313 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:19.153 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:19.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:18.490489+0000 mgr.smithi175.wddsmi (mgr.24407) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:19.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:18.490489+0000 mgr.smithi175.wddsmi (mgr.24407) 314 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:20.491010+0000 mgr.smithi175.wddsmi (mgr.24407) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:20.560935+0000 mon.smithi175 (mon.1) 118 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:20.491010+0000 mgr.smithi175.wddsmi (mgr.24407) 315 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:20.560935+0000 mon.smithi175 (mon.1) 118 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:23.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:22.491810+0000 mgr.smithi175.wddsmi (mgr.24407) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:23.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:22.491810+0000 mgr.smithi175.wddsmi (mgr.24407) 316 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:24.198 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:24.492215+0000 mgr.smithi175.wddsmi (mgr.24407) 317 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:25.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:24.492215+0000 mgr.smithi175.wddsmi (mgr.24407) 317 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:27.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:26.492809+0000 mgr.smithi175.wddsmi (mgr.24407) 318 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:26.492809+0000 mgr.smithi175.wddsmi (mgr.24407) 318 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:29.246 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:29.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:28.493239+0000 mgr.smithi175.wddsmi (mgr.24407) 319 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:29.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:28.997494+0000 mon.smithi088 (mon.0) 915 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:11:29.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:29.003788+0000 mon.smithi088 (mon.0) 916 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:11:29.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:28.493239+0000 mgr.smithi175.wddsmi (mgr.24407) 319 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:29.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:28.997494+0000 mon.smithi088 (mon.0) 915 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:11:29.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:29.003788+0000 mon.smithi088 (mon.0) 916 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:11:30.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:11:29.023736+0000 mgr.smithi175.wddsmi (mgr.24407) 320 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:11:30.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:11:29.245910+0000 mgr.smithi175.wddsmi (mgr.24407) 321 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:11:30.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:11:29.023736+0000 mgr.smithi175.wddsmi (mgr.24407) 320 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:11:30.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:11:29.245910+0000 mgr.smithi175.wddsmi (mgr.24407) 321 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:11:31.238 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:11:31.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:30.493736+0000 mgr.smithi175.wddsmi (mgr.24407) 322 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:31.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:30.493736+0000 mgr.smithi175.wddsmi (mgr.24407) 322 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:31.875 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:11:31.875 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:11:31.875 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (15m) 6m ago 15m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:11:31.875 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (14m) 6m ago 14m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:11:31.875 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (9m) 6m ago 9m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (9m) 6m ago 9m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (16m) 6m ago 16m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (7m) 6m ago 14m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (16m) 6m ago 17m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (14m) 6m ago 14m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (6m) 6m ago 6m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (6m) 6m ago 6m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (13m) 6m ago 13m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (13m) 6m ago 13m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (13m) 6m ago 13m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:11:31.876 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (12m) 6m ago 12m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:11:31.877 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (12m) 6m ago 12m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:11:31.877 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (12m) 6m ago 12m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:11:31.877 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (11m) 6m ago 11m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:11:31.877 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (11m) 6m ago 11m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:11:31.877 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (11m) 6m ago 11m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:11:31.877 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (13m) 6m ago 14m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:11:32.266 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:11:32.617 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:11:32.617 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:11:32.617 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:11:32.617 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:11:32.618 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:11:32.618 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:11:32.618 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:11:32.618 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:11:32.618 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:11:32.624 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:31.228282+0000 mgr.smithi175.wddsmi (mgr.24407) 323 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:32.624 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:31.550158+0000 mgr.smithi175.wddsmi (mgr.24407) 324 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:32.624 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:32.267420+0000 mon.smithi088 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.88:0/497640844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:11:32.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:31.228282+0000 mgr.smithi175.wddsmi (mgr.24407) 323 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:32.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:31.550158+0000 mgr.smithi175.wddsmi (mgr.24407) 324 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:32.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:32.267420+0000 mon.smithi088 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.88:0/497640844' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:11:33.007 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:11:33.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:31.867512+0000 mgr.smithi175.wddsmi (mgr.24407) 325 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:33.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:32.494624+0000 mgr.smithi175.wddsmi (mgr.24407) 326 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:33.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:32.616581+0000 mgr.smithi175.wddsmi (mgr.24407) 327 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:33.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:33.008726+0000 mon.smithi088 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.88:0/780294121' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:11:33.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:31.867512+0000 mgr.smithi175.wddsmi (mgr.24407) 325 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:33.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:32.494624+0000 mgr.smithi175.wddsmi (mgr.24407) 326 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:33.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:32.616581+0000 mgr.smithi175.wddsmi (mgr.24407) 327 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:11:33.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:33.008726+0000 mon.smithi088 (mon.0) 918 : audit [DBG] from='client.? 172.21.15.88:0/780294121' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:11:34.279 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:35.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:34.495063+0000 mgr.smithi175.wddsmi (mgr.24407) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:34.495063+0000 mgr.smithi175.wddsmi (mgr.24407) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:36.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:35.561266+0000 mon.smithi175 (mon.1) 119 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:36.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:35.561266+0000 mon.smithi175 (mon.1) 119 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:36.495700+0000 mgr.smithi175.wddsmi (mgr.24407) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:36.495700+0000 mgr.smithi175.wddsmi (mgr.24407) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:39.314 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:39.595 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:38.496122+0000 mgr.smithi175.wddsmi (mgr.24407) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:39.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:38.496122+0000 mgr.smithi175.wddsmi (mgr.24407) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:41.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:40.496557+0000 mgr.smithi175.wddsmi (mgr.24407) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:41.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:40.496557+0000 mgr.smithi175.wddsmi (mgr.24407) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:43.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:42.497373+0000 mgr.smithi175.wddsmi (mgr.24407) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:43.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:42.497373+0000 mgr.smithi175.wddsmi (mgr.24407) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:44.356 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:45.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:44.497936+0000 mgr.smithi175.wddsmi (mgr.24407) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:45.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:44.497936+0000 mgr.smithi175.wddsmi (mgr.24407) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:47.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:46.498557+0000 mgr.smithi175.wddsmi (mgr.24407) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:47.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:46.498557+0000 mgr.smithi175.wddsmi (mgr.24407) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:49.393 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:49.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:48.498980+0000 mgr.smithi175.wddsmi (mgr.24407) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:49.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:48.498980+0000 mgr.smithi175.wddsmi (mgr.24407) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:50.499446+0000 mgr.smithi175.wddsmi (mgr.24407) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:11:50.561671+0000 mon.smithi175 (mon.1) 120 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:50.499446+0000 mgr.smithi175.wddsmi (mgr.24407) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:11:50.561671+0000 mon.smithi175 (mon.1) 120 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:11:53.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:52.500329+0000 mgr.smithi175.wddsmi (mgr.24407) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:52.500329+0000 mgr.smithi175.wddsmi (mgr.24407) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:54.440 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:55.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:54.500713+0000 mgr.smithi175.wddsmi (mgr.24407) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:55.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:54.500713+0000 mgr.smithi175.wddsmi (mgr.24407) 338 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:57.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:56.501550+0000 mgr.smithi175.wddsmi (mgr.24407) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:56.501550+0000 mgr.smithi175.wddsmi (mgr.24407) 339 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:11:59.476 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:11:59.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:11:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:11:58.502041+0000 mgr.smithi175.wddsmi (mgr.24407) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:11:59.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:11:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:11:58.502041+0000 mgr.smithi175.wddsmi (mgr.24407) 340 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:01.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:00.502617+0000 mgr.smithi175.wddsmi (mgr.24407) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:01.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:00.502617+0000 mgr.smithi175.wddsmi (mgr.24407) 341 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:03.352 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:12:03.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:02.503393+0000 mgr.smithi175.wddsmi (mgr.24407) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:03.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:02.503393+0000 mgr.smithi175.wddsmi (mgr.24407) 342 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:03.981 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:12:03.981 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:12:03.981 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (15m) 7m ago 15m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (14m) 7m ago 14m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (9m) 7m ago 9m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (9m) 7m ago 9m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (7m) 7m ago 14m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (17m) 7m ago 17m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (14m) 7m ago 14m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (7m) 7m ago 7m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (7m) 7m ago 7m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:12:03.982 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (14m) 7m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (14m) 7m ago 14m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (13m) 7m ago 13m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (13m) 7m ago 13m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (12m) 7m ago 12m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (12m) 7m ago 12m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (12m) 7m ago 12m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (11m) 7m ago 11m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (11m) 7m ago 11m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:12:03.983 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (13m) 7m ago 14m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:12:04.358 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:12:04.358 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:12:04.358 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:12:04.358 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:12:04.359 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:12:04.360 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:12:04.360 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:12:04.513 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:04.683 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:12:04.683 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:12:04.683 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:12:04.683 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:12:04.683 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:12:04.683 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:12:04.684 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:12:04.684 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:12:04.684 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:12:04.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:03.341728+0000 mgr.smithi175.wddsmi (mgr.24407) 343 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:04.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:03.661540+0000 mgr.smithi175.wddsmi (mgr.24407) 344 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:04.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:04.360524+0000 mon.smithi088 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.88:0/2473942946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:12:04.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:03.341728+0000 mgr.smithi175.wddsmi (mgr.24407) 343 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:04.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:03.661540+0000 mgr.smithi175.wddsmi (mgr.24407) 344 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:04.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:04.360524+0000 mon.smithi088 (mon.0) 919 : audit [DBG] from='client.? 172.21.15.88:0/2473942946' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:12:05.062 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:12:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:03.972224+0000 mgr.smithi175.wddsmi (mgr.24407) 345 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:04.503922+0000 mgr.smithi175.wddsmi (mgr.24407) 346 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:04.685014+0000 mgr.smithi175.wddsmi (mgr.24407) 347 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:05.064116+0000 mon.smithi088 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.88:0/2538039270' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:12:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:05.561799+0000 mon.smithi175 (mon.1) 121 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:03.972224+0000 mgr.smithi175.wddsmi (mgr.24407) 345 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:04.503922+0000 mgr.smithi175.wddsmi (mgr.24407) 346 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:04.685014+0000 mgr.smithi175.wddsmi (mgr.24407) 347 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:05.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:05.064116+0000 mon.smithi088 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.88:0/2538039270' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:12:05.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:05.561799+0000 mon.smithi175 (mon.1) 121 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:07.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:06.504543+0000 mgr.smithi175.wddsmi (mgr.24407) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:07.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:06.504543+0000 mgr.smithi175.wddsmi (mgr.24407) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:09.559 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:09.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:08.505072+0000 mgr.smithi175.wddsmi (mgr.24407) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:09.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:08.505072+0000 mgr.smithi175.wddsmi (mgr.24407) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:11.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:10.505546+0000 mgr.smithi175.wddsmi (mgr.24407) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:11.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:10.505546+0000 mgr.smithi175.wddsmi (mgr.24407) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:13.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:12.506313+0000 mgr.smithi175.wddsmi (mgr.24407) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:13.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:12.506313+0000 mgr.smithi175.wddsmi (mgr.24407) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:14.598 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:15.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:14.506764+0000 mgr.smithi175.wddsmi (mgr.24407) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:15.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:14.506764+0000 mgr.smithi175.wddsmi (mgr.24407) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:17.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:16.507669+0000 mgr.smithi175.wddsmi (mgr.24407) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:17.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:16.507669+0000 mgr.smithi175.wddsmi (mgr.24407) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:19.643 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:19.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:18.508143+0000 mgr.smithi175.wddsmi (mgr.24407) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:19.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:18.508143+0000 mgr.smithi175.wddsmi (mgr.24407) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:20.508556+0000 mgr.smithi175.wddsmi (mgr.24407) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:20.564118+0000 mon.smithi175 (mon.1) 122 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:20.508556+0000 mgr.smithi175.wddsmi (mgr.24407) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:20.564118+0000 mon.smithi175 (mon.1) 122 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:23.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:22.509342+0000 mgr.smithi175.wddsmi (mgr.24407) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:23.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:22.509342+0000 mgr.smithi175.wddsmi (mgr.24407) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:24.678 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:24.509869+0000 mgr.smithi175.wddsmi (mgr.24407) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:25.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:24.509869+0000 mgr.smithi175.wddsmi (mgr.24407) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:27.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:26.510439+0000 mgr.smithi175.wddsmi (mgr.24407) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:26.510439+0000 mgr.smithi175.wddsmi (mgr.24407) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:29.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:28.510847+0000 mgr.smithi175.wddsmi (mgr.24407) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:29.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:28.510847+0000 mgr.smithi175.wddsmi (mgr.24407) 359 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:29.723 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:31.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:30.511271+0000 mgr.smithi175.wddsmi (mgr.24407) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:31.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:30.511271+0000 mgr.smithi175.wddsmi (mgr.24407) 360 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:33.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:32.511961+0000 mgr.smithi175.wddsmi (mgr.24407) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:33.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:32.511961+0000 mgr.smithi175.wddsmi (mgr.24407) 361 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:34.762 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:35.405 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:12:35.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:34.512507+0000 mgr.smithi175.wddsmi (mgr.24407) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:35.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:35.562469+0000 mon.smithi175 (mon.1) 123 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:34.512507+0000 mgr.smithi175.wddsmi (mgr.24407) 362 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:35.562469+0000 mon.smithi175 (mon.1) 123 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:36.028 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (16m) 7m ago 16m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (15m) 7m ago 15m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (10m) 7m ago 10m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (10m) 7m ago 10m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (17m) 7m ago 17m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (8m) 7m ago 15m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (17m) 7m ago 18m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (15m) 7m ago 15m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:12:36.029 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (7m) 7m ago 7m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (7m) 7m ago 7m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (15m) 7m ago 14m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (14m) 7m ago 14m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (14m) 7m ago 14m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (13m) 7m ago 13m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (13m) 7m ago 13m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (13m) 7m ago 13m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (12m) 7m ago 12m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (12m) 7m ago 12m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (12m) 7m ago 12m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:12:36.030 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (14m) 7m ago 15m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:12:36.404 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:12:36.405 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:12:36.406 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:12:36.406 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:12:36.406 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:12:36.406 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:12:36.406 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:12:36.727 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:12:36.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:35.394330+0000 mgr.smithi175.wddsmi (mgr.24407) 363 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:36.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:35.711483+0000 mgr.smithi175.wddsmi (mgr.24407) 364 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:36.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:36.406788+0000 mon.smithi088 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.88:0/2907002894' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:12:36.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:35.394330+0000 mgr.smithi175.wddsmi (mgr.24407) 363 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:36.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:35.711483+0000 mgr.smithi175.wddsmi (mgr.24407) 364 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:36.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:36.406788+0000 mon.smithi088 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.88:0/2907002894' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:12:37.102 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:12:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:36.020640+0000 mgr.smithi175.wddsmi (mgr.24407) 365 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:36.513114+0000 mgr.smithi175.wddsmi (mgr.24407) 366 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:36.728567+0000 mgr.smithi175.wddsmi (mgr.24407) 367 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:37.104191+0000 mon.smithi088 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.88:0/991775389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:12:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:36.020640+0000 mgr.smithi175.wddsmi (mgr.24407) 365 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:36.513114+0000 mgr.smithi175.wddsmi (mgr.24407) 366 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:36.728567+0000 mgr.smithi175.wddsmi (mgr.24407) 367 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:12:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:37.104191+0000 mon.smithi088 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.88:0/991775389' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:12:39.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:38.513576+0000 mgr.smithi175.wddsmi (mgr.24407) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:39.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:38.513576+0000 mgr.smithi175.wddsmi (mgr.24407) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:39.802 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:41.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:40.514172+0000 mgr.smithi175.wddsmi (mgr.24407) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:41.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:40.514172+0000 mgr.smithi175.wddsmi (mgr.24407) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:43.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:42.515097+0000 mgr.smithi175.wddsmi (mgr.24407) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:43.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:42.515097+0000 mgr.smithi175.wddsmi (mgr.24407) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:44.844 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:45.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:44.515613+0000 mgr.smithi175.wddsmi (mgr.24407) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:45.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:44.515613+0000 mgr.smithi175.wddsmi (mgr.24407) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:47.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:46.516313+0000 mgr.smithi175.wddsmi (mgr.24407) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:47.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:46.516313+0000 mgr.smithi175.wddsmi (mgr.24407) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:49.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:48.516894+0000 mgr.smithi175.wddsmi (mgr.24407) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:49.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:48.516894+0000 mgr.smithi175.wddsmi (mgr.24407) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:49.886 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:50.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:12:50.562701+0000 mon.smithi175 (mon.1) 124 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:50.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:12:50.562701+0000 mon.smithi175 (mon.1) 124 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:12:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:50.517383+0000 mgr.smithi175.wddsmi (mgr.24407) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:50.517383+0000 mgr.smithi175.wddsmi (mgr.24407) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:53.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:52.518155+0000 mgr.smithi175.wddsmi (mgr.24407) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:52.518155+0000 mgr.smithi175.wddsmi (mgr.24407) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:54.919 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:12:55.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:54.518609+0000 mgr.smithi175.wddsmi (mgr.24407) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:55.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:54.518609+0000 mgr.smithi175.wddsmi (mgr.24407) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:57.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:56.519461+0000 mgr.smithi175.wddsmi (mgr.24407) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:56.519461+0000 mgr.smithi175.wddsmi (mgr.24407) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:12:59.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:12:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:12:58.519959+0000 mgr.smithi175.wddsmi (mgr.24407) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:59.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:12:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:12:58.519959+0000 mgr.smithi175.wddsmi (mgr.24407) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:12:59.961 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:01.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:00.520408+0000 mgr.smithi175.wddsmi (mgr.24407) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:01.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:00.520408+0000 mgr.smithi175.wddsmi (mgr.24407) 379 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:03.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:02.521276+0000 mgr.smithi175.wddsmi (mgr.24407) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:03.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:02.521276+0000 mgr.smithi175.wddsmi (mgr.24407) 380 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:05.007 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:04.521678+0000 mgr.smithi175.wddsmi (mgr.24407) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:05.563148+0000 mon.smithi175 (mon.1) 125 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:04.521678+0000 mgr.smithi175.wddsmi (mgr.24407) 381 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:05.563148+0000 mon.smithi175 (mon.1) 125 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:07.447 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:13:07.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:06.522430+0000 mgr.smithi175.wddsmi (mgr.24407) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:07.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:06.522430+0000 mgr.smithi175.wddsmi (mgr.24407) 382 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:08.071 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (16m) 8m ago 16m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (15m) 8m ago 15m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (11m) 8m ago 11m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (11m) 8m ago 11m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:13:08.072 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (18m) 8m ago 18m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (8m) 8m ago 15m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (18m) 8m ago 18m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (15m) 8m ago 15m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (8m) 8m ago 8m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (8m) 8m ago 8m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (15m) 8m ago 15m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (15m) 8m ago 15m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (14m) 8m ago 14m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (14m) 8m ago 14m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (13m) 8m ago 13m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (13m) 8m ago 13m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (13m) 8m ago 13m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:13:08.073 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (12m) 8m ago 12m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:13:08.074 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (12m) 8m ago 12m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:13:08.074 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (14m) 8m ago 16m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:13:08.450 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:13:08.451 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:13:08.771 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:13:08.771 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:13:08.771 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:13:08.771 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:13:08.771 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:13:08.772 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:13:08.772 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:13:08.772 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:13:08.772 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:13:08.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:07.436377+0000 mgr.smithi175.wddsmi (mgr.24407) 383 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:08.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:07.755435+0000 mgr.smithi175.wddsmi (mgr.24407) 384 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:08.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:08 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:08.452031+0000 mon.smithi088 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.88:0/221285649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:13:08.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:07.436377+0000 mgr.smithi175.wddsmi (mgr.24407) 383 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:08.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:07.755435+0000 mgr.smithi175.wddsmi (mgr.24407) 384 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:08.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:08.452031+0000 mon.smithi088 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.88:0/221285649' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:13:09.151 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:13:09.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:08.063610+0000 mgr.smithi175.wddsmi (mgr.24407) 385 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:09.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:08.522910+0000 mgr.smithi175.wddsmi (mgr.24407) 386 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:09.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:08.772905+0000 mgr.smithi175.wddsmi (mgr.24407) 387 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:09.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:09.153387+0000 mon.smithi088 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.88:0/78959570' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:13:09.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:08.063610+0000 mgr.smithi175.wddsmi (mgr.24407) 385 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:09.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:08.522910+0000 mgr.smithi175.wddsmi (mgr.24407) 386 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:09.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:08.772905+0000 mgr.smithi175.wddsmi (mgr.24407) 387 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:09.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:09.153387+0000 mon.smithi088 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.88:0/78959570' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:13:10.048 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:11.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:10.523399+0000 mgr.smithi175.wddsmi (mgr.24407) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:11.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:10.523399+0000 mgr.smithi175.wddsmi (mgr.24407) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:13.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:12.524119+0000 mgr.smithi175.wddsmi (mgr.24407) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:13.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:12.524119+0000 mgr.smithi175.wddsmi (mgr.24407) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:15.086 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:15.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:14.524536+0000 mgr.smithi175.wddsmi (mgr.24407) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:15.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:14.524536+0000 mgr.smithi175.wddsmi (mgr.24407) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:17.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:16.525361+0000 mgr.smithi175.wddsmi (mgr.24407) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:17.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:16.525361+0000 mgr.smithi175.wddsmi (mgr.24407) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:19.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:18.525765+0000 mgr.smithi175.wddsmi (mgr.24407) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:19.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:18.525765+0000 mgr.smithi175.wddsmi (mgr.24407) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:20.131 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:20.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:20.563248+0000 mon.smithi175 (mon.1) 126 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:20.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:20.563248+0000 mon.smithi175 (mon.1) 126 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:20.526233+0000 mgr.smithi175.wddsmi (mgr.24407) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:20.526233+0000 mgr.smithi175.wddsmi (mgr.24407) 393 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:23.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:22.526896+0000 mgr.smithi175.wddsmi (mgr.24407) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:23.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:22.526896+0000 mgr.smithi175.wddsmi (mgr.24407) 394 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:25.172 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:24.527361+0000 mgr.smithi175.wddsmi (mgr.24407) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:25.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:24.527361+0000 mgr.smithi175.wddsmi (mgr.24407) 395 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:27.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:26.528199+0000 mgr.smithi175.wddsmi (mgr.24407) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:26.528199+0000 mgr.smithi175.wddsmi (mgr.24407) 396 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:29.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:28.528768+0000 mgr.smithi175.wddsmi (mgr.24407) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:29.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:28.528768+0000 mgr.smithi175.wddsmi (mgr.24407) 397 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:30.218 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:31.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:30.529239+0000 mgr.smithi175.wddsmi (mgr.24407) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:31.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:30.529239+0000 mgr.smithi175.wddsmi (mgr.24407) 398 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:33.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:32.530025+0000 mgr.smithi175.wddsmi (mgr.24407) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:33.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:32.530025+0000 mgr.smithi175.wddsmi (mgr.24407) 399 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:35.254 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:35.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:34.530554+0000 mgr.smithi175.wddsmi (mgr.24407) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:35.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:35.563624+0000 mon.smithi175 (mon.1) 127 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:34.530554+0000 mgr.smithi175.wddsmi (mgr.24407) 400 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:35.563624+0000 mon.smithi175 (mon.1) 127 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:37.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:36.531420+0000 mgr.smithi175.wddsmi (mgr.24407) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:36.531420+0000 mgr.smithi175.wddsmi (mgr.24407) 401 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:39.497 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:13:39.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:38.531882+0000 mgr.smithi175.wddsmi (mgr.24407) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:39.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:38.531882+0000 mgr.smithi175.wddsmi (mgr.24407) 402 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:13:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:13:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (17m) 8m ago 17m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:13:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (16m) 8m ago 16m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:13:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:13:40.126 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (11m) 8m ago 11m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (11m) 8m ago 11m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (19m) 8m ago 19m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (9m) 8m ago 16m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (19m) 8m ago 19m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (16m) 8m ago 16m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (8m) 8m ago 8m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (8m) 8m ago 8m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (16m) 8m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (15m) 8m ago 15m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (15m) 8m ago 15m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (14m) 8m ago 14m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (14m) 8m ago 14m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (14m) 8m ago 14m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:13:40.127 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (13m) 8m ago 13m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:13:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (13m) 8m ago 13m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:13:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (13m) 8m ago 13m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:13:40.128 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (15m) 8m ago 16m 53.4M - 2.18.1 de242295e225 6cbba913e5aa 2024-04-12T06:13:40.290 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:13:40.510 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:13:40.511 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:13:40.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:39.486949+0000 mgr.smithi175.wddsmi (mgr.24407) 403 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:40.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:39.807048+0000 mgr.smithi175.wddsmi (mgr.24407) 404 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:40.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:39.486949+0000 mgr.smithi175.wddsmi (mgr.24407) 403 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:40.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:39.807048+0000 mgr.smithi175.wddsmi (mgr.24407) 404 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:13:40.830 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:13:41.206 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:13:41.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:40.117901+0000 mgr.smithi175.wddsmi (mgr.24407) 405 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:41.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:40.511981+0000 mon.smithi088 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.88:0/980013521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:13:41.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:40.532255+0000 mgr.smithi175.wddsmi (mgr.24407) 406 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:41.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:40.831434+0000 mgr.smithi175.wddsmi (mgr.24407) 407 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:41.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:41.208194+0000 mon.smithi088 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.88:0/2327985493' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:13:41.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:40.117901+0000 mgr.smithi175.wddsmi (mgr.24407) 405 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:41.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:40.511981+0000 mon.smithi088 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.88:0/980013521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:13:41.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:40.532255+0000 mgr.smithi175.wddsmi (mgr.24407) 406 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:41.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:40.831434+0000 mgr.smithi175.wddsmi (mgr.24407) 407 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:13:41.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:41.208194+0000 mon.smithi088 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.88:0/2327985493' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:13:43.689 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:42.532936+0000 mgr.smithi175.wddsmi (mgr.24407) 408 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:43.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:42.532936+0000 mgr.smithi175.wddsmi (mgr.24407) 408 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:45.329 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:45.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:44.011866+0000 mon.smithi088 (mon.0) 927 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:13:45.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:44.019439+0000 mon.smithi088 (mon.0) 928 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:13:45.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:13:44.051444+0000 mgr.smithi175.wddsmi (mgr.24407) 409 : cephadm [INF] Reconfiguring node-exporter.smithi175 (dependencies changed)... 2024-04-12T06:13:45.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:13:44.051898+0000 mgr.smithi175.wddsmi (mgr.24407) 410 : cephadm [INF] Reconfiguring daemon node-exporter.smithi175 on smithi175 2024-04-12T06:13:45.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:44.533431+0000 mgr.smithi175.wddsmi (mgr.24407) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:45.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:44.011866+0000 mon.smithi088 (mon.0) 927 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:13:45.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:44.019439+0000 mon.smithi088 (mon.0) 928 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:13:45.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:13:44.051444+0000 mgr.smithi175.wddsmi (mgr.24407) 409 : cephadm [INF] Reconfiguring node-exporter.smithi175 (dependencies changed)... 2024-04-12T06:13:45.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:13:44.051898+0000 mgr.smithi175.wddsmi (mgr.24407) 410 : cephadm [INF] Reconfiguring daemon node-exporter.smithi175 on smithi175 2024-04-12T06:13:45.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:44.533431+0000 mgr.smithi175.wddsmi (mgr.24407) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:47.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:46.534107+0000 mgr.smithi175.wddsmi (mgr.24407) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:47.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:46.534107+0000 mgr.smithi175.wddsmi (mgr.24407) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:49.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:48.534525+0000 mgr.smithi175.wddsmi (mgr.24407) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:49.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:48.534525+0000 mgr.smithi175.wddsmi (mgr.24407) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:50.370 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:50.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:13:50.563776+0000 mon.smithi175 (mon.1) 128 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:50.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:13:50.563776+0000 mon.smithi175 (mon.1) 128 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:13:51.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:50.534980+0000 mgr.smithi175.wddsmi (mgr.24407) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:50.534980+0000 mgr.smithi175.wddsmi (mgr.24407) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:53.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:52.535829+0000 mgr.smithi175.wddsmi (mgr.24407) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:52.535829+0000 mgr.smithi175.wddsmi (mgr.24407) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:55.413 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:13:55.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:54.536467+0000 mgr.smithi175.wddsmi (mgr.24407) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:55.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:54.536467+0000 mgr.smithi175.wddsmi (mgr.24407) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:57.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:56.537135+0000 mgr.smithi175.wddsmi (mgr.24407) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:57.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:56.537135+0000 mgr.smithi175.wddsmi (mgr.24407) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:13:59.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:13:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:13:58.537515+0000 mgr.smithi175.wddsmi (mgr.24407) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:13:59.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:13:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:13:58.537515+0000 mgr.smithi175.wddsmi (mgr.24407) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:00.447 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:01.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:00.537913+0000 mgr.smithi175.wddsmi (mgr.24407) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:01.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:00.537913+0000 mgr.smithi175.wddsmi (mgr.24407) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:03.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:02.538675+0000 mgr.smithi175.wddsmi (mgr.24407) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:03.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:02.538675+0000 mgr.smithi175.wddsmi (mgr.24407) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:05.500 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:04.539229+0000 mgr.smithi175.wddsmi (mgr.24407) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:05.564054+0000 mon.smithi175 (mon.1) 129 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:04.539229+0000 mgr.smithi175.wddsmi (mgr.24407) 421 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:05.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:05.564054+0000 mon.smithi175 (mon.1) 129 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:07.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:06.540128+0000 mgr.smithi175.wddsmi (mgr.24407) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:07.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:06.540128+0000 mgr.smithi175.wddsmi (mgr.24407) 422 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:09.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:08.540641+0000 mgr.smithi175.wddsmi (mgr.24407) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:09.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:08.540641+0000 mgr.smithi175.wddsmi (mgr.24407) 423 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:10.540 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:11.560 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:14:11.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:10.541076+0000 mgr.smithi175.wddsmi (mgr.24407) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:11.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:10.541076+0000 mgr.smithi175.wddsmi (mgr.24407) 424 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (17m) 9m ago 17m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (16m) 9m ago 16m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (12m) 9m ago 12m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (12m) 9m ago 12m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (19m) 9m ago 19m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (10m) 9m ago 16m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (19m) 9m ago 19m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:14:12.190 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (16m) 9m ago 16m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (9m) 9m ago 9m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (9m) 9m ago 9m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (16m) 9m ago 16m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (16m) 9m ago 16m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (15m) 9m ago 15m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (15m) 9m ago 15m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (14m) 9m ago 14m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (14m) 9m ago 14m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (14m) 9m ago 14m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (14m) 9m ago 14m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (13m) 9m ago 13m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:14:12.191 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 starting - - - - 2024-04-12T06:14:12.570 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:14:12.571 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:12.572 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:14:12.572 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:14:12.572 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:14:12.572 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:14:12.572 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:14:12.889 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:14:12.889 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:14:12.889 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:14:12.890 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:14:12.890 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:14:12.890 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:14:12.890 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:14:12.890 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:14:12.890 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:14:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:11.548076+0000 mgr.smithi175.wddsmi (mgr.24407) 425 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:11.869977+0000 mgr.smithi175.wddsmi (mgr.24407) 426 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:12.572492+0000 mon.smithi088 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.88:0/4148345377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:14:12.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:11.548076+0000 mgr.smithi175.wddsmi (mgr.24407) 425 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:11.869977+0000 mgr.smithi175.wddsmi (mgr.24407) 426 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:12.572492+0000 mon.smithi088 (mon.0) 929 : audit [DBG] from='client.? 172.21.15.88:0/4148345377' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:14:13.277 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:14:13.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:12.181558+0000 mgr.smithi175.wddsmi (mgr.24407) 427 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:13.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:12.541717+0000 mgr.smithi175.wddsmi (mgr.24407) 428 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:13.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:13.279574+0000 mon.smithi088 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.88:0/3117379824' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:14:13.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:12.181558+0000 mgr.smithi175.wddsmi (mgr.24407) 427 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:13.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:12.541717+0000 mgr.smithi175.wddsmi (mgr.24407) 428 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:13.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:13.279574+0000 mon.smithi088 (mon.0) 930 : audit [DBG] from='client.? 172.21.15.88:0/3117379824' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:14:14.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:12.890775+0000 mgr.smithi175.wddsmi (mgr.24407) 429 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:14.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:14 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:12.890775+0000 mgr.smithi175.wddsmi (mgr.24407) 429 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:15.582 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:14.542184+0000 mgr.smithi175.wddsmi (mgr.24407) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:15.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:14.542184+0000 mgr.smithi175.wddsmi (mgr.24407) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:17.783 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:16.542769+0000 mgr.smithi175.wddsmi (mgr.24407) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:17.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:16.542769+0000 mgr.smithi175.wddsmi (mgr.24407) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:19.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:18.543232+0000 mgr.smithi175.wddsmi (mgr.24407) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:19.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:18.543232+0000 mgr.smithi175.wddsmi (mgr.24407) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:20.629 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:20.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:20.564317+0000 mon.smithi175 (mon.1) 130 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:20.564317+0000 mon.smithi175 (mon.1) 130 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:21.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:20.543671+0000 mgr.smithi175.wddsmi (mgr.24407) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:20.543671+0000 mgr.smithi175.wddsmi (mgr.24407) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:23.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:22.544470+0000 mgr.smithi175.wddsmi (mgr.24407) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:23.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:22.544470+0000 mgr.smithi175.wddsmi (mgr.24407) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:25.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:24.544891+0000 mgr.smithi175.wddsmi (mgr.24407) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:24.544891+0000 mgr.smithi175.wddsmi (mgr.24407) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:26.545562+0000 mgr.smithi175.wddsmi (mgr.24407) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:27.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:26.545562+0000 mgr.smithi175.wddsmi (mgr.24407) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:29.549 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:28.546037+0000 mgr.smithi175.wddsmi (mgr.24407) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:29.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:28.546037+0000 mgr.smithi175.wddsmi (mgr.24407) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:30.698 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:31.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:30.546460+0000 mgr.smithi175.wddsmi (mgr.24407) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:31.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:30.546460+0000 mgr.smithi175.wddsmi (mgr.24407) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:33.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:32.547171+0000 mgr.smithi175.wddsmi (mgr.24407) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:33.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:32.547171+0000 mgr.smithi175.wddsmi (mgr.24407) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:35.737 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:35.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:34.547692+0000 mgr.smithi175.wddsmi (mgr.24407) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:35.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:35.564745+0000 mon.smithi175 (mon.1) 131 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:34.547692+0000 mgr.smithi175.wddsmi (mgr.24407) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:35.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:35.564745+0000 mon.smithi175 (mon.1) 131 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:36.548402+0000 mgr.smithi175.wddsmi (mgr.24407) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:37.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:36.548402+0000 mgr.smithi175.wddsmi (mgr.24407) 441 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:38.548913+0000 mgr.smithi175.wddsmi (mgr.24407) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:39.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:38.548913+0000 mgr.smithi175.wddsmi (mgr.24407) 442 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:41.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:40.549441+0000 mgr.smithi175.wddsmi (mgr.24407) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:41.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:40.549441+0000 mgr.smithi175.wddsmi (mgr.24407) 443 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:43.628 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:14:43.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:42.550226+0000 mgr.smithi175.wddsmi (mgr.24407) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:43.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:42.550226+0000 mgr.smithi175.wddsmi (mgr.24407) 444 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:44.252 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (18m) 9m ago 18m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (17m) 9m ago 17m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (12m) 9m ago 12m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (12m) 9m ago 12m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (20m) 9m ago 20m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (10m) 9m ago 17m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (20m) 9m ago 20m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (17m) 9m ago 17m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (9m) 9m ago 9m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:14:44.253 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (9m) 9m ago 9m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (17m) 9m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (16m) 9m ago 16m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (16m) 9m ago 16m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (15m) 9m ago 15m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (15m) 9m ago 15m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (15m) 9m ago 15m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (14m) 9m ago 14m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (14m) 9m ago 14m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (14m) 9m ago 14m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:14:44.254 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 starting - - - - 2024-04-12T06:14:44.630 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:14:44.630 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:14:44.630 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:14:44.630 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:14:44.631 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:14:44.632 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:14:44.632 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:14:44.632 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:14:44.632 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:14:44.632 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:14:44.948 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:14:44.949 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:14:44.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:43.616880+0000 mgr.smithi175.wddsmi (mgr.24407) 445 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:44.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:43.616880+0000 mgr.smithi175.wddsmi (mgr.24407) 445 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:45.327 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:14:45.816 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:43.935726+0000 mgr.smithi175.wddsmi (mgr.24407) 446 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:44.244397+0000 mgr.smithi175.wddsmi (mgr.24407) 447 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:44.550785+0000 mgr.smithi175.wddsmi (mgr.24407) 448 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:44.632126+0000 mon.smithi088 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.88:0/745507226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:14:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:45.328860+0000 mon.smithi088 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.88:0/2362203679' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:14:45.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:43.935726+0000 mgr.smithi175.wddsmi (mgr.24407) 446 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:44.244397+0000 mgr.smithi175.wddsmi (mgr.24407) 447 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:44.550785+0000 mgr.smithi175.wddsmi (mgr.24407) 448 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:44.632126+0000 mon.smithi088 (mon.0) 931 : audit [DBG] from='client.? 172.21.15.88:0/745507226' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:14:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:45.328860+0000 mon.smithi088 (mon.0) 932 : audit [DBG] from='client.? 172.21.15.88:0/2362203679' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:14:46.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:44.949867+0000 mgr.smithi175.wddsmi (mgr.24407) 449 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:46.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:44.949867+0000 mgr.smithi175.wddsmi (mgr.24407) 449 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:14:47.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:47 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:46.551587+0000 mgr.smithi175.wddsmi (mgr.24407) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:47.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:46.551587+0000 mgr.smithi175.wddsmi (mgr.24407) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:49.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:48.552024+0000 mgr.smithi175.wddsmi (mgr.24407) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:48.552024+0000 mgr.smithi175.wddsmi (mgr.24407) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:50.850 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:50.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:14:50.564927+0000 mon.smithi175 (mon.1) 132 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:50.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:14:50.564927+0000 mon.smithi175 (mon.1) 132 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:14:51.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:50.552453+0000 mgr.smithi175.wddsmi (mgr.24407) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:51.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:50.552453+0000 mgr.smithi175.wddsmi (mgr.24407) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:53.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:52.553197+0000 mgr.smithi175.wddsmi (mgr.24407) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:53.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:52.553197+0000 mgr.smithi175.wddsmi (mgr.24407) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:55.886 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:14:55.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:54.553671+0000 mgr.smithi175.wddsmi (mgr.24407) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:55.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:54.553671+0000 mgr.smithi175.wddsmi (mgr.24407) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:57.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:56.554421+0000 mgr.smithi175.wddsmi (mgr.24407) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:57.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:56.554421+0000 mgr.smithi175.wddsmi (mgr.24407) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:14:59.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:14:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:14:58.554821+0000 mgr.smithi175.wddsmi (mgr.24407) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:14:59.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:14:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:14:58.554821+0000 mgr.smithi175.wddsmi (mgr.24407) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:00.927 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:01.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:00.555268+0000 mgr.smithi175.wddsmi (mgr.24407) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:01.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:00.555268+0000 mgr.smithi175.wddsmi (mgr.24407) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:03.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:02.555990+0000 mgr.smithi175.wddsmi (mgr.24407) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:03.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:02.555990+0000 mgr.smithi175.wddsmi (mgr.24407) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:05.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:04.556479+0000 mgr.smithi175.wddsmi (mgr.24407) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:05.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:05.565401+0000 mon.smithi175 (mon.1) 133 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:05.964 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:05.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:04.556479+0000 mgr.smithi175.wddsmi (mgr.24407) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:05.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:05.565401+0000 mon.smithi175 (mon.1) 133 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:07.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:06.557138+0000 mgr.smithi175.wddsmi (mgr.24407) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:07.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:06.557138+0000 mgr.smithi175.wddsmi (mgr.24407) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:08.557578+0000 mgr.smithi175.wddsmi (mgr.24407) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:09.722 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:08.557578+0000 mgr.smithi175.wddsmi (mgr.24407) 461 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:11.010 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:11.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:10.557971+0000 mgr.smithi175.wddsmi (mgr.24407) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:11.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:10.557971+0000 mgr.smithi175.wddsmi (mgr.24407) 462 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:13.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:12.558677+0000 mgr.smithi175.wddsmi (mgr.24407) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:13.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:12.558677+0000 mgr.smithi175.wddsmi (mgr.24407) 463 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:15.672 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:15:15.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:14.559138+0000 mgr.smithi175.wddsmi (mgr.24407) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:15.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:14.559138+0000 mgr.smithi175.wddsmi (mgr.24407) 464 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:16.041 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (19m) 10m ago 18m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (18m) 10m ago 18m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (13m) 10m ago 13m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (13m) 10m ago 13m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (20m) 10m ago 20m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:15:16.310 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (11m) 10m ago 17m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (20m) 10m ago 20m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (17m) 10m ago 17m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (10m) 10m ago 10m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (10m) 10m ago 10m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (17m) 10m ago 17m 17.1M - 0.18.1 e5a616e4b9cf 13e9e2bfb7e2 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (17m) 10m ago 17m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (16m) 10m ago 16m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (16m) 10m ago 16m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (16m) 10m ago 16m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (15m) 10m ago 15m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (15m) 10m ago 15m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (15m) 10m ago 15m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:15:16.311 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (14m) 10m ago 14m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:15:16.312 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 starting - - - - 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:15:16.689 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:15:16.690 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:15:16.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:15.661045+0000 mgr.smithi175.wddsmi (mgr.24407) 465 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:15.661045+0000 mgr.smithi175.wddsmi (mgr.24407) 465 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:15:17.008 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:15:17.380 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:15:17.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:15.985619+0000 mgr.smithi175.wddsmi (mgr.24407) 466 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:17.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:16.301394+0000 mgr.smithi175.wddsmi (mgr.24407) 467 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:17.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:16.559812+0000 mgr.smithi175.wddsmi (mgr.24407) 468 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:17.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:16.690618+0000 mon.smithi088 (mon.0) 933 : audit [DBG] from='client.? 172.21.15.88:0/3818999305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:15:17.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:17.382597+0000 mon.smithi088 (mon.0) 934 : audit [DBG] from='client.? 172.21.15.88:0/1906701839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:15:17.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:15.985619+0000 mgr.smithi175.wddsmi (mgr.24407) 466 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:17.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:16.301394+0000 mgr.smithi175.wddsmi (mgr.24407) 467 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:17.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:16.559812+0000 mgr.smithi175.wddsmi (mgr.24407) 468 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:17.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:16.690618+0000 mon.smithi088 (mon.0) 933 : audit [DBG] from='client.? 172.21.15.88:0/3818999305' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:15:17.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:17.382597+0000 mon.smithi088 (mon.0) 934 : audit [DBG] from='client.? 172.21.15.88:0/1906701839' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:15:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:17.009218+0000 mgr.smithi175.wddsmi (mgr.24407) 469 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:17.009218+0000 mgr.smithi175.wddsmi (mgr.24407) 469 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:19.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:18.560402+0000 mgr.smithi175.wddsmi (mgr.24407) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:19.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:18.560402+0000 mgr.smithi175.wddsmi (mgr.24407) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:20.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:20.565611+0000 mon.smithi175 (mon.1) 134 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:20.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:20.565611+0000 mon.smithi175 (mon.1) 134 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:21.089 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:21.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:20.560949+0000 mgr.smithi175.wddsmi (mgr.24407) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:21.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:20.560949+0000 mgr.smithi175.wddsmi (mgr.24407) 471 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:23.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:22.561656+0000 mgr.smithi175.wddsmi (mgr.24407) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:23.972 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:22.561656+0000 mgr.smithi175.wddsmi (mgr.24407) 472 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:24.562135+0000 mgr.smithi175.wddsmi (mgr.24407) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:24.562135+0000 mgr.smithi175.wddsmi (mgr.24407) 473 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:26.126 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:26.562973+0000 mgr.smithi175.wddsmi (mgr.24407) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:27.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:26.562973+0000 mgr.smithi175.wddsmi (mgr.24407) 474 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:29.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:28.563444+0000 mgr.smithi175.wddsmi (mgr.24407) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:29.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:28.563444+0000 mgr.smithi175.wddsmi (mgr.24407) 475 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:31.171 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:31.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:31 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:30.563960+0000 mgr.smithi175.wddsmi (mgr.24407) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:31.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:31 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:30.563960+0000 mgr.smithi175.wddsmi (mgr.24407) 476 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:33.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:33 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:32.564590+0000 mgr.smithi175.wddsmi (mgr.24407) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:33.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:32.564590+0000 mgr.smithi175.wddsmi (mgr.24407) 477 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:35.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:34.564979+0000 mgr.smithi175.wddsmi (mgr.24407) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:35.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:35.565892+0000 mon.smithi175 (mon.1) 135 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:35.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:34.564979+0000 mgr.smithi175.wddsmi (mgr.24407) 478 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:35.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:35.565892+0000 mon.smithi175 (mon.1) 135 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:36.214 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:36.565598+0000 mgr.smithi175.wddsmi (mgr.24407) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:36.565598+0000 mgr.smithi175.wddsmi (mgr.24407) 479 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:38.566219+0000 mgr.smithi175.wddsmi (mgr.24407) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:39.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:38.566219+0000 mgr.smithi175.wddsmi (mgr.24407) 480 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:41.259 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:41.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:40.566665+0000 mgr.smithi175.wddsmi (mgr.24407) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:41.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:40.566665+0000 mgr.smithi175.wddsmi (mgr.24407) 481 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:43.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:42.567381+0000 mgr.smithi175.wddsmi (mgr.24407) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:43.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:42.567381+0000 mgr.smithi175.wddsmi (mgr.24407) 482 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:45.664 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:44.567903+0000 mgr.smithi175.wddsmi (mgr.24407) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:44.567903+0000 mgr.smithi175.wddsmi (mgr.24407) 483 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:46.297 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:47.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:45.990509+0000 mon.smithi088 (mon.0) 935 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:45.995889+0000 mon.smithi088 (mon.0) 936 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.024455+0000 mon.smithi175 (mon.1) 136 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:15:47.347 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.024823+0000 mgr.smithi175.wddsmi (mgr.24407) 484 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.025653+0000 mon.smithi175 (mon.1) 137 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.025924+0000 mgr.smithi175.wddsmi (mgr.24407) 485 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.029658+0000 mon.smithi088 (mon.0) 937 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.041952+0000 mon.smithi175 (mon.1) 138 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.042356+0000 mgr.smithi175.wddsmi (mgr.24407) 486 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.044382+0000 mon.smithi175 (mon.1) 139 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.044662+0000 mgr.smithi175.wddsmi (mgr.24407) 487 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.048653+0000 mon.smithi088 (mon.0) 938 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.071056+0000 mon.smithi175 (mon.1) 140 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.071409+0000 mgr.smithi175.wddsmi (mgr.24407) 488 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.072048+0000 mon.smithi175 (mon.1) 141 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.072333+0000 mgr.smithi175.wddsmi (mgr.24407) 489 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T06:15:47.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.076205+0000 mon.smithi088 (mon.0) 939 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.091596+0000 mon.smithi175 (mon.1) 142 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:15:47.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:46.095927+0000 mon.smithi088 (mon.0) 940 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:15:46.099503+0000 mgr.smithi175.wddsmi (mgr.24407) 490 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:15:47.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:15:46.099955+0000 mgr.smithi175.wddsmi (mgr.24407) 491 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:15:47.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:46.568440+0000 mgr.smithi175.wddsmi (mgr.24407) 492 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:47.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:45.990509+0000 mon.smithi088 (mon.0) 935 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:45.995889+0000 mon.smithi088 (mon.0) 936 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.024455+0000 mon.smithi175 (mon.1) 136 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:15:47.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.024823+0000 mgr.smithi175.wddsmi (mgr.24407) 484 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.025653+0000 mon.smithi175 (mon.1) 137 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.025924+0000 mgr.smithi175.wddsmi (mgr.24407) 485 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.029658+0000 mon.smithi088 (mon.0) 937 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.041952+0000 mon.smithi175 (mon.1) 138 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.042356+0000 mgr.smithi175.wddsmi (mgr.24407) 486 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.044382+0000 mon.smithi175 (mon.1) 139 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.044662+0000 mgr.smithi175.wddsmi (mgr.24407) 487 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.048653+0000 mon.smithi088 (mon.0) 938 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.071056+0000 mon.smithi175 (mon.1) 140 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.071409+0000 mgr.smithi175.wddsmi (mgr.24407) 488 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.072048+0000 mon.smithi175 (mon.1) 141 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.072333+0000 mgr.smithi175.wddsmi (mgr.24407) 489 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2024-04-12T06:15:47.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.076205+0000 mon.smithi088 (mon.0) 939 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.091596+0000 mon.smithi175 (mon.1) 142 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:15:47.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:46.095927+0000 mon.smithi088 (mon.0) 940 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:47.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:15:46.099503+0000 mgr.smithi175.wddsmi (mgr.24407) 490 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:15:47.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:15:46.099955+0000 mgr.smithi175.wddsmi (mgr.24407) 491 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:15:47.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:46.568440+0000 mgr.smithi175.wddsmi (mgr.24407) 492 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:47.729 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 starting - - - - 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (19m) 10m ago 19m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (18m) 10m ago 18m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 starting - - - - 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (13m) 10m ago 13m 38.5M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (13m) 10m ago 13m 12.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:15:48.392 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:9283 running (21m) 10m ago 21m 367M - 16.2.5 6933c2a0b7dd 9a3c3a8cf2f9 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (11m) 10m ago 18m 497M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (21m) 10m ago 21m 51.5M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (18m) 10m ago 18m 45.3M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (10m) 10m ago 10m 45.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (10m) 10m ago 10m 48.9M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 starting - - - - 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 starting - - - - 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (17m) 10m ago 17m 406M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (17m) 10m ago 17m 308M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (17m) 10m ago 16m 271M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (16m) 10m ago 16m 392M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:15:48.393 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (16m) 10m ago 16m 382M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:15:48.394 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (15m) 10m ago 15m 431M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:15:48.394 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (15m) 10m ago 15m 354M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:15:48.394 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (15m) 10m ago 15m 487M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:15:48.394 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 starting - - - - 2024-04-12T06:15:48.777 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:15:48.777 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:15:48.778 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:15:48.779 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2024-04-12T06:15:48.779 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:15:48.779 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:15:48.779 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:47.718641+0000 mgr.smithi175.wddsmi (mgr.24407) 493 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:15:47.767975+0000 mgr.smithi175.wddsmi (mgr.24407) 494 : cephadm [INF] Upgrade: Updating mgr.smithi088.noeasj 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:47.772137+0000 mon.smithi088 (mon.0) 941 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:47.784176+0000 mon.smithi175 (mon.1) 143 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:47.784456+0000 mon.smithi088 (mon.0) 942 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:47.785458+0000 mon.smithi175 (mon.1) 144 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:47.786253+0000 mon.smithi175 (mon.1) 145 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:15:48.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:15:47.787164+0000 mgr.smithi175.wddsmi (mgr.24407) 495 : cephadm [INF] Deploying daemon mgr.smithi088.noeasj on smithi088 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "1/23 daemons upgraded", 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading mgr daemons", 2024-04-12T06:15:49.109 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:15:49.110 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:15:49.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:47.718641+0000 mgr.smithi175.wddsmi (mgr.24407) 493 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:49.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:15:47.767975+0000 mgr.smithi175.wddsmi (mgr.24407) 494 : cephadm [INF] Upgrade: Updating mgr.smithi088.noeasj 2024-04-12T06:15:49.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:47.772137+0000 mon.smithi088 (mon.0) 941 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:49.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:47.784176+0000 mon.smithi175 (mon.1) 143 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:15:49.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:47.784456+0000 mon.smithi088 (mon.0) 942 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:15:49.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:47.785458+0000 mon.smithi175 (mon.1) 144 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:15:49.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:47.786253+0000 mon.smithi175 (mon.1) 145 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:15:49.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:15:47.787164+0000 mgr.smithi175.wddsmi (mgr.24407) 495 : cephadm [INF] Deploying daemon mgr.smithi088.noeasj on smithi088 2024-04-12T06:15:49.488 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:15:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:48.060886+0000 mgr.smithi175.wddsmi (mgr.24407) 496 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:48.383141+0000 mgr.smithi175.wddsmi (mgr.24407) 497 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:48.568825+0000 mgr.smithi175.wddsmi (mgr.24407) 498 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:50.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:48.779071+0000 mon.smithi088 (mon.0) 943 : audit [DBG] from='client.? 172.21.15.88:0/64092049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:15:50.202 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:49.489950+0000 mon.smithi088 (mon.0) 944 : audit [DBG] from='client.? 172.21.15.88:0/857692436' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:15:50.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:48.060886+0000 mgr.smithi175.wddsmi (mgr.24407) 496 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:50.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:48.383141+0000 mgr.smithi175.wddsmi (mgr.24407) 497 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:50.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:48.568825+0000 mgr.smithi175.wddsmi (mgr.24407) 498 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:50.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:48.779071+0000 mon.smithi088 (mon.0) 943 : audit [DBG] from='client.? 172.21.15.88:0/64092049' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:15:50.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:49.489950+0000 mon.smithi088 (mon.0) 944 : audit [DBG] from='client.? 172.21.15.88:0/857692436' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:15:50.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:49.110051+0000 mgr.smithi175.wddsmi (mgr.24407) 499 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:50.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:50 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:50.566143+0000 mon.smithi175 (mon.1) 146 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:49.110051+0000 mgr.smithi175.wddsmi (mgr.24407) 499 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:15:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:50.566143+0000 mon.smithi175 (mon.1) 146 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:15:51.339 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:51.882 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:50.570384+0000 mgr.smithi175.wddsmi (mgr.24407) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:51.882 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:51.727955+0000 mon.smithi088 (mon.0) 945 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:51.882 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:51.736317+0000 mon.smithi088 (mon.0) 946 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:51.882 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:51.760437+0000 mon.smithi175 (mon.1) 147 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:15:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:50.570384+0000 mgr.smithi175.wddsmi (mgr.24407) 500 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:51.727955+0000 mon.smithi088 (mon.0) 945 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:51.736317+0000 mon.smithi088 (mon.0) 946 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:51.760437+0000 mon.smithi175 (mon.1) 147 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:15:53.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:52.030831+0000 mon.smithi088 (mon.0) 947 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:52.036252+0000 mon.smithi088 (mon.0) 948 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:52.080238+0000 mon.smithi088 (mon.0) 949 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:52.085760+0000 mon.smithi088 (mon.0) 950 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:52.571202+0000 mgr.smithi175.wddsmi (mgr.24407) 501 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:53.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:52.030831+0000 mon.smithi088 (mon.0) 947 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:52.036252+0000 mon.smithi088 (mon.0) 948 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:52.080238+0000 mon.smithi088 (mon.0) 949 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:52.085760+0000 mon.smithi088 (mon.0) 950 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:53.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:52.571202+0000 mgr.smithi175.wddsmi (mgr.24407) 501 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:55.675 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:55 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:54.571639+0000 mgr.smithi175.wddsmi (mgr.24407) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:55.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:54.571639+0000 mgr.smithi175.wddsmi (mgr.24407) 502 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:56.375 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:15:57.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:56.115120+0000 mon.smithi088 (mon.0) 951 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:57.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:56.132765+0000 mon.smithi088 (mon.0) 952 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:57.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:57 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:56.572438+0000 mgr.smithi175.wddsmi (mgr.24407) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:57.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:56.115120+0000 mon.smithi088 (mon.0) 951 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:57.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:56.132765+0000 mon.smithi088 (mon.0) 952 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:57.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:56.572438+0000 mgr.smithi175.wddsmi (mgr.24407) 503 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:58.572833+0000 mgr.smithi175.wddsmi (mgr.24407) 504 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:58.627951+0000 mon.smithi088 (mon.0) 953 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:58.637068+0000 mon.smithi088 (mon.0) 954 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:58.804374+0000 mon.smithi088 (mon.0) 955 : cluster [DBG] Standby manager daemon smithi088.noeasj restarted 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:58.804453+0000 mon.smithi088 (mon.0) 956 : cluster [DBG] Standby manager daemon smithi088.noeasj started 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:58.806356+0000 mon.smithi088 (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/crt"}]: dispatch 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:58.806790+0000 mon.smithi088 (mon.0) 958 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:58.808674+0000 mon.smithi088 (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/key"}]: dispatch 2024-04-12T06:15:59.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:58.809422+0000 mon.smithi088 (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:15:59.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:59.277771+0000 mon.smithi088 (mon.0) 961 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:15:59 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:15:59.284193+0000 mon.smithi088 (mon.0) 962 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:58.572833+0000 mgr.smithi175.wddsmi (mgr.24407) 504 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:15:59.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:58.627951+0000 mon.smithi088 (mon.0) 953 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:58.637068+0000 mon.smithi088 (mon.0) 954 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:58.804374+0000 mon.smithi088 (mon.0) 955 : cluster [DBG] Standby manager daemon smithi088.noeasj restarted 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:58.804453+0000 mon.smithi088 (mon.0) 956 : cluster [DBG] Standby manager daemon smithi088.noeasj started 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:58.806356+0000 mon.smithi088 (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/crt"}]: dispatch 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:58.806790+0000 mon.smithi088 (mon.0) 958 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:58.808674+0000 mon.smithi088 (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi088.noeasj/key"}]: dispatch 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:58.809422+0000 mon.smithi088 (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:59.277771+0000 mon.smithi088 (mon.0) 961 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:15:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:15:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:15:59.284193+0000 mon.smithi088 (mon.0) 962 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:00.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:00 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:15:59.642419+0000 mon.smithi088 (mon.0) 963 : cluster [DBG] mgrmap e30: smithi175.wddsmi(active, since 11m), standbys: smithi088.noeasj 2024-04-12T06:16:00.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:15:59.642419+0000 mon.smithi088 (mon.0) 963 : cluster [DBG] mgrmap e30: smithi175.wddsmi(active, since 11m), standbys: smithi088.noeasj 2024-04-12T06:16:01.409 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:01.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:01 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:00.573340+0000 mgr.smithi175.wddsmi (mgr.24407) 505 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:01.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:00.573340+0000 mgr.smithi175.wddsmi (mgr.24407) 505 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:02.574177+0000 mgr.smithi175.wddsmi (mgr.24407) 506 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:02.913507+0000 mon.smithi088 (mon.0) 964 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:02.921817+0000 mon.smithi088 (mon.0) 965 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:02.925801+0000 mon.smithi175 (mon.1) 148 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:02.926614+0000 mon.smithi175 (mon.1) 149 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:02.931122+0000 mon.smithi088 (mon.0) 966 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:02.938655+0000 mon.smithi088 (mon.0) 967 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.075358+0000 mon.smithi175 (mon.1) 150 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.081140+0000 mon.smithi175 (mon.1) 151 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr fail", "who": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.081794+0000 mon.smithi088 (mon.0) 968 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr fail", "who": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:03.944 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:03.085884+0000 mon.smithi088 (mon.0) 969 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:02.574177+0000 mgr.smithi175.wddsmi (mgr.24407) 506 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:02.913507+0000 mon.smithi088 (mon.0) 964 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:02.921817+0000 mon.smithi088 (mon.0) 965 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:02.925801+0000 mon.smithi175 (mon.1) 148 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:02.926614+0000 mon.smithi175 (mon.1) 149 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:02.931122+0000 mon.smithi088 (mon.0) 966 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:02.938655+0000 mon.smithi088 (mon.0) 967 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.075358+0000 mon.smithi175 (mon.1) 150 : audit [DBG] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.081140+0000 mon.smithi175 (mon.1) 151 : audit [INF] from='mgr.24407 172.21.15.175:0/378339816' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr fail", "who": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:03.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.081794+0000 mon.smithi088 (mon.0) 968 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "mgr fail", "who": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:03.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:03 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:03.085884+0000 mon.smithi088 (mon.0) 969 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-12T06:16:04.647 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:02.928085+0000 mgr.smithi175.wddsmi (mgr.24407) 507 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2024-04-12T06:16:04.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:02.928085+0000 mgr.smithi175.wddsmi (mgr.24407) 507 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 197 B/s rd, 197 B/s wr, 0 op/s 2024-04-12T06:16:04.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:03.077904+0000 mgr.smithi175.wddsmi (mgr.24407) 508 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:16:04.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:03.078345+0000 mgr.smithi175.wddsmi (mgr.24407) 509 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:03.080891+0000 mgr.smithi175.wddsmi (mgr.24407) 510 : cephadm [INF] Failing over to other MGR 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:03.920508+0000 mon.smithi088 (mon.0) 970 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.945370+0000 mon.smithi088 (mon.0) 971 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "mgr fail", "who": "smithi175.wddsmi"}]': finished 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:03.945463+0000 mon.smithi088 (mon.0) 972 : cluster [DBG] mgrmap e31: smithi088.noeasj(active, starting, since 0.862988s) 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.946878+0000 mon.smithi088 (mon.0) 973 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.947046+0000 mon.smithi088 (mon.0) 974 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.947574+0000 mon.smithi088 (mon.0) 975 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.947836+0000 mon.smithi088 (mon.0) 976 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.948105+0000 mon.smithi088 (mon.0) 977 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.948379+0000 mon.smithi088 (mon.0) 978 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.948632+0000 mon.smithi088 (mon.0) 979 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.948858+0000 mon.smithi088 (mon.0) 980 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.949079+0000 mon.smithi088 (mon.0) 981 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:16:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.949307+0000 mon.smithi088 (mon.0) 982 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.949499+0000 mon.smithi088 (mon.0) 983 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.949813+0000 mon.smithi088 (mon.0) 984 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.950035+0000 mon.smithi088 (mon.0) 985 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.950267+0000 mon.smithi088 (mon.0) 986 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.950517+0000 mon.smithi088 (mon.0) 987 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:03.950947+0000 mon.smithi088 (mon.0) 988 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:03.982457+0000 mon.smithi088 (mon.0) 989 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:04.005449+0000 mon.smithi088 (mon.0) 990 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:04.033170+0000 mon.smithi088 (mon.0) 991 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:04.034825+0000 mon.smithi088 (mon.0) 992 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:04.035367+0000 mon.smithi088 (mon.0) 993 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:04.046071+0000 mon.smithi088 (mon.0) 994 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:16:04.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:04 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:04.515818+0000 mgr.smithi088.noeasj (mgr.15266) 1 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Bus STARTING 2024-04-12T06:16:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:03.077904+0000 mgr.smithi175.wddsmi (mgr.24407) 508 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:16:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:03.078345+0000 mgr.smithi175.wddsmi (mgr.24407) 509 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:16:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:03.080891+0000 mgr.smithi175.wddsmi (mgr.24407) 510 : cephadm [INF] Failing over to other MGR 2024-04-12T06:16:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:03.920508+0000 mon.smithi088 (mon.0) 970 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.945370+0000 mon.smithi088 (mon.0) 971 : audit [INF] from='mgr.24407 ' entity='mgr.smithi175.wddsmi' cmd='[{"prefix": "mgr fail", "who": "smithi175.wddsmi"}]': finished 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:03.945463+0000 mon.smithi088 (mon.0) 972 : cluster [DBG] mgrmap e31: smithi088.noeasj(active, starting, since 0.862988s) 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.946878+0000 mon.smithi088 (mon.0) 973 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.947046+0000 mon.smithi088 (mon.0) 974 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.947574+0000 mon.smithi088 (mon.0) 975 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.947836+0000 mon.smithi088 (mon.0) 976 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.948105+0000 mon.smithi088 (mon.0) 977 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.948379+0000 mon.smithi088 (mon.0) 978 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.948632+0000 mon.smithi088 (mon.0) 979 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.948858+0000 mon.smithi088 (mon.0) 980 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.949079+0000 mon.smithi088 (mon.0) 981 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.949307+0000 mon.smithi088 (mon.0) 982 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:16:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.949499+0000 mon.smithi088 (mon.0) 983 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.949813+0000 mon.smithi088 (mon.0) 984 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.950035+0000 mon.smithi088 (mon.0) 985 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.950267+0000 mon.smithi088 (mon.0) 986 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.950517+0000 mon.smithi088 (mon.0) 987 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:03.950947+0000 mon.smithi088 (mon.0) 988 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:03.982457+0000 mon.smithi088 (mon.0) 989 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:04.005449+0000 mon.smithi088 (mon.0) 990 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:04.033170+0000 mon.smithi088 (mon.0) 991 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:04.034825+0000 mon.smithi088 (mon.0) 992 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:04.035367+0000 mon.smithi088 (mon.0) 993 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:04.046071+0000 mon.smithi088 (mon.0) 994 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:16:04.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:04.515818+0000 mgr.smithi088.noeasj (mgr.15266) 1 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Bus STARTING 2024-04-12T06:16:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:04.631162+0000 mgr.smithi088.noeasj (mgr.15266) 2 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:16:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:04.732684+0000 mgr.smithi088.noeasj (mgr.15266) 3 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:16:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:04.732799+0000 mgr.smithi088.noeasj (mgr.15266) 4 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Bus STARTED 2024-04-12T06:16:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:04.948402+0000 mon.smithi088 (mon.0) 995 : cluster [DBG] mgrmap e32: smithi088.noeasj(active, since 1.86593s) 2024-04-12T06:16:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:05 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:04.960450+0000 mgr.smithi088.noeasj (mgr.15266) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:04.631162+0000 mgr.smithi088.noeasj (mgr.15266) 2 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:16:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:04.732684+0000 mgr.smithi088.noeasj (mgr.15266) 3 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:16:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:04.732799+0000 mgr.smithi088.noeasj (mgr.15266) 4 : cephadm [INF] [12/Apr/2024:06:16:04] ENGINE Bus STARTED 2024-04-12T06:16:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:04.948402+0000 mon.smithi088 (mon.0) 995 : cluster [DBG] mgrmap e32: smithi088.noeasj(active, since 1.86593s) 2024-04-12T06:16:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:04.960450+0000 mgr.smithi088.noeasj (mgr.15266) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:06.449 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:07.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:05.944397+0000 mon.smithi088 (mon.0) 996 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:16:07.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:05.944422+0000 mon.smithi088 (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-04-12T06:16:07.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:05.949655+0000 mgr.smithi088.noeasj (mgr.15266) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:05.944397+0000 mon.smithi088 (mon.0) 996 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:16:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:05.944422+0000 mon.smithi088 (mon.0) 997 : cluster [INF] Cluster is now healthy 2024-04-12T06:16:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:05.949655+0000 mgr.smithi088.noeasj (mgr.15266) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:08.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:07 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:06.957593+0000 mon.smithi088 (mon.0) 998 : cluster [DBG] mgrmap e33: smithi088.noeasj(active, since 3s) 2024-04-12T06:16:08.214 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:06.957593+0000 mon.smithi088 (mon.0) 998 : cluster [DBG] mgrmap e33: smithi088.noeasj(active, since 3s) 2024-04-12T06:16:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:07.950084+0000 mgr.smithi088.noeasj (mgr.15266) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:08.650959+0000 mon.smithi088 (mon.0) 999 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:08.656030+0000 mon.smithi088 (mon.0) 1000 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:09.340305+0000 mon.smithi088 (mon.0) 1001 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:09 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:09.343810+0000 mon.smithi088 (mon.0) 1002 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:07.950084+0000 mgr.smithi088.noeasj (mgr.15266) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:09.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:08.650959+0000 mon.smithi088 (mon.0) 999 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:08.656030+0000 mon.smithi088 (mon.0) 1000 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:09.340305+0000 mon.smithi088 (mon.0) 1001 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:09.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:09.343810+0000 mon.smithi088 (mon.0) 1002 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:11.488 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:09.950438+0000 mgr.smithi088.noeasj (mgr.15266) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.073261+0000 mon.smithi088 (mon.0) 1003 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.077324+0000 mon.smithi088 (mon.0) 1004 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:11.158438+0000 mon.smithi088 (mon.0) 1005 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.159932+0000 mon.smithi175 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.160392+0000 mon.smithi175 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.162119+0000 mon.smithi175 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:16:11.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.162990+0000 mon.smithi175 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:09.950438+0000 mgr.smithi088.noeasj (mgr.15266) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.073261+0000 mon.smithi088 (mon.0) 1003 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.077324+0000 mon.smithi088 (mon.0) 1004 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:11.158438+0000 mon.smithi088 (mon.0) 1005 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.159932+0000 mon.smithi175 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.160392+0000 mon.smithi175 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.162119+0000 mon.smithi175 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:16:11.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.162990+0000 mon.smithi175 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.175:0/3630042166' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:16:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.711376+0000 mon.smithi088 (mon.0) 1006 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:11.715146+0000 mon.smithi088 (mon.0) 1007 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:11.951077+0000 mgr.smithi088.noeasj (mgr.15266) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-12T06:16:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:12.084361+0000 mon.smithi088 (mon.0) 1008 : cluster [DBG] mgrmap e34: smithi088.noeasj(active, since 9s), standbys: smithi175.wddsmi 2024-04-12T06:16:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:12.084478+0000 mon.smithi088 (mon.0) 1009 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.711376+0000 mon.smithi088 (mon.0) 1006 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:11.715146+0000 mon.smithi088 (mon.0) 1007 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:11.951077+0000 mgr.smithi088.noeasj (mgr.15266) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 30 KiB/s rd, 146 B/s wr, 17 op/s 2024-04-12T06:16:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:12.084361+0000 mon.smithi088 (mon.0) 1008 : cluster [DBG] mgrmap e34: smithi088.noeasj(active, since 9s), standbys: smithi175.wddsmi 2024-04-12T06:16:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:12.084478+0000 mon.smithi088 (mon.0) 1009 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:15.654 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:15 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:13.951550+0000 mgr.smithi088.noeasj (mgr.15266) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-04-12T06:16:15.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:15 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:13.951550+0000 mgr.smithi088.noeasj (mgr.15266) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 23 KiB/s rd, 113 B/s wr, 13 op/s 2024-04-12T06:16:16.529 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:16.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:15.702603+0000 mon.smithi088 (mon.0) 1010 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:16.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:15.706552+0000 mon.smithi088 (mon.0) 1011 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:16.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:15.707728+0000 mon.smithi088 (mon.0) 1012 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:16.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:15.708322+0000 mon.smithi088 (mon.0) 1013 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:15.709209+0000 mgr.smithi088.noeasj (mgr.15266) 11 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:15.709408+0000 mgr.smithi088.noeasj (mgr.15266) 12 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:15.952343+0000 mgr.smithi088.noeasj (mgr.15266) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:15.974229+0000 mgr.smithi088.noeasj (mgr.15266) 14 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:15.974557+0000 mgr.smithi088.noeasj (mgr.15266) 15 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:16.238604+0000 mgr.smithi088.noeasj (mgr.15266) 16 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:16.238737+0000 mgr.smithi088.noeasj (mgr.15266) 17 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:16.502905+0000 mgr.smithi088.noeasj (mgr.15266) 18 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:16:16.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:16 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:16.503074+0000 mgr.smithi088.noeasj (mgr.15266) 19 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:15.702603+0000 mon.smithi088 (mon.0) 1010 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:15.706552+0000 mon.smithi088 (mon.0) 1011 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:15.707728+0000 mon.smithi088 (mon.0) 1012 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:15.708322+0000 mon.smithi088 (mon.0) 1013 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:15.709209+0000 mgr.smithi088.noeasj (mgr.15266) 11 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:15.709408+0000 mgr.smithi088.noeasj (mgr.15266) 12 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:15.952343+0000 mgr.smithi088.noeasj (mgr.15266) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 186 B/s wr, 11 op/s 2024-04-12T06:16:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:15.974229+0000 mgr.smithi088.noeasj (mgr.15266) 14 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:16:16.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:15.974557+0000 mgr.smithi088.noeasj (mgr.15266) 15 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:16:16.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:16.238604+0000 mgr.smithi088.noeasj (mgr.15266) 16 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:16:16.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:16.238737+0000 mgr.smithi088.noeasj (mgr.15266) 17 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:16:16.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:16.502905+0000 mgr.smithi088.noeasj (mgr.15266) 18 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:16:16.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:16 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:16.503074+0000 mgr.smithi088.noeasj (mgr.15266) 19 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:16:18.083 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:16.771835+0000 mon.smithi088 (mon.0) 1014 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.083 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:16.777020+0000 mon.smithi088 (mon.0) 1015 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:16.782967+0000 mon.smithi088 (mon.0) 1016 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:16.785668+0000 mon.smithi088 (mon.0) 1017 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:16.786514+0000 mgr.smithi088.noeasj (mgr.15266) 20 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 188 B/s wr, 11 op/s 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:16.791918+0000 mon.smithi088 (mon.0) 1018 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:16.797623+0000 mon.smithi088 (mon.0) 1019 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:16.894921+0000 mgr.smithi088.noeasj (mgr.15266) 21 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:16:18.084 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:17.118402+0000 mgr.smithi088.noeasj (mgr.15266) 22 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:16:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:16.771835+0000 mon.smithi088 (mon.0) 1014 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:16.777020+0000 mon.smithi088 (mon.0) 1015 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:16.782967+0000 mon.smithi088 (mon.0) 1016 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:16.785668+0000 mon.smithi088 (mon.0) 1017 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:16.786514+0000 mgr.smithi088.noeasj (mgr.15266) 20 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 188 B/s wr, 11 op/s 2024-04-12T06:16:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:16.791918+0000 mon.smithi088 (mon.0) 1018 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:16.797623+0000 mon.smithi088 (mon.0) 1019 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:16.894921+0000 mgr.smithi088.noeasj (mgr.15266) 21 : cephadm [INF] Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:16:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:17.118402+0000 mgr.smithi088.noeasj (mgr.15266) 22 : cephadm [INF] Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:16:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:17.784399+0000 mon.smithi088 (mon.0) 1020 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:16:19.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:18 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:17.784399+0000 mon.smithi088 (mon.0) 1020 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:16:19.848 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:16:20.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:18.787127+0000 mgr.smithi088.noeasj (mgr.15266) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 188 B/s wr, 11 op/s 2024-04-12T06:16:20.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:19 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:19.029055+0000 mon.smithi088 (mon.0) 1021 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:18.787127+0000 mgr.smithi088.noeasj (mgr.15266) 23 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 188 B/s wr, 11 op/s 2024-04-12T06:16:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:19 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:19.029055+0000 mon.smithi088 (mon.0) 1021 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:20.495 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:16:20.495 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (9m) 9s ago 20m 16.1M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (20m) 9s ago 20m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (19m) 11s ago 19m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (6m) 9s ago 19m 35.0M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (14m) 9s ago 14m 38.7M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (14m) 11s ago 14m 15.1M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (29s) 9s ago 21m 471M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283 running (12m) 11s ago 19m 61.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 771da9befe94 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (21m) 9s ago 21m 77.3M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (18m) 11s ago 18m 58.7M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (11m) 9s ago 11m 77.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (11m) 11s ago 11m 80.6M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:16:20.496 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (4m) 9s ago 19m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (35s) 11s ago 18m 4714k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (18m) 9s ago 18m 408M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (17m) 9s ago 17m 310M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (17m) 9s ago 17m 274M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (17m) 9s ago 17m 395M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (16m) 11s ago 16m 384M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (16m) 11s ago 16m 435M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (16m) 11s ago 16m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (15m) 11s ago 15m 489M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:16:20.497 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 9s ago 19m - - 2024-04-12T06:16:20.888 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:16:20.888 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:16:20.888 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:16:20.888 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:20.888 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:16:20.889 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:16:21.134 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:19.837330+0000 mgr.smithi088.noeasj (mgr.15266) 24 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:21.134 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:20.168690+0000 mgr.smithi088.noeasj (mgr.15266) 25 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:21.134 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:20.485300+0000 mgr.smithi088.noeasj (mgr.15266) 26 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:21.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:19.837330+0000 mgr.smithi088.noeasj (mgr.15266) 24 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:21.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:20.168690+0000 mgr.smithi088.noeasj (mgr.15266) 25 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:21.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:20 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:20.485300+0000 mgr.smithi088.noeasj (mgr.15266) 26 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr" 2024-04-12T06:16:21.231 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:16:21.232 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "2/23 daemons upgraded", 2024-04-12T06:16:21.232 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:16:21.232 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:16:21.232 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:16:21.567 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:21.660 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:16:21.660 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:16:21.660 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:20.787697+0000 mgr.smithi088.noeasj (mgr.15266) 27 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 283 B/s wr, 11 op/s 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:20.888975+0000 mon.smithi088 (mon.0) 1022 : audit [DBG] from='client.? 172.21.15.88:0/1304778537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.232677+0000 mgr.smithi088.noeasj (mgr.15266) 28 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.467077+0000 mon.smithi088 (mon.0) 1023 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.471122+0000 mon.smithi088 (mon.0) 1024 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.661348+0000 mon.smithi088 (mon.0) 1025 : audit [DBG] from='client.? 172.21.15.88:0/844297615' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.752946+0000 mon.smithi088 (mon.0) 1026 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:16:22.152 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:21 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.759135+0000 mon.smithi088 (mon.0) 1027 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:20.787697+0000 mgr.smithi088.noeasj (mgr.15266) 27 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 283 B/s wr, 11 op/s 2024-04-12T06:16:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:20.888975+0000 mon.smithi088 (mon.0) 1022 : audit [DBG] from='client.? 172.21.15.88:0/1304778537' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:16:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.232677+0000 mgr.smithi088.noeasj (mgr.15266) 28 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.467077+0000 mon.smithi088 (mon.0) 1023 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:22.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.471122+0000 mon.smithi088 (mon.0) 1024 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:22.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.661348+0000 mon.smithi088 (mon.0) 1025 : audit [DBG] from='client.? 172.21.15.88:0/844297615' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:16:22.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.752946+0000 mon.smithi088 (mon.0) 1026 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:16:22.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:21 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.759135+0000 mon.smithi088 (mon.0) 1027 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:22.881 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:21.753380+0000 mgr.smithi088.noeasj (mgr.15266) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:16:23.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:21.753380+0000 mgr.smithi088.noeasj (mgr.15266) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:16:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:22.788040+0000 mgr.smithi088.noeasj (mgr.15266) 30 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:16:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:23.177884+0000 mgr.smithi088.noeasj (mgr.15266) 31 : cephadm [INF] Upgrade: Updating mgr.smithi175.wddsmi 2024-04-12T06:16:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:23.178303+0000 mon.smithi088 (mon.0) 1028 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:16:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:23.179162+0000 mon.smithi088 (mon.0) 1029 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:16:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:23.179961+0000 mon.smithi088 (mon.0) 1030 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:23.180840+0000 mgr.smithi088.noeasj (mgr.15266) 32 : cephadm [INF] Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:16:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:22.788040+0000 mgr.smithi088.noeasj (mgr.15266) 30 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:16:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:23.177884+0000 mgr.smithi088.noeasj (mgr.15266) 31 : cephadm [INF] Upgrade: Updating mgr.smithi175.wddsmi 2024-04-12T06:16:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:23.178303+0000 mon.smithi088 (mon.0) 1028 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:16:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:23.179162+0000 mon.smithi088 (mon.0) 1029 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:16:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:23.179961+0000 mon.smithi088 (mon.0) 1030 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:23 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:23.180840+0000 mgr.smithi088.noeasj (mgr.15266) 32 : cephadm [INF] Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:16:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:25 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:24.788526+0000 mgr.smithi088.noeasj (mgr.15266) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:16:26.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:24.788526+0000 mgr.smithi088.noeasj (mgr.15266) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:16:26.618 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:26.754060+0000 mon.smithi088 (mon.0) 1031 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:26.760613+0000 mon.smithi088 (mon.0) 1032 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:26.789268+0000 mgr.smithi088.noeasj (mgr.15266) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:16:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:27 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:26.803288+0000 mon.smithi088 (mon.0) 1033 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:28.110 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:26.754060+0000 mon.smithi088 (mon.0) 1031 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:28.110 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:26.760613+0000 mon.smithi088 (mon.0) 1032 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:28.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:26.789268+0000 mgr.smithi088.noeasj (mgr.15266) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:16:28.111 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:26.803288+0000 mon.smithi088 (mon.0) 1033 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:30.665 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:30 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:28.789667+0000 mgr.smithi088.noeasj (mgr.15266) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:30.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:28.789667+0000 mgr.smithi088.noeasj (mgr.15266) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:31.656 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:32.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:30.790252+0000 mgr.smithi088.noeasj (mgr.15266) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:16:32.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:31.382928+0000 mon.smithi088 (mon.0) 1034 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:31.389031+0000 mon.smithi088 (mon.0) 1035 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:32.022408+0000 mon.smithi088 (mon.0) 1036 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:32 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:32.026308+0000 mon.smithi088 (mon.0) 1037 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:30.790252+0000 mgr.smithi088.noeasj (mgr.15266) 36 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:16:32.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:31.382928+0000 mon.smithi088 (mon.0) 1034 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:31.389031+0000 mon.smithi088 (mon.0) 1035 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:32.022408+0000 mon.smithi088 (mon.0) 1036 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:32.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:32.026308+0000 mon.smithi088 (mon.0) 1037 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:34.338 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:32.790663+0000 mgr.smithi088.noeasj (mgr.15266) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:34.338 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:33.338180+0000 mon.smithi088 (mon.0) 1038 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:33.343163+0000 mon.smithi088 (mon.0) 1039 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:33.868748+0000 mon.smithi088 (mon.0) 1040 : cluster [DBG] Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:16:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:33.868860+0000 mon.smithi088 (mon.0) 1041 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T06:16:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:33.870051+0000 mon.smithi175 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:16:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:33.870387+0000 mon.smithi175 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:16:34.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:33.872398+0000 mon.smithi175 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:16:34.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:33.873404+0000 mon.smithi175 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:16:34.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:34.029180+0000 mon.smithi088 (mon.0) 1042 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:34.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:32.790663+0000 mgr.smithi088.noeasj (mgr.15266) 37 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:34.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:33.338180+0000 mon.smithi088 (mon.0) 1038 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:34.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:33.343163+0000 mon.smithi088 (mon.0) 1039 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:34.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:33.868748+0000 mon.smithi088 (mon.0) 1040 : cluster [DBG] Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:16:34.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:33.868860+0000 mon.smithi088 (mon.0) 1041 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T06:16:34.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:33.870051+0000 mon.smithi175 (mon.1) 156 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:16:34.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:33.870387+0000 mon.smithi175 (mon.1) 157 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:16:34.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:33.872398+0000 mon.smithi175 (mon.1) 158 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:16:34.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:33.873404+0000 mon.smithi175 (mon.1) 159 : audit [DBG] from='mgr.? 172.21.15.175:0/866284188' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:16:34.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:34.029180+0000 mon.smithi088 (mon.0) 1042 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:35.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:34.416956+0000 mon.smithi088 (mon.0) 1043 : cluster [DBG] mgrmap e35: smithi088.noeasj(active, since 31s), standbys: smithi175.wddsmi 2024-04-12T06:16:35.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:34.416956+0000 mon.smithi088 (mon.0) 1043 : cluster [DBG] mgrmap e35: smithi088.noeasj(active, since 31s), standbys: smithi175.wddsmi 2024-04-12T06:16:36.696 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:34.791226+0000 mgr.smithi088.noeasj (mgr.15266) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.453807+0000 mon.smithi088 (mon.0) 1044 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.458306+0000 mon.smithi088 (mon.0) 1045 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.459134+0000 mon.smithi088 (mon.0) 1046 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.459902+0000 mon.smithi088 (mon.0) 1047 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:35.461607+0000 mgr.smithi088.noeasj (mgr.15266) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 191 B/s rd, 287 B/s wr, 0 op/s 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:35.461919+0000 mgr.smithi088.noeasj (mgr.15266) 40 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.465420+0000 mon.smithi088 (mon.0) 1048 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.472040+0000 mon.smithi088 (mon.0) 1049 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.608234+0000 mon.smithi088 (mon.0) 1050 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.610739+0000 mon.smithi088 (mon.0) 1051 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.615636+0000 mon.smithi088 (mon.0) 1052 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.616317+0000 mon.smithi088 (mon.0) 1053 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi088.noeasj"}]: dispatch 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.619718+0000 mon.smithi088 (mon.0) 1054 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi088.noeasj"}]': finished 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.620250+0000 mon.smithi088 (mon.0) 1055 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.623166+0000 mon.smithi088 (mon.0) 1056 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi175.wddsmi"}]': finished 2024-04-12T06:16:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:35.624040+0000 mon.smithi088 (mon.0) 1057 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T06:16:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:34.791226+0000 mgr.smithi088.noeasj (mgr.15266) 38 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:16:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.453807+0000 mon.smithi088 (mon.0) 1044 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.458306+0000 mon.smithi088 (mon.0) 1045 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.459134+0000 mon.smithi088 (mon.0) 1046 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.459902+0000 mon.smithi088 (mon.0) 1047 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:16:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:35.461607+0000 mgr.smithi088.noeasj (mgr.15266) 39 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 191 B/s rd, 287 B/s wr, 0 op/s 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:35.461919+0000 mgr.smithi088.noeasj (mgr.15266) 40 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.465420+0000 mon.smithi088 (mon.0) 1048 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.472040+0000 mon.smithi088 (mon.0) 1049 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.608234+0000 mon.smithi088 (mon.0) 1050 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.610739+0000 mon.smithi088 (mon.0) 1051 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.615636+0000 mon.smithi088 (mon.0) 1052 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.616317+0000 mon.smithi088 (mon.0) 1053 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi088.noeasj"}]: dispatch 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.619718+0000 mon.smithi088 (mon.0) 1054 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi088.noeasj"}]': finished 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.620250+0000 mon.smithi088 (mon.0) 1055 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.623166+0000 mon.smithi088 (mon.0) 1056 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi175.wddsmi"}]': finished 2024-04-12T06:16:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:35.624040+0000 mon.smithi088 (mon.0) 1057 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T06:16:37.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:35.611326+0000 mgr.smithi088.noeasj (mgr.15266) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-12T06:16:37.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:37.295931+0000 mon.smithi088 (mon.0) 1058 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:37.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:37.296549+0000 mon.smithi088 (mon.0) 1059 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:16:37.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:37.297036+0000 mon.smithi088 (mon.0) 1060 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:16:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: audit 2024-04-12T06:16:37.297527+0000 mon.smithi088 (mon.0) 1061 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:35.611326+0000 mgr.smithi088.noeasj (mgr.15266) 41 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-04-12T06:16:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:37.295931+0000 mon.smithi088 (mon.0) 1058 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:37.296549+0000 mon.smithi088 (mon.0) 1059 : audit [INF] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:16:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:37.297036+0000 mon.smithi088 (mon.0) 1060 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:16:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:37.297527+0000 mon.smithi088 (mon.0) 1061 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:38.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:37.291408+0000 mgr.smithi088.noeasj (mgr.15266) 42 : cephadm [INF] Upgrade: Updating mon.smithi088 2024-04-12T06:16:38.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cephadm 2024-04-12T06:16:37.298207+0000 mgr.smithi088.noeasj (mgr.15266) 43 : cephadm [INF] Deploying daemon mon.smithi088 on smithi088 2024-04-12T06:16:38.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: cluster 2024-04-12T06:16:37.462208+0000 mgr.smithi088.noeasj (mgr.15266) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:16:38.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:37.291408+0000 mgr.smithi088.noeasj (mgr.15266) 42 : cephadm [INF] Upgrade: Updating mon.smithi088 2024-04-12T06:16:38.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:37.298207+0000 mgr.smithi088.noeasj (mgr.15266) 43 : cephadm [INF] Deploying daemon mon.smithi088 on smithi088 2024-04-12T06:16:38.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:37.462208+0000 mgr.smithi088.noeasj (mgr.15266) 44 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:16:39.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:39 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:16:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T06:16:39.323+0000 7f8b9cc31700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-04-12T06:16:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088[35337]: debug 2024-04-12T06:16:39.323+0000 7f8b9cc31700 -1 mon.smithi088@0(leader) e2 *** Got Signal Terminated *** 2024-04-12T06:16:40.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:40 smithi088 bash[92310]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi088 2024-04-12T06:16:40.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:40 smithi088 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service: Succeeded. 2024-04-12T06:16:40.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:40 smithi088 systemd[1]: Stopped Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:16:40.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:40 smithi088 systemd[1]: Starting Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:16:41.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: set uid:gid to 167:167 (ceph:ceph) 2024-04-12T06:16:41.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable), process ceph-mon, pid 7 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: pidfile_write: ignore empty --pid-file 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: load: jerasure load: lrc 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: RocksDB version: 7.9.2 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Git sha 0 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Compile date 2024-04-08 23:21:21 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: DB SUMMARY 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: DB Session ID: 6PLT0C63ARC9KFB2VMGG 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: CURRENT file: CURRENT 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: IDENTITY file: IDENTITY 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1741 Bytes 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 1, files: 000035.sst 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000033.log size: 5070370 ; 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.error_if_exists: 0 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.create_if_missing: 0 2024-04-12T06:16:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.paranoid_checks: 1 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.env: 0x55b8130497a0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.fs: PosixFileSystem 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.info_log: 0x55b81544b3a0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_file_opening_threads: 16 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.statistics: (nil) 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.use_fsync: 0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_log_file_size: 0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.keep_log_file_num: 1000 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.recycle_log_file_num: 0 2024-04-12T06:16:41.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.allow_fallocate: 1 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.allow_mmap_reads: 0 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.allow_mmap_writes: 0 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.use_direct_reads: 0 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.create_missing_column_families: 0 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.db_log_dir: 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.wal_dir: 2024-04-12T06:16:41.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T06:16:41.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T06:16:41.718 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T06:16:41.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T06:16:41.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T06:16:41.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T06:16:41.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.advise_random_on_open: 1 2024-04-12T06:16:41.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.db_write_buffer_size: 0 2024-04-12T06:16:41.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.write_buffer_manager: 0x55b8146c0140 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.rate_limiter: (nil) 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.wal_recovery_mode: 2 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.enable_thread_tracking: 0 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.enable_pipelined_write: 0 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.unordered_write: 0 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T06:16:41.720 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.row_cache: None 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.wal_filter: None 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.allow_ingest_behind: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.two_write_queues: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.manual_wal_flush: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.wal_compression: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.atomic_flush: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.log_readahead_size: 0 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T06:16:41.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.best_efforts_recovery: 0 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.allow_data_in_errors: 0 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.db_host_id: __hostname__ 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_background_jobs: 2 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_background_compactions: -1 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_subcompactions: 1 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T06:16:41.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_total_wal_size: 0 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_open_files: -1 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bytes_per_sync: 0 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_readahead_size: 0 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_background_flushes: -1 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Compression algorithms supported: 2024-04-12T06:16:41.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kZSTD supported: 0 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kXpressCompression supported: 0 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kLZ4HCCompression supported: 1 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kZlibCompression supported: 1 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kSnappyCompression supported: 1 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kLZ4Compression supported: 1 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: kBZip2Compression supported: 0 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000008 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.merge_operator: 2024-04-12T06:16:41.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_filter: None 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_filter_factory: None 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.sst_partitioner_factory: None 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b81544b4c0) 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: cache_index_and_filter_blocks: 1 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: pin_top_level_index_and_filter: 1 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_type: 0 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_block_index_type: 0 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_shortening: 1 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-12T06:16:41.725 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: checksum: 4 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: no_block_cache: 0 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache: 0x55b8147611f0 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_name: BinnedLRUCache 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_options: 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: capacity : 536870912 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: num_shard_bits : 4 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: strict_capacity_limit : 0 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: high_pri_pool_ratio: 0.000 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_compressed: (nil) 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: persistent_cache: (nil) 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_size: 4096 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_size_deviation: 10 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_restart_interval: 16 2024-04-12T06:16:41.726 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_block_restart_interval: 1 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: metadata_block_size: 4096 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: partition_filters: 0 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: use_delta_encoding: 1 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: filter_policy: bloomfilter 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: whole_key_filtering: 1 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: verify_compression: 0 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: read_amp_bytes_per_bit: 0 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: format_version: 5 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: enable_index_compression: 1 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_align: 0 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: max_auto_readahead_size: 262144 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: prepopulate_block_cache: 0 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: initial_auto_readahead_size: 8192 2024-04-12T06:16:41.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: num_file_reads_for_auto_readahead: 2 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.write_buffer_size: 33554432 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_write_buffer_number: 2 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression: NoCompression 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression: Disabled 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.prefix_extractor: nullptr 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.num_levels: 7 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T06:16:41.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.level: 32767 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.strategy: 0 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.enabled: false 2024-04-12T06:16:41.729 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.target_file_size_base: 67108864 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T06:16:41.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.arena_block_size: 1048576 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.disable_auto_compactions: 0 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T06:16:41.731 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.table_properties_collectors: 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.inplace_update_support: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.bloom_locality: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.max_successive_merges: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.paranoid_file_checks: 0 2024-04-12T06:16:41.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.force_consistency_checks: 1 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.report_bg_io_stats: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.ttl: 2592000 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.enable_blob_files: false 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.min_blob_size: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.blob_file_size: 268435456 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.blob_file_starting_level: 0 2024-04-12T06:16:41.733 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 35.sst 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 37, last_sequence is 18660, log_number is 33,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 33 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 17cc5b13-3d71-4299-8751-2bb6c589fb9b 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712902601342480, "job": 1, "event": "recovery_started", "wal_files": [33]} 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #33 mode 2 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712902601356542, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 38, "file_size": 4802810, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18661, "largest_seqno": 19688, "table_properties": {"data_size": 4796092, "index_size": 4803, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 901, "raw_key_size": 6921, "raw_average_key_size": 20, "raw_value_size": 4786085, "raw_average_value_size": 14035, "num_data_blocks": 215, "num_entries": 341, "num_filter_entries": 341, "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": 1712902601, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "17cc5b13-3d71-4299-8751-2bb6c589fb9b", "db_session_id": "6PLT0C63ARC9KFB2VMGG", "orig_file_number": 38, "seqno_to_time_mapping": "N/A"}} 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712902601356625, "job": 1, "event": "recovery_finished"} 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/version_set.cc:5047] Creating manifest 40 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi088/store.db/000033.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b814800000 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: DB pointer 0x55b8147ee000 2024-04-12T06:16:41.734 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** DB Stats ** 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T06:16:41.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: L0 1/0 4.58 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 574.8 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: L6 1/0 29.39 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-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Sum 2/0 33.97 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 574.8 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.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 574.8 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.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 574.8 0.01 0.00 1 0.008 0 0 0.0 0.0 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T06:16:41.736 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Flush(GB): cumulative 0.004, interval 0.004 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative compaction: 0.00 GB write, 274.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval compaction: 0.00 GB write, 274.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Block cache BinnedLRUCache@0x55b8147611f0#7 capacity: 512.00 MB usage: 6.11 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.03 KB,0.000196695%) IndexBlock(1,5.08 KB,0.000968575%) Misc(1,0.00 KB,0%) 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: starting mon.smithi088 rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???) e2 preinit fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T06:16:41.737 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).mds e8 new map 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).mds e8 print_map 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: e8 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: legacy client fscid: 1 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Filesystem 'foofs' (1) 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: fs_name foofs 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: epoch 5 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: created 2024-04-12T06:02:00.705205+0000 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: modified 2024-04-12T06:02:10.889763+0000 2024-04-12T06:16:41.738 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: tableserver 0 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: root 0 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: session_timeout 60 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: session_autoclose 300 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: max_file_size 1099511627776 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: max_xattr_size 65536 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: required_client_features {} 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: last_failure 0 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: last_failure_osd_epoch 0 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.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-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: max_mds 1 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: in 0 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: up {0=14500} 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: failed 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: damaged 2024-04-12T06:16:41.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: stopped 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_pools [3] 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: metadata_pool 2 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: inline_data disabled 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: balancer 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: bal_rank_mask -1 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: standby_count_wanted 1 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: [mds.foofs.smithi088.djqnyb{0:14500} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Standby daemons: 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: [mds.foofs.smithi175.egexnz{-1:24277} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).osd e71 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-12T06:16:41.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T06:16:41.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T06:16:41.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).osd e71 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T06:16:41.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 ceph-mon[92525]: mon.smithi088@-1(???).paxosservice(auth 1..46) refresh upgraded, format 0 -> 3 2024-04-12T06:16:41.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 bash[92487]: 81261d59374a5c8f2434e474bccadaff864f3f45d4174c7ce1e47fb8255b5661 2024-04-12T06:16:41.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:16:41 smithi088 systemd[1]: Started Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:16:41.741 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:39.332571+0000 mon.smithi175 (mon.1) 160 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:39.333375+0000 mon.smithi175 (mon.1) 161 : audit [DBG] from='mgr.15266 172.21.15.88:0/3919651066' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:39.462605+0000 mgr.smithi088.noeasj (mgr.15266) 45 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 118 B/s wr, 0 op/s 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:41.463216+0000 mgr.smithi088.noeasj (mgr.15266) 46 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.770479+0000 mon.smithi088 (mon.0) 1 : cluster [INF] mon.smithi088 calling monitor election 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.783826+0000 mon.smithi088 (mon.0) 2 : cluster [INF] mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.788629+0000 mon.smithi088 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.789214+0000 mon.smithi088 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.789248+0000 mon.smithi088 (mon.0) 5 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.790227+0000 mon.smithi088 (mon.0) 6 : cluster [DBG] mgrmap e35: smithi088.noeasj(active, since 39s), standbys: smithi175.wddsmi 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.790839+0000 mon.smithi088 (mon.0) 7 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:16:43.137 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.790858+0000 mon.smithi088 (mon.0) 8 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:16:43.138 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.790886+0000 mon.smithi088 (mon.0) 9 : cluster [WRN] daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:16:43.138 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:42.799642+0000 mon.smithi088 (mon.0) 10 : cluster [DBG] mgrmap e36: smithi088.noeasj(active, since 39s), standbys: smithi175.wddsmi 2024-04-12T06:16:43.138 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:42.799738+0000 mon.smithi088 (mon.0) 11 : audit [INF] from='mgr.15266 ' entity='' 2024-04-12T06:16:44.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:43.801456+0000 mon.smithi088 (mon.0) 12 : cluster [DBG] mgrmap e37: smithi088.noeasj(active, since 40s), standbys: smithi175.wddsmi 2024-04-12T06:16:46.766 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.591272+0000 mon.smithi088 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:16:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.591360+0000 mon.smithi088 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi175.wddsmi started 2024-04-12T06:16:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.593372+0000 mon.smithi175 (mon.1) 162 : audit [DBG] from='mgr.? 172.21.15.175:0/1027397664' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/crt"}]: dispatch 2024-04-12T06:16:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.593785+0000 mon.smithi175 (mon.1) 163 : audit [DBG] from='mgr.? 172.21.15.175:0/1027397664' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-12T06:16:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.596108+0000 mon.smithi175 (mon.1) 164 : audit [DBG] from='mgr.? 172.21.15.175:0/1027397664' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi175.wddsmi/key"}]: dispatch 2024-04-12T06:16:49.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.596410+0000 mon.smithi175 (mon.1) 165 : audit [DBG] from='mgr.? 172.21.15.175:0/1027397664' entity='mgr.smithi175.wddsmi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-12T06:16:50.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.646483+0000 mon.smithi088 (mon.0) 15 : cluster [DBG] mgrmap e38: smithi088.noeasj(active, since 46s), standbys: smithi175.wddsmi 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.668324+0000 mon.smithi088 (mon.0) 16 : cluster [INF] Active manager daemon smithi088.noeasj restarted 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.668607+0000 mon.smithi088 (mon.0) 17 : cluster [INF] Activating manager daemon smithi088.noeasj 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.674665+0000 mon.smithi088 (mon.0) 18 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.675015+0000 mon.smithi088 (mon.0) 19 : cluster [DBG] mgrmap e39: smithi088.noeasj(active, starting, since 0.00649012s), standbys: smithi175.wddsmi 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.676361+0000 mon.smithi088 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.676471+0000 mon.smithi088 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.677322+0000 mon.smithi088 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.677509+0000 mon.smithi088 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.677777+0000 mon.smithi088 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.678013+0000 mon.smithi088 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.678424+0000 mon.smithi088 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.678642+0000 mon.smithi088 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:16:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.678853+0000 mon.smithi088 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.679043+0000 mon.smithi088 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.679291+0000 mon.smithi088 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.679490+0000 mon.smithi088 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.679697+0000 mon.smithi088 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.679950+0000 mon.smithi088 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.681674+0000 mon.smithi088 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.681919+0000 mon.smithi088 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.682439+0000 mon.smithi088 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:49.702081+0000 mon.smithi088 (mon.0) 37 : cluster [INF] Manager daemon smithi088.noeasj is now available 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.722490+0000 mon.smithi088 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.752807+0000 mon.smithi088 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.756032+0000 mon.smithi088 (mon.0) 40 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:16:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:49.765424+0000 mon.smithi088 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:16:51.802 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:50.091830+0000 mgr.smithi088.noeasj (mgr.34104) 1 : cephadm [INF] [12/Apr/2024:06:16:50] ENGINE Bus STARTING 2024-04-12T06:16:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:50.193728+0000 mgr.smithi088.noeasj (mgr.34104) 2 : cephadm [INF] [12/Apr/2024:06:16:50] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:16:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:50.307887+0000 mgr.smithi088.noeasj (mgr.34104) 3 : cephadm [INF] [12/Apr/2024:06:16:50] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:16:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:50.308037+0000 mgr.smithi088.noeasj (mgr.34104) 4 : cephadm [INF] [12/Apr/2024:06:16:50] ENGINE Bus STARTED 2024-04-12T06:16:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:50.679766+0000 mon.smithi088 (mon.0) 42 : cluster [DBG] mgrmap e40: smithi088.noeasj(active, since 1.01124s), standbys: smithi175.wddsmi 2024-04-12T06:16:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:50.686109+0000 mgr.smithi088.noeasj (mgr.34104) 5 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:52.012 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:16:52.719 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:16:52.719 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (9m) 19s ago 20m 16.1M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (20m) 19s ago 20m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (19m) 21s ago 19m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (7m) 19s ago 20m 35.2M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (14m) 19s ago 14m 38.8M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (14m) 21s ago 14m 15.3M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (61s) 19s ago 22m 492M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (26s) 21s ago 19m 54.0M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (22m) 19s ago 22m 81.4M 2048M 16.2.5 6933c2a0b7dd 399b9e085fe6 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (19m) 21s ago 19m 61.5M 2048M 16.2.5 6933c2a0b7dd a12adcc0d6d1 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (12m) 19s ago 12m 77.5M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (11m) 21s ago 11m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (5m) 19s ago 20m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (67s) 21s ago 19m 4714k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:16:52.720 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (18m) 19s ago 18m 408M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (18m) 19s ago 18m 310M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (18m) 19s ago 18m 274M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (17m) 19s ago 17m 395M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (17m) 21s ago 17m 384M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (17m) 21s ago 17m 435M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (16m) 21s ago 16m 355M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (16m) 21s ago 16m 489M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:16:52.721 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 unknown 19s ago 19m - - 2024-04-12T06:16:52.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:51.675363+0000 mon.smithi088 (mon.0) 43 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:16:52.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:51.675392+0000 mon.smithi088 (mon.0) 44 : cluster [INF] Cluster is now healthy 2024-04-12T06:16:52.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:51.680288+0000 mgr.smithi088.noeasj (mgr.34104) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:16:53.104 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:16:53.105 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:16:53.106 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2024-04-12T06:16:53.106 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 3 2024-04-12T06:16:53.106 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:16:53.106 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr" 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "2/23 daemons upgraded", 2024-04-12T06:16:53.450 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:16:53.451 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:16:53.451 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:16:53.847 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_OK 2024-04-12T06:16:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:52.000419+0000 mgr.smithi088.noeasj (mgr.34104) 7 : audit [DBG] from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:52.365891+0000 mgr.smithi088.noeasj (mgr.34104) 8 : audit [DBG] from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:52.684715+0000 mon.smithi088 (mon.0) 45 : cluster [DBG] mgrmap e41: smithi088.noeasj(active, since 3s), standbys: smithi175.wddsmi 2024-04-12T06:16:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:52.711703+0000 mgr.smithi088.noeasj (mgr.34104) 9 : audit [DBG] from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:53.105272+0000 mon.smithi088 (mon.0) 46 : audit [DBG] from='client.? 172.21.15.88:0/4170648295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:16:54.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:53.451220+0000 mgr.smithi088.noeasj (mgr.34104) 10 : audit [DBG] from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:16:54.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:53.680581+0000 mgr.smithi088.noeasj (mgr.34104) 11 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:54.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:53.699852+0000 mon.smithi088 (mon.0) 47 : cluster [DBG] mgrmap e42: smithi088.noeasj(active, since 4s), standbys: smithi175.wddsmi 2024-04-12T06:16:54.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:53.849160+0000 mon.smithi088 (mon.0) 48 : audit [DBG] from='client.? 172.21.15.88:0/1262004791' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:16:54.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:54.365030+0000 mon.smithi088 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:54.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:54.369187+0000 mon.smithi088 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:56.408 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:55.006051+0000 mon.smithi088 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:56.408 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:55.011692+0000 mon.smithi088 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:56.408 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:55.680837+0000 mgr.smithi088.noeasj (mgr.34104) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:16:56.837 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:16:57.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:56.821685+0000 mon.smithi088 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:57.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:56.826441+0000 mon.smithi088 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:57.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:57.615236+0000 mon.smithi088 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:57.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:57.619665+0000 mon.smithi088 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:59.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:57.681493+0000 mgr.smithi088.noeasj (mgr.34104) 13 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-12T06:16:59.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:58.337730+0000 mon.smithi088 (mon.0) 57 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:59.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:58.342395+0000 mon.smithi088 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:16:59.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:58.343578+0000 mon.smithi088 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:16:59.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:58.344268+0000 mon.smithi088 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:17:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:58.345282+0000 mgr.smithi088.noeasj (mgr.34104) 14 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:17:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:58.345464+0000 mgr.smithi088.noeasj (mgr.34104) 15 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:58.609864+0000 mgr.smithi088.noeasj (mgr.34104) 16 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:58.609991+0000 mgr.smithi088.noeasj (mgr.34104) 17 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.406955+0000 mon.smithi088 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.409899+0000 mon.smithi088 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.415795+0000 mon.smithi088 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.419782+0000 mon.smithi088 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.423739+0000 mon.smithi088 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.429750+0000 mon.smithi088 (mon.0) 66 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.532601+0000 mon.smithi088 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.534656+0000 mon.smithi088 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:16:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:16:59.535535+0000 mon.smithi088 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T06:17:00.924 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:58.874100+0000 mgr.smithi088.noeasj (mgr.34104) 18 : cephadm [INF] Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:00.924 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:58.874234+0000 mgr.smithi088.noeasj (mgr.34104) 19 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:00.924 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:59.138327+0000 mgr.smithi088.noeasj (mgr.34104) 20 : cephadm [INF] Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:00.924 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:16:59.138476+0000 mgr.smithi088.noeasj (mgr.34104) 21 : cephadm [INF] Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:00.925 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:16:59.420734+0000 mgr.smithi088.noeasj (mgr.34104) 22 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 117 B/s wr, 13 op/s 2024-04-12T06:17:00.925 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:17:00.418644+0000 mon.smithi088 (mon.0) 70 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:17:01.873 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:17:00.953378+0000 mgr.smithi088.noeasj (mgr.34104) 23 : cephadm [INF] Upgrade: Updating mon.smithi175 2024-04-12T06:17:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:17:00.959666+0000 mon.smithi088 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:17:00.960485+0000 mon.smithi088 (mon.0) 72 : audit [INF] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:17:00.961137+0000 mon.smithi088 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: audit 2024-04-12T06:17:00.961802+0000 mon.smithi088 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cephadm 2024-04-12T06:17:00.962697+0000 mgr.smithi088.noeasj (mgr.34104) 24 : cephadm [INF] Deploying daemon mon.smithi175 on smithi175 2024-04-12T06:17:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: cluster 2024-04-12T06:17:01.421452+0000 mgr.smithi088.noeasj (mgr.34104) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-04-12T06:17:02.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:02 smithi175 systemd[1]: Stopping Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:17:03.155 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T06:17:02.733+0000 7f9857fcd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi175 -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-04-12T06:17:03.155 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175[39094]: debug 2024-04-12T06:17:02.733+0000 7f9857fcd700 -1 mon.smithi175@1(peon) e2 *** Got Signal Terminated *** 2024-04-12T06:17:03.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:03 smithi175 bash[67899]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon.smithi175 2024-04-12T06:17:03.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:03 smithi175 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi175.service: Succeeded. 2024-04-12T06:17:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:03 smithi175 systemd[1]: Stopped Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:17:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:03 smithi175 systemd[1]: Starting Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: set uid:gid to 167:167 (ceph:ceph) 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable), process ceph-mon, pid 7 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: pidfile_write: ignore empty --pid-file 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: load: jerasure load: lrc 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: RocksDB version: 7.9.2 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Git sha 0 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Compile date 2024-04-08 23:21:21 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: DB SUMMARY 2024-04-12T06:17:04.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: DB Session ID: R2DJEIJABDWVE2D88NUC 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: CURRENT file: CURRENT 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: IDENTITY file: IDENTITY 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: MANIFEST file: MANIFEST-000005 size: 2065 Bytes 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi175/store.db dir, Total Num: 1, files: 000038.sst 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi175/store.db: 000036.log size: 125507 ; 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.error_if_exists: 0 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.create_if_missing: 0 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.paranoid_checks: 1 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.env: 0x560da42707a0 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.fs: PosixFileSystem 2024-04-12T06:17:04.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.info_log: 0x560da76bb3a0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_file_opening_threads: 16 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.statistics: (nil) 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.use_fsync: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_log_file_size: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.keep_log_file_num: 1000 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.recycle_log_file_num: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.allow_fallocate: 1 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.allow_mmap_reads: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.allow_mmap_writes: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.use_direct_reads: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.create_missing_column_families: 0 2024-04-12T06:17:04.726 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.db_log_dir: 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.wal_dir: 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.advise_random_on_open: 1 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.db_write_buffer_size: 0 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.write_buffer_manager: 0x560da6930140 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-12T06:17:04.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.rate_limiter: (nil) 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.wal_recovery_mode: 2 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.enable_thread_tracking: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.enable_pipelined_write: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.unordered_write: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.row_cache: None 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.wal_filter: None 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.allow_ingest_behind: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.two_write_queues: 0 2024-04-12T06:17:04.728 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.manual_wal_flush: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.wal_compression: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.atomic_flush: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.log_readahead_size: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.best_efforts_recovery: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.allow_data_in_errors: 0 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.db_host_id: __hostname__ 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-12T06:17:04.729 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_background_jobs: 2 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_background_compactions: -1 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_subcompactions: 1 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_total_wal_size: 0 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_open_files: -1 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bytes_per_sync: 0 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-12T06:17:04.730 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_readahead_size: 0 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_background_flushes: -1 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Compression algorithms supported: 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kZSTD supported: 0 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kXpressCompression supported: 0 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kLZ4HCCompression supported: 1 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kZlibCompression supported: 1 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kSnappyCompression supported: 1 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kLZ4Compression supported: 1 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: kBZip2Compression supported: 0 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi175/store.db/MANIFEST-000005 2024-04-12T06:17:04.731 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.merge_operator: 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_filter: None 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_filter_factory: None 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.sst_partitioner_factory: None 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560da76bb4c0) 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: cache_index_and_filter_blocks: 1 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: pin_top_level_index_and_filter: 1 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: index_type: 0 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: data_block_index_type: 0 2024-04-12T06:17:04.732 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: index_shortening: 1 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: checksum: 4 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: no_block_cache: 0 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_cache: 0x560da69d11f0 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_cache_name: BinnedLRUCache 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_cache_options: 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: capacity : 536870912 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: num_shard_bits : 4 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: strict_capacity_limit : 0 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: high_pri_pool_ratio: 0.000 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_cache_compressed: (nil) 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: persistent_cache: (nil) 2024-04-12T06:17:04.733 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_size: 4096 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_size_deviation: 10 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_restart_interval: 16 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: index_block_restart_interval: 1 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: metadata_block_size: 4096 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: partition_filters: 0 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: use_delta_encoding: 1 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: filter_policy: bloomfilter 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: whole_key_filtering: 1 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: verify_compression: 0 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: read_amp_bytes_per_bit: 0 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: format_version: 5 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: enable_index_compression: 1 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: block_align: 0 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: max_auto_readahead_size: 262144 2024-04-12T06:17:04.734 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: prepopulate_block_cache: 0 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: initial_auto_readahead_size: 8192 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: num_file_reads_for_auto_readahead: 2 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.write_buffer_size: 33554432 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_write_buffer_number: 2 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression: NoCompression 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression: Disabled 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.prefix_extractor: nullptr 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.num_levels: 7 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-12T06:17:04.735 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-12T06:17:04.736 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-12T06:17:04.736 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.level: 32767 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.strategy: 0 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-12T06:17:04.737 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.enabled: false 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.target_file_size_base: 67108864 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-12T06:17:04.738 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.arena_block_size: 1048576 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.disable_auto_compactions: 0 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-12T06:17:04.739 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.table_properties_collectors: 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.inplace_update_support: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.bloom_locality: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.max_successive_merges: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-12T06:17:04.740 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.paranoid_file_checks: 0 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.force_consistency_checks: 1 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.report_bg_io_stats: 0 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.ttl: 2592000 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.enable_blob_files: false 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.min_blob_size: 0 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.blob_file_size: 268435456 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-12T06:17:04.741 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.blob_file_starting_level: 0 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 38.sst 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi175/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 40, last_sequence is 21685, log_number is 36,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 36 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f7c718fc-f785-4def-84fe-c1b4db011b28 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712902624338182, "job": 1, "event": "recovery_started", "wal_files": [36]} 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #36 mode 2 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712902624338977, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 41, "file_size": 84827, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 21690, "largest_seqno": 21702, "table_properties": {"data_size": 83640, "index_size": 114, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 270, "raw_average_key_size": 22, "raw_value_size": 83291, "raw_average_value_size": 6940, "num_data_blocks": 5, "num_entries": 12, "num_filter_entries": 12, "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": 1712902624, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f7c718fc-f785-4def-84fe-c1b4db011b28", "db_session_id": "R2DJEIJABDWVE2D88NUC", "orig_file_number": 41, "seqno_to_time_mapping": "N/A"}} 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712902624339057, "job": 1, "event": "recovery_finished"} 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/version_set.cc:5047] Creating manifest 43 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi175/store.db/000036.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-12T06:17:04.742 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560da6a70000 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: DB pointer 0x560da6a5e000 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: ** DB Stats ** 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: ** Compaction Stats [default] ** 2024-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.743 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: L0 1/0 82.84 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 168.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: L6 1/0 35.47 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-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Sum 2/0 35.55 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 168.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.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 168.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: ** Compaction Stats [default] ** 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.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 168.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-12T06:17:04.744 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Cumulative compaction: 0.00 GB write, 27.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Interval compaction: 0.00 GB write, 27.72 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Block cache BinnedLRUCache@0x560da69d11f0#7 capacity: 512.00 MB usage: 0.31 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.20 KB,3.8743e-05%) Misc(1,0.00 KB,0%) 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: starting mon.smithi175 rank 1 at public addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] at bind addrs [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi175 fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T06:17:04.745 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???) e2 preinit fsid 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).mds e8 new map 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).mds e8 print_map 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: e8 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: legacy client fscid: 1 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Filesystem 'foofs' (1) 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: fs_name foofs 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: epoch 5 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: created 2024-04-12T06:02:00.705205+0000 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: modified 2024-04-12T06:02:10.889763+0000 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: tableserver 0 2024-04-12T06:17:04.746 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: root 0 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: session_timeout 60 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: session_autoclose 300 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: max_file_size 1099511627776 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: max_xattr_size 65536 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: required_client_features {} 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: last_failure 0 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: last_failure_osd_epoch 0 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.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-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: max_mds 1 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: in 0 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: up {0=14500} 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: failed 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: damaged 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: stopped 2024-04-12T06:17:04.747 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: data_pools [3] 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: metadata_pool 2 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: inline_data disabled 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: balancer 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: bal_rank_mask -1 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: standby_count_wanted 1 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: [mds.foofs.smithi088.djqnyb{0:14500} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.88:6834/1248874398,v1:172.21.15.88:6835/1248874398] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: Standby daemons: 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout: [mds.foofs.smithi175.egexnz{-1:24277} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] compat {c=[1],r=[1],i=[7ff]}] 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).osd e72 crush map has features 3314933000854323200, adjusting msgr requires 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T06:17:04.748 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T06:17:04.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).osd e72 crush map has features 432629239337189376, adjusting msgr requires 2024-04-12T06:17:04.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 ceph-mon[68108]: mon.smithi175@-1(???).paxosservice(auth 1..47) refresh upgraded, format 0 -> 3 2024-04-12T06:17:04.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 bash[68070]: 619a1257e6dbc88236c2fe89141286ccdbe16f712852ee978276b65223b8d637 2024-04-12T06:17:04.749 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:04 smithi175 systemd[1]: Started Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:17:06.815 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mkfs 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T06:17:06.816 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mkfs 0c064754-f891-11ee-bc8c-c7b262605968 2024-04-12T06:17:06.915 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-04-12T06:17:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring grafana.smithi088 (dependencies changed)... 2024-04-12T06:17:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T06:17:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring daemon grafana.smithi088 on smithi088 2024-04-12T06:17:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring node-exporter.smithi088 (dependencies changed)... 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring daemon node-exporter.smithi088 on smithi088 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring node-exporter.smithi175 (dependencies changed)... 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring daemon node-exporter.smithi175 on smithi175 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Updating mgr.smithi088.noeasj 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Deploying daemon mgr.smithi088.noeasj on smithi088 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:06.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Failing over to other MGR 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:04] ENGINE Bus STARTING 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:04] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:04] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:04] ENGINE Bus STARTED 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:06.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v11: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 188 B/s wr, 11 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v12: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 283 B/s wr, 11 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v13: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Updating mgr.smithi175.wddsmi 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v14: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v15: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v16: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v17: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v18: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:17:06.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Standby manager daemon smithi175.wddsmi started 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e35: smithi088.noeasj(active, since 31s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v19: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v20: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 191 B/s rd, 287 B/s wr, 0 op/s 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v21: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all mgr 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Updating mon.smithi088 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Deploying daemon mon.smithi088 on smithi088 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 118 B/s wr, 0 op/s 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mon.smithi088 calling monitor election 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:17:06.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: osdmap e71: 8 total, 8 up, 8 in 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e35: smithi088.noeasj(active, since 39s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e36: smithi088.noeasj(active, since 39s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e37: smithi088.noeasj(active, since 40s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Standby manager daemon smithi175.wddsmi started 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e38: smithi088.noeasj(active, since 46s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Active manager daemon smithi088.noeasj restarted 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Activating manager daemon smithi088.noeasj 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: osdmap e72: 8 total, 8 up, 8 in 2024-04-12T06:17:06.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e39: smithi088.noeasj(active, starting, since 0.00649012s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:17:06.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Manager daemon smithi088.noeasj is now available 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:50] ENGINE Bus STARTING 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:50] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:50] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:17:06.981 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [12/Apr/2024:06:16:50] ENGINE Bus STARTED 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e40: smithi088.noeasj(active, since 1.01124s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v3: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Cluster is now healthy 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v4: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e41: smithi088.noeasj(active, since 3s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/4170648295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v5: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:06.982 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e42: smithi088.noeasj(active, since 4s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1262004791' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v6: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.983 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v7: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:06.984 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.985 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.986 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v8: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 117 B/s wr, 13 op/s 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Upgrade: Updating mon.smithi175 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.987 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Deploying daemon mon.smithi175 on smithi175 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v9: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: pgmap v11: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 174 B/s wr, 10 op/s 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:17:06.988 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mon.smithi088 calling monitor election 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mon.smithi175 calling monitor election 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: monmap e3: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: osdmap e72: 8 total, 8 up, 8 in 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: mgrmap e42: smithi088.noeasj(active, since 16s), standbys: smithi175.wddsmi 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:17:06.989 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.990 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:06.990 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring daemon alertmanager.smithi088 on smithi088 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring grafana.smithi088 (dependencies changed)... 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring daemon grafana.smithi088 on smithi088 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring node-exporter.smithi088 (dependencies changed)... 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring daemon node-exporter.smithi088 on smithi088 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring node-exporter.smithi175 (dependencies changed)... 2024-04-12T06:17:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring daemon node-exporter.smithi175 on smithi175 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Updating mgr.smithi088.noeasj 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Deploying daemon mgr.smithi088.noeasj on smithi088 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Need to upgrade myself (mgr.smithi175.wddsmi) 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Failing over to other MGR 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:04] ENGINE Bus STARTING 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:04] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:04] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:04] ENGINE Bus STARTED 2024-04-12T06:17:07.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Reconfiguring daemon prometheus.smithi088 on smithi088 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v11: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 188 B/s wr, 11 op/s 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v12: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 283 B/s wr, 11 op/s 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v13: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:17:07.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Updating mgr.smithi175.wddsmi 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Deploying daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v14: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v15: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 188 B/s rd, 188 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v16: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v17: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v18: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Standby manager daemon smithi175.wddsmi started 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e35: smithi088.noeasj(active, since 31s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v19: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v20: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 191 B/s rd, 287 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v21: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all mgr 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Updating mon.smithi088 2024-04-12T06:17:07.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Deploying daemon mon.smithi088 on smithi088 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 118 B/s wr, 0 op/s 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mon.smithi088 calling monitor election 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: osdmap e71: 8 total, 8 up, 8 in 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e35: smithi088.noeasj(active, since 39s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:17:07.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e36: smithi088.noeasj(active, since 39s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e37: smithi088.noeasj(active, since 40s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Standby manager daemon smithi175.wddsmi restarted 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Standby manager daemon smithi175.wddsmi started 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e38: smithi088.noeasj(active, since 46s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Active manager daemon smithi088.noeasj restarted 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Activating manager daemon smithi088.noeasj 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: osdmap e72: 8 total, 8 up, 8 in 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e39: smithi088.noeasj(active, starting, since 0.00649012s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi088.noeasj", "id": "smithi088.noeasj"}]: dispatch 2024-04-12T06:17:07.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr metadata", "who": "smithi175.wddsmi", "id": "smithi175.wddsmi"}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Manager daemon smithi088.noeasj is now available 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:07.221 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/mirror_snapshot_schedule"}]: dispatch 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.noeasj/trash_purge_schedule"}]: dispatch 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:50] ENGINE Bus STARTING 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:50] ENGINE Serving on http://172.21.15.88:8765 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:50] ENGINE Serving on https://172.21.15.88:7150 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [12/Apr/2024:06:16:50] ENGINE Bus STARTED 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e40: smithi088.noeasj(active, since 1.01124s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v3: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Cluster is now healthy 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v4: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:07.222 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e41: smithi088.noeasj(active, since 3s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/4170648295' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v5: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e42: smithi088.noeasj(active, since 4s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1262004791' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v6: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v7: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 29 KiB/s rd, 146 B/s wr, 16 op/s 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/etc/ceph/ceph.conf 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/etc/ceph/ceph.conf 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:07.224 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.conf 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Updating smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/config/ceph.client.admin.keyring 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.225 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v8: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 24 KiB/s rd, 117 B/s wr, 13 op/s 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Upgrade: Updating mon.smithi175 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Deploying daemon mon.smithi175 on smithi175 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v9: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 19 KiB/s rd, 190 B/s wr, 11 op/s 2024-04-12T06:17:07.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: pgmap v11: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 174 B/s wr, 10 op/s 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mon.smithi088 calling monitor election 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mon.smithi175 calling monitor election 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: monmap e3: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: osdmap e72: 8 total, 8 up, 8 in 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: mgrmap e42: smithi088.noeasj(active, since 16s), standbys: smithi175.wddsmi 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:07.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:08.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:08 smithi088 ceph-mon[92525]: pgmap v12: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 261 B/s wr, 10 op/s 2024-04-12T06:17:09.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:08 smithi175 ceph-mon[68108]: pgmap v12: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 18 KiB/s rd, 261 B/s wr, 10 op/s 2024-04-12T06:17:10.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:10 smithi088 ceph-mon[92525]: pgmap v13: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-04-12T06:17:10.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:10 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:10.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:10 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:10.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:10 smithi175 ceph-mon[68108]: pgmap v13: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 174 B/s rd, 174 B/s wr, 0 op/s 2024-04-12T06:17:10.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:10 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:10.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:10 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:11.973 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:12.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:12.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:12.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:12.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:13.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:12 smithi088 ceph-mon[92525]: pgmap v14: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:13.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:12 smithi175 ceph-mon[68108]: pgmap v14: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: pgmap v15: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: pgmap v15: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:15.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:15 smithi088 ceph-mon[92525]: pgmap v16: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-04-12T06:17:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:15 smithi088 ceph-mon[92525]: pgmap v17: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:15 smithi088 ceph-mon[92525]: Reconfiguring mon.smithi088 (monmap changed)... 2024-04-12T06:17:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:15 smithi088 ceph-mon[92525]: Reconfiguring daemon mon.smithi088 on smithi088 2024-04-12T06:17:16.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:15 smithi175 ceph-mon[68108]: pgmap v16: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2024-04-12T06:17:16.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:15 smithi175 ceph-mon[68108]: pgmap v17: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:16.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:15 smithi175 ceph-mon[68108]: Reconfiguring mon.smithi088 (monmap changed)... 2024-04-12T06:17:16.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:15 smithi175 ceph-mon[68108]: Reconfiguring daemon mon.smithi088 on smithi088 2024-04-12T06:17:17.012 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: Reconfiguring mgr.smithi088.noeasj (monmap changed)... 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: Reconfiguring daemon mgr.smithi088.noeasj on smithi088 2024-04-12T06:17:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:17 smithi088 ceph-mon[92525]: pgmap v18: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: Reconfiguring mgr.smithi088.noeasj (monmap changed)... 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.noeasj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:17.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: Reconfiguring daemon mgr.smithi088.noeasj on smithi088 2024-04-12T06:17:17.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:17 smithi175 ceph-mon[68108]: pgmap v18: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:18 smithi088 ceph-mon[92525]: Reconfiguring crash.smithi088 (monmap changed)... 2024-04-12T06:17:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:18 smithi088 ceph-mon[92525]: Reconfiguring daemon crash.smithi088 on smithi088 2024-04-12T06:17:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:18 smithi175 ceph-mon[68108]: Reconfiguring crash.smithi088 (monmap changed)... 2024-04-12T06:17:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:18 smithi175 ceph-mon[68108]: Reconfiguring daemon crash.smithi088 on smithi088 2024-04-12T06:17:19.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:19 smithi088 ceph-mon[92525]: pgmap v19: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:19.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:19.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:19.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T06:17:19.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:19 smithi175 ceph-mon[68108]: pgmap v19: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T06:17:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:20.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:20 smithi088 ceph-mon[92525]: Reconfiguring osd.0 (monmap changed)... 2024-04-12T06:17:20.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:20 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.0 on smithi088 2024-04-12T06:17:20.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:20 smithi175 ceph-mon[68108]: Reconfiguring osd.0 (monmap changed)... 2024-04-12T06:17:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:20 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.0 on smithi088 2024-04-12T06:17:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:21.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:21 smithi088 ceph-mon[92525]: pgmap v20: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-04-12T06:17:21.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:21 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:21.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:21 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:21.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:21 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T06:17:21.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:21 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:21.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:21 smithi175 ceph-mon[68108]: pgmap v20: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 117 B/s wr, 0 op/s 2024-04-12T06:17:21.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:21 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:21.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:21 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:21.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:21 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T06:17:21.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:21 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:22.050 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:22.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:22 smithi088 ceph-mon[92525]: Reconfiguring osd.1 (monmap changed)... 2024-04-12T06:17:22.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:22 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.1 on smithi088 2024-04-12T06:17:22.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:22 smithi175 ceph-mon[68108]: Reconfiguring osd.1 (monmap changed)... 2024-04-12T06:17:22.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:22 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.1 on smithi088 2024-04-12T06:17:23.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:23 smithi088 ceph-mon[92525]: pgmap v21: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:23.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:23.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:23.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T06:17:23.952 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:23 smithi175 ceph-mon[68108]: pgmap v21: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 234 B/s rd, 234 B/s wr, 0 op/s 2024-04-12T06:17:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T06:17:23.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:24.190 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:17:24.834 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (10m) 28s ago 21m 16.1M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (21m) 28s ago 21m 6395k - 16.2.5 6933c2a0b7dd bfd96030f476 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (20m) 14s ago 20m 6391k - 16.2.5 6933c2a0b7dd d3cffee5f27c 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (7m) 28s ago 20m 35.2M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (15m) 28s ago 15m 38.8M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (15m) 14s ago 15m 15.6M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (93s) 28s ago 22m 472M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (58s) 14s ago 20m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (43s) 28s ago 22m 30.2M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (20s) 14s ago 20m 18.4M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (12m) 28s ago 12m 78.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (12m) 14s ago 12m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (5m) 28s ago 20m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (99s) 14s ago 19m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:17:24.835 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (19m) 28s ago 19m 408M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (18m) 28s ago 18m 310M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (18m) 28s ago 18m 274M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (18m) 28s ago 18m 396M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (17m) 14s ago 17m 385M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (17m) 14s ago 17m 436M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (17m) 14s ago 17m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (16m) 14s ago 16m 490M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:17:24.836 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 unknown 28s ago 20m - - 2024-04-12T06:17:24.865 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:24 smithi088 ceph-mon[92525]: Reconfiguring osd.2 (monmap changed)... 2024-04-12T06:17:24.865 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:24 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.2 on smithi088 2024-04-12T06:17:24.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:24 smithi175 ceph-mon[68108]: Reconfiguring osd.2 (monmap changed)... 2024-04-12T06:17:24.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:24 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.2 on smithi088 2024-04-12T06:17:25.237 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:17:25.238 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:17:25.239 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:25.239 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:17:25.239 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-04-12T06:17:25.239 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T06:17:25.239 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:17:25.239 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:17:25.580 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:17:25.580 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:17:25.580 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:17:25.580 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:17:25.580 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "4/23 daemons upgraded", 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading mon daemons", 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:17:25.581 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:17:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:17:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:25.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T06:17:25.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:25.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:25 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3635533617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: pgmap v22: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='client.34164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T06:17:25.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:25.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:25 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3635533617' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:25.977 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:17:25.978 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:17:25.978 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:17:26.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:26 smithi088 ceph-mon[92525]: Reconfiguring osd.3 (monmap changed)... 2024-04-12T06:17:26.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:26 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.3 on smithi088 2024-04-12T06:17:26.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:26 smithi088 ceph-mon[92525]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:26.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:26 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2617429996' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:17:26.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:26.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:26 smithi175 ceph-mon[68108]: Reconfiguring osd.3 (monmap changed)... 2024-04-12T06:17:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:26 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.3 on smithi088 2024-04-12T06:17:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:26 smithi175 ceph-mon[68108]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:26 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2617429996' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:17:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:26.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:27.092 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:27 smithi088 ceph-mon[92525]: pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:27 smithi088 ceph-mon[92525]: Reconfiguring mds.foofs.smithi088.djqnyb (monmap changed)... 2024-04-12T06:17:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:27 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:17:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:27 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:27 smithi088 ceph-mon[92525]: Reconfiguring daemon mds.foofs.smithi088.djqnyb on smithi088 2024-04-12T06:17:27.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:27 smithi175 ceph-mon[68108]: pgmap v23: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:27.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:27 smithi175 ceph-mon[68108]: Reconfiguring mds.foofs.smithi088.djqnyb (monmap changed)... 2024-04-12T06:17:27.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:27 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:17:27.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:27 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:27.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:27 smithi175 ceph-mon[68108]: Reconfiguring daemon mds.foofs.smithi088.djqnyb on smithi088 2024-04-12T06:17:29.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:29.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:29.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:29.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: Reconfiguring crash.smithi175 (monmap changed)... 2024-04-12T06:17:29.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:29.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:29.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:29 smithi088 ceph-mon[92525]: Reconfiguring daemon crash.smithi175 on smithi175 2024-04-12T06:17:29.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: pgmap v24: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:29.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:29.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:29.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: Reconfiguring crash.smithi175 (monmap changed)... 2024-04-12T06:17:29.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:29.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:29.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:29 smithi175 ceph-mon[68108]: Reconfiguring daemon crash.smithi175 on smithi175 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: Reconfiguring mgr.smithi175.wddsmi (monmap changed)... 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:30.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:30 smithi088 ceph-mon[92525]: Reconfiguring daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:17:30.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:30.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:30.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: Reconfiguring mgr.smithi175.wddsmi (monmap changed)... 2024-04-12T06:17:30.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi175.wddsmi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-12T06:17:30.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-12T06:17:30.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:30.980 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:30 smithi175 ceph-mon[68108]: Reconfiguring daemon mgr.smithi175.wddsmi on smithi175 2024-04-12T06:17:31.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:31 smithi088 ceph-mon[92525]: pgmap v25: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:31.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:31 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:31.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:31 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:31.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:31 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:31.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:31 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:31.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:31 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:31.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:31 smithi175 ceph-mon[68108]: pgmap v25: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:31.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:31 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:31.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:31 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:31.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:31 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-12T06:17:31.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:31 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-12T06:17:31.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:31 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:32.132 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:32.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:32 smithi088 ceph-mon[92525]: Reconfiguring mon.smithi175 (monmap changed)... 2024-04-12T06:17:32.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:32 smithi088 ceph-mon[92525]: Reconfiguring daemon mon.smithi175 on smithi175 2024-04-12T06:17:32.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:32.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:32.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T06:17:32.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:32 smithi175 ceph-mon[68108]: Reconfiguring mon.smithi175 (monmap changed)... 2024-04-12T06:17:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:32 smithi175 ceph-mon[68108]: Reconfiguring daemon mon.smithi175 on smithi175 2024-04-12T06:17:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T06:17:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:33.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:33 smithi175 ceph-mon[68108]: pgmap v26: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:33.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:33 smithi175 ceph-mon[68108]: Reconfiguring osd.4 (monmap changed)... 2024-04-12T06:17:33.775 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:33 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.4 on smithi175 2024-04-12T06:17:33.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:33 smithi088 ceph-mon[92525]: pgmap v26: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:33.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:33 smithi088 ceph-mon[92525]: Reconfiguring osd.4 (monmap changed)... 2024-04-12T06:17:33.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:33 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.4 on smithi175 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: Reconfiguring osd.5 (monmap changed)... 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.5 on smithi175 2024-04-12T06:17:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: pgmap v27: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: Reconfiguring osd.5 (monmap changed)... 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.5 on smithi175 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: pgmap v27: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:36 smithi175 ceph-mon[68108]: Reconfiguring osd.6 (monmap changed)... 2024-04-12T06:17:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T06:17:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:36 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.6 on smithi175 2024-04-12T06:17:36.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:36.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:36.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:36 smithi088 ceph-mon[92525]: Reconfiguring osd.6 (monmap changed)... 2024-04-12T06:17:36.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T06:17:36.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:36.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:36 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.6 on smithi175 2024-04-12T06:17:37.175 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:37 smithi088 ceph-mon[92525]: pgmap v28: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T06:17:37.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:37 smithi175 ceph-mon[68108]: pgmap v28: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T06:17:37.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:38.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:38 smithi088 ceph-mon[92525]: Reconfiguring osd.7 (monmap changed)... 2024-04-12T06:17:38.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:38 smithi088 ceph-mon[92525]: Reconfiguring daemon osd.7 on smithi175 2024-04-12T06:17:38.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:38 smithi175 ceph-mon[68108]: Reconfiguring osd.7 (monmap changed)... 2024-04-12T06:17:38.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:38 smithi175 ceph-mon[68108]: Reconfiguring daemon osd.7 on smithi175 2024-04-12T06:17:39.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: pgmap v29: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:39.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:39.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:39.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: Reconfiguring mds.foofs.smithi175.egexnz (monmap changed)... 2024-04-12T06:17:39.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:17:39.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:39.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:39 smithi175 ceph-mon[68108]: Reconfiguring daemon mds.foofs.smithi175.egexnz on smithi175 2024-04-12T06:17:40.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: pgmap v29: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:40.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:40.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:40.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: Reconfiguring mds.foofs.smithi175.egexnz (monmap changed)... 2024-04-12T06:17:40.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:17:40.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:40.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:39 smithi088 ceph-mon[92525]: Reconfiguring daemon mds.foofs.smithi175.egexnz on smithi175 2024-04-12T06:17:41.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:41.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: pgmap v30: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all mon 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi088"}]: dispatch 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi088"}]': finished 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi175"}]: dispatch 2024-04-12T06:17:41.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:41 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi175"}]': finished 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: pgmap v30: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all mon 2024-04-12T06:17:41.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:41.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi088"}]: dispatch 2024-04-12T06:17:41.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi088"}]': finished 2024-04-12T06:17:41.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi175"}]: dispatch 2024-04-12T06:17:41.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:41 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi175"}]': finished 2024-04-12T06:17:42.202 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:43.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:42 smithi088 ceph-mon[92525]: Upgrade: Updating crash.smithi088 (1/2) 2024-04-12T06:17:43.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:42 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:43.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:42 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:43.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:42 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:43.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:42 smithi088 ceph-mon[92525]: Deploying daemon crash.smithi088 on smithi088 2024-04-12T06:17:43.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:42 smithi175 ceph-mon[68108]: Upgrade: Updating crash.smithi088 (1/2) 2024-04-12T06:17:43.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:42 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:43.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:42 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:43.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:42 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:43.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:42 smithi175 ceph-mon[68108]: Deploying daemon crash.smithi088 on smithi088 2024-04-12T06:17:44.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:43 smithi088 ceph-mon[92525]: pgmap v31: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:44.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:43 smithi175 ceph-mon[68108]: pgmap v31: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:45 smithi088 ceph-mon[92525]: pgmap v32: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:45 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:45 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:46.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:45 smithi175 ceph-mon[68108]: pgmap v32: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:46.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:45 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:46.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:45 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:47.241 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:47.948 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:47 smithi175 ceph-mon[68108]: pgmap v33: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:47.948 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:47.948 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:47.948 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:48.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:47 smithi088 ceph-mon[92525]: pgmap v33: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:48.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:48.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi175", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-12T06:17:48.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:17:48.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:48 smithi175 ceph-mon[68108]: Upgrade: Updating crash.smithi175 (2/2) 2024-04-12T06:17:48.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:48 smithi175 ceph-mon[68108]: Deploying daemon crash.smithi175 on smithi175 2024-04-12T06:17:49.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:48 smithi088 ceph-mon[92525]: Upgrade: Updating crash.smithi175 (2/2) 2024-04-12T06:17:49.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:48 smithi088 ceph-mon[92525]: Deploying daemon crash.smithi175 on smithi175 2024-04-12T06:17:50.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:49 smithi088 ceph-mon[92525]: pgmap v34: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:50.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:50.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:49 smithi175 ceph-mon[68108]: pgmap v34: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:17:51.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:51 smithi088 ceph-mon[92525]: pgmap v35: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:51.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:51.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:51.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:51 smithi175 ceph-mon[68108]: pgmap v35: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:51.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:17:52.279 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:53.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:53 smithi088 ceph-mon[92525]: pgmap v36: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:53 smithi175 ceph-mon[68108]: pgmap v36: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:56.152 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:55 smithi175 ceph-mon[68108]: pgmap v37: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:56.152 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.152 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.152 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.152 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:55 smithi088 ceph-mon[92525]: pgmap v37: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:17:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:56.379 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:17:57.030 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:17:57.030 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (10m) 60s ago 21m 16.1M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:17:57.030 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 starting - - - - 2024-04-12T06:17:57.030 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (6s) 2s ago 20m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:17:57.030 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (8m) 60s ago 21m 35.2M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (15m) 60s ago 15m 38.8M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (15m) 2s ago 15m 15.7M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (2m) 60s ago 23m 472M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (90s) 2s ago 20m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (76s) 60s ago 23m 30.2M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (53s) 2s ago 20m 38.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (13m) 60s ago 13m 78.4M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (13m) 2s ago 13m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (6m) 60s ago 21m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (2m) 2s ago 20m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (19m) 60s ago 19m 408M 1944M 16.2.5 6933c2a0b7dd 13960c589013 2024-04-12T06:17:57.031 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (19m) 60s ago 19m 310M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (19m) 60s ago 19m 274M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (18m) 60s ago 18m 396M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (18m) 2s ago 18m 385M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (18m) 2s ago 18m 436M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (17m) 2s ago 17m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (17m) 2s ago 17m 490M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:17:57.032 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 unknown 60s ago 20m - - 2024-04-12T06:17:57.315 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:17:57.464 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:17:57.465 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:17:57.806 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "6/23 daemons upgraded", 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading crash daemons", 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:17:57.807 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:17:58.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: pgmap v38: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:58.173 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:58.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:58.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1140447325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:58.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: pgmap v38: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:17:58.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='client.34184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1140447325' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:17:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:17:58.240 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:17:58.240 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:17:58.240 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in unknown state 2024-04-12T06:17:58.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:58 smithi088 ceph-mon[92525]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:58.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:58 smithi088 ceph-mon[92525]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:58.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:58 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3049953810' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:17:59.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:58 smithi175 ceph-mon[68108]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:59.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:58 smithi175 ceph-mon[68108]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:17:59.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:58 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3049953810' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:18:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:59 smithi088 ceph-mon[92525]: pgmap v39: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:00.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:17:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:59 smithi175 ceph-mon[68108]: pgmap v39: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:17:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: pgmap v40: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:02.192 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:02.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi088"}]: dispatch 2024-04-12T06:18:02.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi088"}]': finished 2024-04-12T06:18:02.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi175"}]: dispatch 2024-04-12T06:18:02.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi175"}]': finished 2024-04-12T06:18:02.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T06:18:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: pgmap v40: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi088"}]: dispatch 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi088"}]': finished 2024-04-12T06:18:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi175"}]: dispatch 2024-04-12T06:18:02.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi175"}]': finished 2024-04-12T06:18:02.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T06:18:02.364 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:02 smithi088 ceph-mon[92525]: pgmap v41: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 359 B/s rd, 269 B/s wr, 0 op/s 2024-04-12T06:18:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:02 smithi088 ceph-mon[92525]: pgmap v42: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s 2024-04-12T06:18:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:02 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all crash 2024-04-12T06:18:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:02 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T06:18:03.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:02 smithi088 ceph-mon[92525]: Upgrade: osd.0 is safe to restart 2024-04-12T06:18:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:02 smithi175 ceph-mon[68108]: pgmap v41: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 359 B/s rd, 269 B/s wr, 0 op/s 2024-04-12T06:18:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:02 smithi175 ceph-mon[68108]: pgmap v42: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s 2024-04-12T06:18:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:02 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all crash 2024-04-12T06:18:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:02 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-04-12T06:18:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:02 smithi175 ceph-mon[68108]: Upgrade: osd.0 is safe to restart 2024-04-12T06:18:04.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:04 smithi088 ceph-mon[92525]: Upgrade: Updating osd.0 2024-04-12T06:18:04.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:04.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T06:18:04.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:04.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:04 smithi088 ceph-mon[92525]: Deploying daemon osd.0 on smithi088 2024-04-12T06:18:04.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:04 smithi088 ceph-mon[92525]: pgmap v43: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s 2024-04-12T06:18:04.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:04 smithi175 ceph-mon[68108]: Upgrade: Updating osd.0 2024-04-12T06:18:04.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:04.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-12T06:18:04.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:04.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:04 smithi175 ceph-mon[68108]: Deploying daemon osd.0 on smithi088 2024-04-12T06:18:04.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:04 smithi175 ceph-mon[68108]: pgmap v43: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 218 B/s wr, 0 op/s 2024-04-12T06:18:05.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:05.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:06.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:06 smithi088 ceph-mon[92525]: pgmap v44: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 109 B/s wr, 0 op/s 2024-04-12T06:18:06.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:06 smithi175 ceph-mon[68108]: pgmap v44: 129 pgs: 129 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 218 B/s rd, 109 B/s wr, 0 op/s 2024-04-12T06:18:06.964 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:06 smithi088 systemd[1]: Stopping Ceph osd.0 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:18:06.965 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0[46349]: debug 2024-04-12T06:18:06.727+0000 7effa07d9700 -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-04-12T06:18:06.965 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0[46349]: debug 2024-04-12T06:18:06.727+0000 7effa07d9700 -1 osd.0 72 *** Got signal Terminated *** 2024-04-12T06:18:06.965 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:06 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0[46349]: debug 2024-04-12T06:18:06.727+0000 7effa07d9700 -1 osd.0 72 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:18:07.407 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:07.464 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:07 smithi088 bash[100116]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.0 2024-04-12T06:18:07.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.7 2024-04-12T06:18:07.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 failed (root=default,host=smithi088) (connection refused reported by osd.7) 2024-04-12T06:18:07.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.4 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.5 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.2 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.1 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.3 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.5 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.6 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.4 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.2 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.7 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.1 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.3 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.6 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.4 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.1 2024-04-12T06:18:07.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:07 smithi088 ceph-mon[92525]: osd.0 reported immediately failed by osd.3 2024-04-12T06:18:07.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.7 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 failed (root=default,host=smithi088) (connection refused reported by osd.7) 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.4 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.5 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.2 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.1 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.3 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.5 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.6 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.4 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.2 2024-04-12T06:18:07.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.7 2024-04-12T06:18:07.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.1 2024-04-12T06:18:07.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.3 2024-04-12T06:18:07.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.6 2024-04-12T06:18:07.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.4 2024-04-12T06:18:07.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.1 2024-04-12T06:18:07.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:07 smithi175 ceph-mon[68108]: osd.0 reported immediately failed by osd.3 2024-04-12T06:18:08.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:08 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:18:08.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:08 smithi088 ceph-mon[92525]: osdmap e73: 8 total, 7 up, 8 in 2024-04-12T06:18:08.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:08 smithi088 ceph-mon[92525]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 277 B/s rd, 277 B/s wr, 0 op/s 2024-04-12T06:18:08.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:08 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:18:08.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:08 smithi175 ceph-mon[68108]: osdmap e73: 8 total, 7 up, 8 in 2024-04-12T06:18:08.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:08 smithi175 ceph-mon[68108]: pgmap v46: 129 pgs: 16 stale+active+clean, 113 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 277 B/s rd, 277 B/s wr, 0 op/s 2024-04-12T06:18:09.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:09 smithi088 ceph-mon[92525]: osdmap e74: 8 total, 7 up, 8 in 2024-04-12T06:18:09.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:09 smithi088 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.0.service: Succeeded. 2024-04-12T06:18:09.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:09 smithi088 systemd[1]: Stopped Ceph osd.0 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:18:09.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:09 smithi088 systemd[1]: Starting Ceph osd.0 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:18:09.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:09 smithi175 ceph-mon[68108]: osdmap e74: 8 total, 7 up, 8 in 2024-04-12T06:18:10.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:10 smithi088 ceph-mon[92525]: pgmap v48: 129 pgs: 16 stale+active+clean, 113 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-12T06:18:10.714 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-12T06:18:10.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: 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-04-12T06:18:10.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-12T06:18:10.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-12T06:18:10.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-04-12T06:18:10.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-04-12T06:18:10.715 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:10 smithi088 bash[100424]: --> ceph-volume raw activate successful for osd ID: 0 2024-04-12T06:18:10.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:10 smithi175 ceph-mon[68108]: pgmap v48: 129 pgs: 16 stale+active+clean, 113 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-12T06:18:11.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:11 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 214/1605 objects degraded (13.333%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:11.941 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:11 smithi088 ceph-osd[100744]: -- 172.21.15.88:0/1673514396 <== mon.0 v2:172.21.15.88:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c9b8e571e0 con 0x55c9b8e27000 2024-04-12T06:18:11.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:11 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 214/1605 objects degraded (13.333%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:12.215 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:11 smithi088 bash[100705]: 0105dc2195e148399bdfc0a7b779b6f646ec13a1013ec2e7c1572da5c3648ebc 2024-04-12T06:18:12.455 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:11 smithi088 systemd[1]: Started Ceph osd.0 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:18:12.455 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:12.653 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:12 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:18:12.381+0000 7ff40f7a27c0 -1 Falling back to public interface 2024-04-12T06:18:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:12 smithi088 ceph-mon[92525]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:12 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:12 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:12.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:12 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:12 smithi175 ceph-mon[68108]: pgmap v49: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:12 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:12 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:12.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:12 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:14.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:14 smithi088 ceph-mon[92525]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:14.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:14 smithi175 ceph-mon[68108]: pgmap v50: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:16.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:16 smithi088 ceph-mon[92525]: pgmap v51: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 124 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:16.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:16 smithi175 ceph-mon[68108]: pgmap v51: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 124 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:17.464 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:18:17.183+0000 7ff40f7a27c0 -1 osd.0 0 read_superblock omap replica is missing. 2024-04-12T06:18:17.483 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:18.214 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:17 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:18:17.771+0000 7ff40f7a27c0 -1 osd.0 72 log_to_monitors true 2024-04-12T06:18:18.964 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:18:18 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:18:18.689+0000 7ff400bfc700 -1 osd.0 72 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:18:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:18 smithi088 ceph-mon[92525]: pgmap v52: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:18 smithi088 ceph-mon[92525]: from='osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T06:18:18.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:18.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:18 smithi175 ceph-mon[68108]: pgmap v52: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:18 smithi175 ceph-mon[68108]: from='osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-12T06:18:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:19.881 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:19 smithi088 ceph-mon[92525]: from='osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T06:18:19.881 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:19 smithi088 ceph-mon[92525]: osdmap e75: 8 total, 7 up, 8 in 2024-04-12T06:18:19.881 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:19 smithi088 ceph-mon[92525]: from='osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:18:19.881 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:19.881 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:19.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:19 smithi175 ceph-mon[68108]: from='osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-12T06:18:19.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:19 smithi175 ceph-mon[68108]: osdmap e75: 8 total, 7 up, 8 in 2024-04-12T06:18:19.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:19 smithi175 ceph-mon[68108]: from='osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:18:19.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:20.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: pgmap v54: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:20.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:18:20.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045] boot 2024-04-12T06:18:20.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: osdmap e76: 8 total, 8 up, 8 in 2024-04-12T06:18:20.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:18:20.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:20.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:20.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:20 smithi088 ceph-mon[92525]: osdmap e77: 8 total, 8 up, 8 in 2024-04-12T06:18:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: pgmap v54: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 214/1605 objects degraded (13.333%) 2024-04-12T06:18:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:18:20.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: osd.0 [v2:172.21.15.88:6802/1357212045,v1:172.21.15.88:6803/1357212045] boot 2024-04-12T06:18:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: osdmap e76: 8 total, 8 up, 8 in 2024-04-12T06:18:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-12T06:18:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:20 smithi175 ceph-mon[68108]: osdmap e77: 8 total, 8 up, 8 in 2024-04-12T06:18:21.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:21 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 88/1605 objects degraded (5.483%), 9 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:21 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 88/1605 objects degraded (5.483%), 9 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:22.520 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:23.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: pgmap v57: 129 pgs: 27 activating, 9 active+undersized+degraded, 7 active+undersized, 86 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s; 88/1605 objects degraded (5.483%) 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:23.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: pgmap v57: 129 pgs: 27 activating, 9 active+undersized+degraded, 7 active+undersized, 86 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s; 88/1605 objects degraded (5.483%) 2024-04-12T06:18:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:23 smithi088 ceph-mon[92525]: pgmap v58: 129 pgs: 27 activating, 9 active+undersized+degraded, 7 active+undersized, 86 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 407 B/s rd, 407 B/s wr, 0 op/s; 88/1605 objects degraded (5.483%) 2024-04-12T06:18:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:23 smithi088 ceph-mon[92525]: pgmap v59: 129 pgs: 27 activating, 9 active+undersized+degraded, 7 active+undersized, 86 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 524 B/s rd, 524 B/s wr, 1 op/s; 88/1605 objects degraded (5.483%) 2024-04-12T06:18:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:23 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:23 smithi088 ceph-mon[92525]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-04-12T06:18:24.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:23 smithi088 ceph-mon[92525]: mgrmap e43: smithi088.noeasj(active, since 93s), standbys: smithi175.wddsmi 2024-04-12T06:18:24.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:23 smithi175 ceph-mon[68108]: pgmap v58: 129 pgs: 27 activating, 9 active+undersized+degraded, 7 active+undersized, 86 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 407 B/s rd, 407 B/s wr, 0 op/s; 88/1605 objects degraded (5.483%) 2024-04-12T06:18:24.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:23 smithi175 ceph-mon[68108]: pgmap v59: 129 pgs: 27 activating, 9 active+undersized+degraded, 7 active+undersized, 86 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 524 B/s rd, 524 B/s wr, 1 op/s; 88/1605 objects degraded (5.483%) 2024-04-12T06:18:24.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:23 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:24.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:23 smithi175 ceph-mon[68108]: Upgrade: unsafe to stop osd(s) at this time (12 PGs are or would become offline) 2024-04-12T06:18:24.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:23 smithi175 ceph-mon[68108]: mgrmap e43: smithi088.noeasj(active, since 93s), standbys: smithi175.wddsmi 2024-04-12T06:18:25.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:24 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/1605 objects degraded (5.483%), 9 pgs degraded) 2024-04-12T06:18:25.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:24 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 88/1605 objects degraded (5.483%), 9 pgs degraded) 2024-04-12T06:18:26.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:25 smithi088 ceph-mon[92525]: pgmap v60: 129 pgs: 27 activating, 102 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 407 B/s rd, 407 B/s wr, 0 op/s 2024-04-12T06:18:26.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:25 smithi175 ceph-mon[68108]: pgmap v60: 129 pgs: 27 activating, 102 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 407 B/s rd, 407 B/s wr, 0 op/s 2024-04-12T06:18:27.561 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:28.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:27 smithi088 ceph-mon[92525]: pgmap v61: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 296 B/s rd, 741 B/s wr, 1 op/s 2024-04-12T06:18:28.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:27 smithi175 ceph-mon[68108]: pgmap v61: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 296 B/s rd, 741 B/s wr, 1 op/s 2024-04-12T06:18:28.592 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:18:29.232 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:18:29.232 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (11m) 10s ago 22m 16.1M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (44s) 10s ago 22m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (39s) 34s ago 21m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (9m) 10s ago 21m 35.2M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (16m) 10s ago 16m 39.0M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (16m) 34s ago 16m 15.7M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (2m) 10s ago 23m 495M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (2m) 34s ago 21m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (108s) 10s ago 23m 48.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (85s) 34s ago 21m 38.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (13m) 10s ago 13m 78.9M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (13m) 34s ago 13m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (7m) 10s ago 21m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:18:29.233 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (2m) 34s ago 20m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (17s) 10s ago 20m 11.2M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (20m) 10s ago 20m 311M 1944M 16.2.5 6933c2a0b7dd a865b86344c8 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (19m) 10s ago 19m 273M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (19m) 10s ago 19m 395M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (18m) 34s ago 18m 385M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (18m) 34s ago 18m 436M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (18m) 34s ago 18m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (17m) 34s ago 17m 490M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:18:29.234 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 10s ago 21m - - 2024-04-12T06:18:29.614 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:18:29.615 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 1 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 5 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:18:29.616 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "7/23 daemons upgraded", 2024-04-12T06:18:29.941 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:18:29.942 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:18:29.942 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:18:30.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:29 smithi088 ceph-mon[92525]: pgmap v62: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 259 B/s rd, 647 B/s wr, 1 op/s 2024-04-12T06:18:30.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:29 smithi088 ceph-mon[92525]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:30.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:29 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2990457842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:30.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:29 smithi175 ceph-mon[68108]: pgmap v62: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 259 B/s rd, 647 B/s wr, 1 op/s 2024-04-12T06:18:30.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:29 smithi175 ceph-mon[68108]: from='client.34208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:30.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:29 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2990457842' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:18:30.325 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:18:30.325 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:18:30.325 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:18:31.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:30 smithi088 ceph-mon[92525]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:30 smithi088 ceph-mon[92525]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:30 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/293384646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:18:31.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:30 smithi175 ceph-mon[68108]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:31.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:30 smithi175 ceph-mon[68108]: from='client.34216 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:31.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:30 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/293384646' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:18:32.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:31 smithi088 ceph-mon[92525]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:32.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:31 smithi088 ceph-mon[92525]: pgmap v63: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 340 B/s wr, 0 op/s 2024-04-12T06:18:32.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:31 smithi175 ceph-mon[68108]: from='client.34224 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:18:32.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:31 smithi175 ceph-mon[68108]: pgmap v63: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 340 B/s wr, 0 op/s 2024-04-12T06:18:32.608 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:34.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:33 smithi088 ceph-mon[92525]: pgmap v64: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 409 B/s wr, 0 op/s 2024-04-12T06:18:34.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:33 smithi175 ceph-mon[68108]: pgmap v64: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 409 B/s wr, 0 op/s 2024-04-12T06:18:36.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:35 smithi088 ceph-mon[92525]: pgmap v65: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:18:36.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:36.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:36.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:36.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:35 smithi175 ceph-mon[68108]: pgmap v65: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-12T06:18:36.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:36.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:36.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:37.648 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:37.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:37 smithi088 ceph-mon[92525]: pgmap v66: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:18:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:37 smithi175 ceph-mon[68108]: pgmap v66: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-12T06:18:38.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:38 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:38.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:38 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:38.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:38 smithi088 ceph-mon[92525]: Upgrade: osd.1 is safe to restart 2024-04-12T06:18:38.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:38 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:38.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:38 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-04-12T06:18:38.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:38 smithi175 ceph-mon[68108]: Upgrade: osd.1 is safe to restart 2024-04-12T06:18:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:39 smithi088 ceph-mon[92525]: pgmap v67: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T06:18:39.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:39 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:39.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:39 smithi175 ceph-mon[68108]: pgmap v67: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:39.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:39.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-12T06:18:39.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:39 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:18:40.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:40 smithi088 ceph-mon[92525]: Upgrade: Updating osd.1 2024-04-12T06:18:40.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:40 smithi088 ceph-mon[92525]: Deploying daemon osd.1 on smithi088 2024-04-12T06:18:40.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:40 smithi175 ceph-mon[68108]: Upgrade: Updating osd.1 2024-04-12T06:18:40.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:40 smithi175 ceph-mon[68108]: Deploying daemon osd.1 on smithi088 2024-04-12T06:18:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:41 smithi088 ceph-mon[92525]: pgmap v68: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:41.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:41 smithi175 ceph-mon[68108]: pgmap v68: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:18:42.697 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:43.465 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:43 smithi088 systemd[1]: Stopping Ceph osd.1 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:18:43.466 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1[49385]: debug 2024-04-12T06:18:43.220+0000 7fd42e8e6700 -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-04-12T06:18:43.466 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1[49385]: debug 2024-04-12T06:18:43.220+0000 7fd42e8e6700 -1 osd.1 77 *** Got signal Terminated *** 2024-04-12T06:18:43.466 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1[49385]: debug 2024-04-12T06:18:43.220+0000 7fd42e8e6700 -1 osd.1 77 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:18:43.953 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:43 smithi088 bash[103381]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.1 2024-04-12T06:18:43.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: pgmap v69: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.2 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 failed (root=default,host=smithi088) (connection refused reported by osd.2) 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.0 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.6 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.4 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.2 2024-04-12T06:18:43.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.7 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.3 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.5 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.0 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.6 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.4 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.7 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.3 2024-04-12T06:18:43.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:43 smithi088 ceph-mon[92525]: osd.1 reported immediately failed by osd.5 2024-04-12T06:18:43.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: pgmap v69: 129 pgs: 129 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.2 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 failed (root=default,host=smithi088) (connection refused reported by osd.2) 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.0 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.6 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.4 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.2 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.7 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.3 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.5 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.0 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.6 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.4 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.7 2024-04-12T06:18:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.3 2024-04-12T06:18:43.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:43 smithi175 ceph-mon[68108]: osd.1 reported immediately failed by osd.5 2024-04-12T06:18:44.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:44 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:18:44.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:44 smithi088 ceph-mon[92525]: osdmap e78: 8 total, 7 up, 8 in 2024-04-12T06:18:44.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:44 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:18:44.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:44 smithi175 ceph-mon[68108]: osdmap e78: 8 total, 7 up, 8 in 2024-04-12T06:18:45.773 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:45 smithi088 ceph-mon[92525]: pgmap v71: 129 pgs: 5 peering, 17 stale+active+clean, 107 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:18:45.773 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:45 smithi088 ceph-mon[92525]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T06:18:45.774 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:45 smithi088 ceph-mon[92525]: osdmap e79: 8 total, 7 up, 8 in 2024-04-12T06:18:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:45 smithi175 ceph-mon[68108]: pgmap v71: 129 pgs: 5 peering, 17 stale+active+clean, 107 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:18:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:45 smithi175 ceph-mon[68108]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-04-12T06:18:45.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:45 smithi175 ceph-mon[68108]: osdmap e79: 8 total, 7 up, 8 in 2024-04-12T06:18:46.214 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:45 smithi088 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.1.service: Succeeded. 2024-04-12T06:18:46.214 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:45 smithi088 systemd[1]: Stopped Ceph osd.1 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:18:46.215 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:45 smithi088 systemd[1]: Starting Ceph osd.1 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:18:46.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:46 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 164/1605 objects degraded (10.218%), 23 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:46.964 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-12T06:18:46.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: 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-04-12T06:18:46.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-12T06:18:46.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-12T06:18:46.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-04-12T06:18:46.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-04-12T06:18:46.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:46 smithi088 bash[103668]: --> ceph-volume raw activate successful for osd ID: 1 2024-04-12T06:18:46.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:46 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 164/1605 objects degraded (10.218%), 23 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:47.738 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:47.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:47 smithi088 ceph-mon[92525]: pgmap v73: 129 pgs: 23 active+undersized+degraded, 5 peering, 25 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1605 objects degraded (10.218%) 2024-04-12T06:18:47.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:47 smithi175 ceph-mon[68108]: pgmap v73: 129 pgs: 23 active+undersized+degraded, 5 peering, 25 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1605 objects degraded (10.218%) 2024-04-12T06:18:48.464 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:48 smithi088 ceph-osd[103987]: -- 172.21.15.88:0/2018763690 <== mon.0 v2:172.21.15.88:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55675cbdb1e0 con 0x55675cbab000 2024-04-12T06:18:48.465 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:48 smithi088 bash[103950]: 48e5e756a92635e168cc902c16bb5d106e6f936bb6760faa4f3b6694c45e576d 2024-04-12T06:18:48.465 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:48 smithi088 systemd[1]: Started Ceph osd.1 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:18:49.166 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:18:48.832+0000 7f70b639f7c0 -1 Falling back to public interface 2024-04-12T06:18:49.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:49.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:49.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:49.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:49 smithi088 ceph-mon[92525]: pgmap v74: 129 pgs: 23 active+undersized+degraded, 5 peering, 25 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1605 objects degraded (10.218%) 2024-04-12T06:18:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:49.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:49.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:18:49.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:49 smithi175 ceph-mon[68108]: pgmap v74: 129 pgs: 23 active+undersized+degraded, 5 peering, 25 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 164/1605 objects degraded (10.218%) 2024-04-12T06:18:51.025 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:51.025 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:18:52.045 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:51 smithi088 ceph-mon[92525]: pgmap v75: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 179/1605 objects degraded (11.153%) 2024-04-12T06:18:52.045 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:51 smithi088 ceph-mon[92525]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T06:18:52.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:51 smithi175 ceph-mon[68108]: pgmap v75: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 179/1605 objects degraded (11.153%) 2024-04-12T06:18:52.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:51 smithi175 ceph-mon[68108]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-04-12T06:18:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:53.660 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:18:53.245+0000 7f70b639f7c0 -1 osd.1 0 read_superblock omap replica is missing. 2024-04-12T06:18:53.660 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:18:53.661+0000 7f70b639f7c0 -1 osd.1 77 log_to_monitors true 2024-04-12T06:18:53.964 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:18:53 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:18:53.792+0000 7f70a77f9700 -1 osd.1 77 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:18:53.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:53 smithi088 ceph-mon[92525]: pgmap v76: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 179/1605 objects degraded (11.153%) 2024-04-12T06:18:53.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:53 smithi088 ceph-mon[92525]: from='osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T06:18:54.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:53 smithi175 ceph-mon[68108]: pgmap v76: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 322 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 228 B/s wr, 0 op/s; 179/1605 objects degraded (11.153%) 2024-04-12T06:18:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:53 smithi175 ceph-mon[68108]: from='osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-12T06:18:55.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:54 smithi088 ceph-mon[92525]: from='osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T06:18:55.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:54 smithi088 ceph-mon[92525]: osdmap e80: 8 total, 7 up, 8 in 2024-04-12T06:18:55.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:54 smithi088 ceph-mon[92525]: from='osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:18:55.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:54 smithi175 ceph-mon[68108]: from='osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-12T06:18:55.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:54 smithi175 ceph-mon[68108]: osdmap e80: 8 total, 7 up, 8 in 2024-04-12T06:18:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:54 smithi175 ceph-mon[68108]: from='osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:18:56.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: pgmap v78: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 179/1605 objects degraded (11.153%) 2024-04-12T06:18:56.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:18:56.056 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966] boot 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: osdmap e81: 8 total, 8 up, 8 in 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: pgmap v78: 129 pgs: 26 active+undersized+degraded, 27 active+undersized, 76 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 179/1605 objects degraded (11.153%) 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966] boot 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: osdmap e81: 8 total, 8 up, 8 in 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:56.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:18:57.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:56 smithi088 ceph-mon[92525]: osdmap e82: 8 total, 8 up, 8 in 2024-04-12T06:18:57.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:56 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 179/1605 objects degraded (11.153%), 26 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:57.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:56 smithi175 ceph-mon[68108]: osdmap e82: 8 total, 8 up, 8 in 2024-04-12T06:18:57.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:56 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 179/1605 objects degraded (11.153%), 26 pgs degraded (PG_DEGRADED) 2024-04-12T06:18:57.807 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:57 smithi088 ceph-mon[92525]: pgmap v81: 129 pgs: 31 peering, 12 active+undersized+degraded, 10 active+undersized, 76 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 78/1605 objects degraded (4.860%) 2024-04-12T06:18:57.817 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:18:58.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:57 smithi175 ceph-mon[68108]: pgmap v81: 129 pgs: 31 peering, 12 active+undersized+degraded, 10 active+undersized, 76 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 78/1605 objects degraded (4.860%) 2024-04-12T06:19:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: pgmap v82: 129 pgs: 31 peering, 12 active+undersized+degraded, 10 active+undersized, 76 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 78/1605 objects degraded (4.860%) 2024-04-12T06:19:00.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:00.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:18:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: pgmap v82: 129 pgs: 31 peering, 12 active+undersized+degraded, 10 active+undersized, 76 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s; 78/1605 objects degraded (4.860%) 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:18:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:00.677 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:19:01.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:00 smithi088 ceph-mon[92525]: pgmap v83: 129 pgs: 31 peering, 98 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 188 B/s wr, 0 op/s 2024-04-12T06:19:01.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:00 smithi088 ceph-mon[92525]: pgmap v84: 129 pgs: 31 peering, 98 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 221 B/s wr, 0 op/s 2024-04-12T06:19:01.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:00 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:01.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:00 smithi088 ceph-mon[92525]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-04-12T06:19:01.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:00 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/1605 objects degraded (4.860%), 12 pgs degraded) 2024-04-12T06:19:01.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:00 smithi175 ceph-mon[68108]: pgmap v83: 129 pgs: 31 peering, 98 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 188 B/s wr, 0 op/s 2024-04-12T06:19:01.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:00 smithi175 ceph-mon[68108]: pgmap v84: 129 pgs: 31 peering, 98 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 221 B/s wr, 0 op/s 2024-04-12T06:19:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:00 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:00 smithi175 ceph-mon[68108]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-04-12T06:19:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:00 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 78/1605 objects degraded (4.860%), 12 pgs degraded) 2024-04-12T06:19:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:19:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (11m) 6s ago 22m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:19:01.316 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (76s) 6s ago 22m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (71s) 66s ago 21m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (9m) 6s ago 22m 35.1M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (16m) 6s ago 16m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (16m) 66s ago 16m 15.7M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (3m) 6s ago 24m 496M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (2m) 66s ago 21m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (2m) 6s ago 24m 51.6M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (117s) 66s ago 21m 38.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (14m) 6s ago 14m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (14m) 66s ago 14m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (7m) 6s ago 22m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (3m) 66s ago 21m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:19:01.317 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (49s) 6s ago 21m 120M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (13s) 6s ago 20m 13.6M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (20m) 6s ago 20m 273M 1944M 16.2.5 6933c2a0b7dd 66b102cbfac6 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (19m) 6s ago 19m 396M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (19m) 66s ago 19m 385M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (19m) 66s ago 19m 436M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (18m) 66s ago 18m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (18m) 66s ago 18m 490M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:19:01.318 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 6s ago 21m - - 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:19:01.699 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 6 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:19:01.700 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:19:02.022 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "8/23 daemons upgraded", 2024-04-12T06:19:02.023 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:19:02.023 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:19:02.023 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:19:02.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:01 smithi088 ceph-mon[92525]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:02.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:01 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2834129450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:01 smithi175 ceph-mon[68108]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:01 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2834129450' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:02.415 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:19:02.415 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:19:02.415 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:19:02.855 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:02 smithi088 ceph-mon[92525]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:02 smithi088 ceph-mon[92525]: pgmap v85: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 318 B/s rd, 318 B/s wr, 0 op/s 2024-04-12T06:19:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:02 smithi088 ceph-mon[92525]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:03.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:02 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1841840036' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:19:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:02 smithi175 ceph-mon[68108]: from='client.34240 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:02 smithi175 ceph-mon[68108]: pgmap v85: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 318 B/s rd, 318 B/s wr, 0 op/s 2024-04-12T06:19:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:02 smithi175 ceph-mon[68108]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:02 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1841840036' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:19:04.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:03 smithi088 ceph-mon[92525]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:04.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:03 smithi175 ceph-mon[68108]: from='client.34252 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:05.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:04 smithi088 ceph-mon[92525]: pgmap v86: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 275 B/s rd, 137 B/s wr, 0 op/s 2024-04-12T06:19:05.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:05.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:05.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:05.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:04 smithi175 ceph-mon[68108]: pgmap v86: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 275 B/s rd, 137 B/s wr, 0 op/s 2024-04-12T06:19:05.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:05.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:05.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:07.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:06 smithi088 ceph-mon[92525]: pgmap v87: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 118 B/s wr, 0 op/s 2024-04-12T06:19:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:06 smithi175 ceph-mon[68108]: pgmap v87: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 118 B/s wr, 0 op/s 2024-04-12T06:19:07.894 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:09.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:08 smithi088 ceph-mon[92525]: pgmap v88: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s 2024-04-12T06:19:09.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:08 smithi175 ceph-mon[68108]: pgmap v88: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 237 B/s rd, 237 B/s wr, 0 op/s 2024-04-12T06:19:11.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:10 smithi088 ceph-mon[92525]: pgmap v89: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:19:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:10 smithi175 ceph-mon[68108]: pgmap v89: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:19:12.932 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:13.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:12 smithi088 ceph-mon[92525]: pgmap v90: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:19:13.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:12 smithi175 ceph-mon[68108]: pgmap v90: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:19:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:14 smithi088 ceph-mon[92525]: pgmap v91: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:19:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:14 smithi175 ceph-mon[68108]: pgmap v91: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:19:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:15 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:15.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:15 smithi088 ceph-mon[92525]: Upgrade: osd.2 is safe to restart 2024-04-12T06:19:16.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:15 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-04-12T06:19:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:15 smithi175 ceph-mon[68108]: Upgrade: osd.2 is safe to restart 2024-04-12T06:19:16.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:16 smithi088 ceph-mon[92525]: pgmap v92: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:19:16.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:16 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:16.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:16 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T06:19:16.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:16 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:17.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:16 smithi175 ceph-mon[68108]: pgmap v92: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:19:17.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:16 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:16 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-12T06:19:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:16 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:17.983 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:18.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:17 smithi088 ceph-mon[92525]: Upgrade: Updating osd.2 2024-04-12T06:19:18.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:17 smithi088 ceph-mon[92525]: Deploying daemon osd.2 on smithi088 2024-04-12T06:19:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:17 smithi175 ceph-mon[68108]: Upgrade: Updating osd.2 2024-04-12T06:19:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:17 smithi175 ceph-mon[68108]: Deploying daemon osd.2 on smithi088 2024-04-12T06:19:19.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:18 smithi088 ceph-mon[92525]: pgmap v93: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:19:19.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:18 smithi175 ceph-mon[68108]: pgmap v93: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:19:19.929 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:20.214 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:19 smithi088 systemd[1]: Stopping Ceph osd.2 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:19:20.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2[52853]: debug 2024-04-12T06:19:20.094+0000 7f59e7c3a700 -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-04-12T06:19:20.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2[52853]: debug 2024-04-12T06:19:20.094+0000 7f59e7c3a700 -1 osd.2 82 *** Got signal Terminated *** 2024-04-12T06:19:20.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2[52853]: debug 2024-04-12T06:19:20.094+0000 7f59e7c3a700 -1 osd.2 82 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:19:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:20.862 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:20 smithi088 bash[106612]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.2 2024-04-12T06:19:21.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: pgmap v94: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 failed (root=default,host=smithi088) (connection refused reported by osd.7) 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:20 smithi088 ceph-mon[92525]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: pgmap v94: 129 pgs: 129 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 failed (root=default,host=smithi088) (connection refused reported by osd.7) 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.6 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.7 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.4 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.0 2024-04-12T06:19:21.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.1 2024-04-12T06:19:21.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.3 2024-04-12T06:19:21.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:20 smithi175 ceph-mon[68108]: osd.2 reported immediately failed by osd.5 2024-04-12T06:19:22.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:21 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:19:22.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:21 smithi088 ceph-mon[92525]: osdmap e83: 8 total, 7 up, 8 in 2024-04-12T06:19:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:21 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:19:22.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:21 smithi175 ceph-mon[68108]: osdmap e83: 8 total, 7 up, 8 in 2024-04-12T06:19:23.026 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:23.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:22 smithi088 ceph-mon[92525]: pgmap v96: 129 pgs: 10 stale+active+clean, 119 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 102 B/s wr, 0 op/s 2024-04-12T06:19:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:22 smithi088 ceph-mon[92525]: osdmap e84: 8 total, 7 up, 8 in 2024-04-12T06:19:23.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:22 smithi088 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.2.service: Succeeded. 2024-04-12T06:19:23.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:22 smithi088 systemd[1]: Stopped Ceph osd.2 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:19:23.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:22 smithi088 systemd[1]: Starting Ceph osd.2 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:19:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:22 smithi175 ceph-mon[68108]: pgmap v96: 129 pgs: 10 stale+active+clean, 119 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 102 B/s wr, 0 op/s 2024-04-12T06:19:23.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:22 smithi175 ceph-mon[68108]: osdmap e84: 8 total, 7 up, 8 in 2024-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: 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-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-04-12T06:19:24.215 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:23 smithi088 bash[106909]: --> ceph-volume raw activate successful for osd ID: 2 2024-04-12T06:19:25.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:24 smithi088 ceph-mon[92525]: pgmap v98: 129 pgs: 10 stale+active+clean, 119 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T06:19:25.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:24 smithi175 ceph-mon[68108]: pgmap v98: 129 pgs: 10 stale+active+clean, 119 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T06:19:25.714 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:25 smithi088 ceph-osd[107223]: -- 172.21.15.88:0/3869772317 <== mon.0 v2:172.21.15.88:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ca49aa11e0 con 0x55ca49a70c00 2024-04-12T06:19:25.714 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:25 smithi088 bash[107185]: b656ebc7a9d1a0cc3246c34bfe9bf51da009845fc2761723c3787f5c3d4ef72b 2024-04-12T06:19:25.715 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:25 smithi088 systemd[1]: Started Ceph osd.2 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:19:26.172 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:25 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:19:25.788+0000 7fe74c55d7c0 -1 Falling back to public interface 2024-04-12T06:19:26.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:26 smithi088 ceph-mon[92525]: pgmap v99: 129 pgs: 5 active+undersized+degraded, 7 stale+active+clean, 6 active+undersized, 111 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 56/1605 objects degraded (3.489%) 2024-04-12T06:19:26.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:26.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:26.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:26.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:26 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 56/1605 objects degraded (3.489%), 5 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:26.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:26 smithi175 ceph-mon[68108]: pgmap v99: 129 pgs: 5 active+undersized+degraded, 7 stale+active+clean, 6 active+undersized, 111 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 56/1605 objects degraded (3.489%) 2024-04-12T06:19:26.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:26.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:26.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:26.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:26 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 56/1605 objects degraded (3.489%), 5 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:28.070 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:28.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:28 smithi088 ceph-mon[92525]: pgmap v100: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:28.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:28 smithi175 ceph-mon[68108]: pgmap v100: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:30.051 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:29 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:19:29.718+0000 7fe74c55d7c0 -1 osd.2 0 read_superblock omap replica is missing. 2024-04-12T06:19:30.390 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:19:30.050+0000 7fe74c55d7c0 -1 osd.2 82 log_to_monitors true 2024-04-12T06:19:30.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:30 smithi088 ceph-mon[92525]: pgmap v101: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 245 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:30.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:30 smithi088 ceph-mon[92525]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T06:19:30.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:30 smithi175 ceph-mon[68108]: pgmap v101: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 245 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:30.727 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:30 smithi175 ceph-mon[68108]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-12T06:19:31.214 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:19:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:19:30.843+0000 7fe7399af700 -1 osd.2 82 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:19:31.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:31 smithi088 ceph-mon[92525]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T06:19:31.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:31 smithi088 ceph-mon[92525]: osdmap e85: 8 total, 7 up, 8 in 2024-04-12T06:19:31.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:31 smithi088 ceph-mon[92525]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:19:31.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:31 smithi088 ceph-mon[92525]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' 2024-04-12T06:19:31.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:31 smithi175 ceph-mon[68108]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-12T06:19:31.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:31 smithi175 ceph-mon[68108]: osdmap e85: 8 total, 7 up, 8 in 2024-04-12T06:19:31.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:31 smithi175 ceph-mon[68108]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:19:31.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:31 smithi175 ceph-mon[68108]: from='osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930]' entity='osd.2' 2024-04-12T06:19:32.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: pgmap v103: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 328 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:32.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 150/1605 objects degraded (9.346%), 21 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:32.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930] boot 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: osdmap e86: 8 total, 8 up, 8 in 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: pgmap v103: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 328 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 150/1605 objects degraded (9.346%), 21 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:32.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: osd.2 [v2:172.21.15.88:6818/4041004930,v1:172.21.15.88:6819/4041004930] boot 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: osdmap e86: 8 total, 8 up, 8 in 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:32.775 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:19:33.109 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:33.449 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (12m) 1s ago 23m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (108s) 1s ago 23m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (103s) 98s ago 22m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (10m) 1s ago 22m 35.1M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (17m) 1s ago 17m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (17m) 98s ago 17m 15.7M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (3m) 1s ago 24m 498M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (3m) 98s ago 22m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (2m) 1s ago 25m 53.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (2m) 98s ago 22m 38.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:19:33.450 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (14m) 1s ago 14m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (14m) 98s ago 14m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (8m) 1s ago 22m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (3m) 98s ago 21m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (81s) 1s ago 21m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (45s) 1s ago 21m 108M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (8s) 1s ago 20m 10.9M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (20m) 1s ago 20m 395M 1944M 16.2.5 6933c2a0b7dd 4e397389af84 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (20m) 98s ago 20m 385M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (19m) 98s ago 19m 436M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (19m) 98s ago 19m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (19m) 98s ago 19m 490M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:19:33.451 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 1s ago 22m - - 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:19:33.833 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 3 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 7 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:19:33.834 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:19:34.173 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:19:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:19:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:19:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:19:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:19:34.173 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "9/23 daemons upgraded", 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:19:34.174 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:19:34.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:33 smithi088 ceph-mon[92525]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:34.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:33 smithi088 ceph-mon[92525]: osdmap e87: 8 total, 8 up, 8 in 2024-04-12T06:19:34.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:33 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2985062177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:34.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:33 smithi175 ceph-mon[68108]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:34.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:33 smithi175 ceph-mon[68108]: osdmap e87: 8 total, 8 up, 8 in 2024-04-12T06:19:34.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:33 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2985062177' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:34.577 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Degraded data redundancy: 150/1605 objects degraded (9.346%), 21 pgs degraded 2024-04-12T06:19:34.577 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 150/1605 objects degraded (9.346%), 21 pgs degraded 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.1 is active+undersized+degraded, acting [3,0] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.3 is active+undersized+degraded, acting [5,7] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.7 is active+undersized+degraded, acting [6,7] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.c is active+undersized+degraded, acting [5,0] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.e is active+undersized+degraded, acting [3,7] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.10 is active+undersized+degraded, acting [1,0] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.16 is active+undersized+degraded, acting [5,6] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.1c is active+undersized+degraded, acting [7,5] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.0 is active+undersized+degraded, acting [1,6] 2024-04-12T06:19:34.578 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.4 is active+undersized+degraded, acting [1,5] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.5 is active+undersized+degraded, acting [5,3] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.9 is active+undersized+degraded, acting [4,7] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.13 is active+undersized+degraded, acting [7,4] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.1a is active+undersized+degraded, acting [4,1] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.1e is active+undersized+degraded, acting [3,6] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.1f is active+undersized+degraded, acting [0,5] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 4.14 is active+undersized+degraded, acting [3,7] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 4.19 is active+undersized+degraded, acting [3,0] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 5.a is active+undersized+degraded, acting [4,3] 2024-04-12T06:19:34.579 INFO:teuthology.orchestra.run.smithi088.stdout: pg 5.14 is active+undersized+degraded, acting [3,7] 2024-04-12T06:19:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:34 smithi088 ceph-mon[92525]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:34 smithi088 ceph-mon[92525]: pgmap v106: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:34 smithi088 ceph-mon[92525]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:34 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3166124884' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:19:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:34 smithi175 ceph-mon[68108]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:34 smithi175 ceph-mon[68108]: pgmap v106: 129 pgs: 21 active+undersized+degraded, 13 active+undersized, 95 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 150/1605 objects degraded (9.346%) 2024-04-12T06:19:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:34 smithi175 ceph-mon[68108]: from='client.34272 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:34 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3166124884' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:19:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:36.110 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:35 smithi088 ceph-mon[92525]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:36.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:35 smithi175 ceph-mon[68108]: from='client.34280 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:19:37.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: pgmap v107: 129 pgs: 17 active+undersized+degraded, 9 active+undersized, 103 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 102/1605 objects degraded (6.355%) 2024-04-12T06:19:37.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:37.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:19:37.130 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T06:19:37.131 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:36 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 102/1605 objects degraded (6.355%), 17 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:37.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: pgmap v107: 129 pgs: 17 active+undersized+degraded, 9 active+undersized, 103 active+clean; 322 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 102/1605 objects degraded (6.355%) 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T06:19:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:36 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 102/1605 objects degraded (6.355%), 17 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:38.150 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:38.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:37 smithi088 ceph-mon[92525]: pgmap v108: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 354 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:38.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:37 smithi088 ceph-mon[92525]: pgmap v109: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:38.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:37 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T06:19:38.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:37 smithi088 ceph-mon[92525]: Upgrade: osd.3 is safe to restart 2024-04-12T06:19:38.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:37 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/1605 objects degraded (6.355%), 17 pgs degraded) 2024-04-12T06:19:38.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:37 smithi175 ceph-mon[68108]: pgmap v108: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 354 B/s wr, 1 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:38.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:37 smithi175 ceph-mon[68108]: pgmap v109: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:38.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:37 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-04-12T06:19:38.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:37 smithi175 ceph-mon[68108]: Upgrade: osd.3 is safe to restart 2024-04-12T06:19:38.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:37 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 102/1605 objects degraded (6.355%), 17 pgs degraded) 2024-04-12T06:19:39.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:38 smithi088 ceph-mon[92525]: Upgrade: Updating osd.3 2024-04-12T06:19:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:38 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:38 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T06:19:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:38 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:38 smithi088 ceph-mon[92525]: Deploying daemon osd.3 on smithi088 2024-04-12T06:19:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:38 smithi088 ceph-mon[92525]: pgmap v110: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 161 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:38 smithi175 ceph-mon[68108]: Upgrade: Updating osd.3 2024-04-12T06:19:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:38 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:38 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-12T06:19:39.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:38 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:39.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:38 smithi175 ceph-mon[68108]: Deploying daemon osd.3 on smithi088 2024-04-12T06:19:39.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:38 smithi175 ceph-mon[68108]: pgmap v110: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 161 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:41.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:41 smithi175 ceph-mon[68108]: pgmap v111: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 139 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:41.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:41 smithi088 ceph-mon[92525]: pgmap v111: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 139 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:41.715 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:41 smithi088 systemd[1]: Stopping Ceph osd.3 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:19:41.716 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3[56439]: debug 2024-04-12T06:19:41.416+0000 7f4b4fcf7700 -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-04-12T06:19:41.716 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3[56439]: debug 2024-04-12T06:19:41.416+0000 7f4b4fcf7700 -1 osd.3 87 *** Got signal Terminated *** 2024-04-12T06:19:41.716 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3[56439]: debug 2024-04-12T06:19:41.416+0000 7f4b4fcf7700 -1 osd.3 87 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:19:42.214 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:41 smithi088 bash[109735]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.3 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 failed (root=default,host=smithi088) (connection refused reported by osd.6) 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.717 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:42 smithi088 ceph-mon[92525]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 failed (root=default,host=smithi088) (connection refused reported by osd.6) 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.4 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.6 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.7 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.5 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.1 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.2 2024-04-12T06:19:42.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:42 smithi175 ceph-mon[68108]: osd.3 reported immediately failed by osd.0 2024-04-12T06:19:43.286 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:43.494 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:43 smithi088 ceph-mon[92525]: pgmap v112: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:43.494 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:43 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:19:43.494 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:43 smithi088 ceph-mon[92525]: osdmap e88: 8 total, 7 up, 8 in 2024-04-12T06:19:43.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:43 smithi175 ceph-mon[68108]: pgmap v112: 129 pgs: 129 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 228 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:19:43.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:43 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:19:43.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:43 smithi175 ceph-mon[68108]: osdmap e88: 8 total, 7 up, 8 in 2024-04-12T06:19:44.467 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:44 smithi088 ceph-mon[92525]: osdmap e89: 8 total, 7 up, 8 in 2024-04-12T06:19:44.468 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:44 smithi088 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.3.service: Succeeded. 2024-04-12T06:19:44.468 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:44 smithi088 systemd[1]: Stopped Ceph osd.3 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:19:44.468 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:44 smithi088 systemd[1]: Starting Ceph osd.3 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:19:44.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:44 smithi175 ceph-mon[68108]: osdmap e89: 8 total, 7 up, 8 in 2024-04-12T06:19:45.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:45 smithi088 ceph-mon[92525]: pgmap v115: 129 pgs: 13 active+undersized+degraded, 11 stale+active+clean, 9 active+undersized, 96 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 99/1605 objects degraded (6.168%) 2024-04-12T06:19:45.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:45 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 99/1605 objects degraded (6.168%), 13 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:45.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:45 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: 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-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-04-12T06:19:45.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:45 smithi088 bash[110043]: --> ceph-volume raw activate successful for osd ID: 3 2024-04-12T06:19:45.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:45 smithi175 ceph-mon[68108]: pgmap v115: 129 pgs: 13 active+undersized+degraded, 11 stale+active+clean, 9 active+undersized, 96 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 99/1605 objects degraded (6.168%) 2024-04-12T06:19:45.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:45 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 99/1605 objects degraded (6.168%), 13 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:45.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:45 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:46.964 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:46 smithi088 ceph-osd[110340]: -- 172.21.15.88:0/1492529627 <== mon.0 v2:172.21.15.88:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f086d7b1e0 con 0x55f086d4ac00 2024-04-12T06:19:46.964 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:46 smithi088 bash[110302]: 46cf924614a972fbde82077626dfba4e995b5edc03f371edad795965abdf5cad 2024-04-12T06:19:46.964 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:46 smithi088 systemd[1]: Started Ceph osd.3 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:19:47.464 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:19:46.986+0000 7f1f6243d7c0 -1 Falling back to public interface 2024-04-12T06:19:47.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:47 smithi088 ceph-mon[92525]: pgmap v116: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:47.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:47.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:47.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:47.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:47 smithi175 ceph-mon[68108]: pgmap v116: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:47.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:47.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:47.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:48.324 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:49.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:49 smithi088 ceph-mon[92525]: pgmap v117: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:49.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:49 smithi175 ceph-mon[68108]: pgmap v117: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:50.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:50.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:19:52.111 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:51 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:19:51.733+0000 7f1f6243d7c0 -1 osd.3 0 read_superblock omap replica is missing. 2024-04-12T06:19:52.111 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:51 smithi088 ceph-mon[92525]: pgmap v118: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:52.111 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:51 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 210/1605 objects degraded (13.084%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:52.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:51 smithi175 ceph-mon[68108]: pgmap v118: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:51 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 210/1605 objects degraded (13.084%), 30 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:52.464 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:19:52.252+0000 7f1f6243d7c0 -1 osd.3 87 log_to_monitors true 2024-04-12T06:19:53.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:52 smithi088 ceph-mon[92525]: from='osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T06:19:53.215 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:19:52 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:19:52.799+0000 7f1f53897700 -1 osd.3 87 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:19:53.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:52 smithi175 ceph-mon[68108]: from='osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-12T06:19:53.367 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:54.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:53 smithi088 ceph-mon[92525]: pgmap v119: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:54.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:53 smithi088 ceph-mon[92525]: from='osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T06:19:54.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:53 smithi088 ceph-mon[92525]: osdmap e90: 8 total, 7 up, 8 in 2024-04-12T06:19:54.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:53 smithi088 ceph-mon[92525]: from='osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:19:54.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:54.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:54.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:53 smithi175 ceph-mon[68108]: pgmap v119: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 322 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 205 B/s wr, 0 op/s; 210/1605 objects degraded (13.084%) 2024-04-12T06:19:54.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:53 smithi175 ceph-mon[68108]: from='osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-12T06:19:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:53 smithi175 ceph-mon[68108]: osdmap e90: 8 total, 7 up, 8 in 2024-04-12T06:19:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:53 smithi175 ceph-mon[68108]: from='osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2024-04-12T06:19:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:54.803 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:19:54.803 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721] boot 2024-04-12T06:19:54.803 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: osdmap e91: 8 total, 8 up, 8 in 2024-04-12T06:19:54.803 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:19:54.803 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:54.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:54.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:54 smithi088 ceph-mon[92525]: osdmap e92: 8 total, 8 up, 8 in 2024-04-12T06:19:55.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:19:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721] boot 2024-04-12T06:19:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: osdmap e91: 8 total, 8 up, 8 in 2024-04-12T06:19:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-12T06:19:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:54 smithi175 ceph-mon[68108]: osdmap e92: 8 total, 8 up, 8 in 2024-04-12T06:19:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:55 smithi088 ceph-mon[92525]: pgmap v122: 129 pgs: 7 peering, 26 active+undersized+degraded, 17 active+undersized, 79 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 190/1605 objects degraded (11.838%) 2024-04-12T06:19:56.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:55 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:56.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:55 smithi175 ceph-mon[68108]: pgmap v122: 129 pgs: 7 peering, 26 active+undersized+degraded, 17 active+undersized, 79 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 190/1605 objects degraded (11.838%) 2024-04-12T06:19:56.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:55 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:57.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:56 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 190/1605 objects degraded (11.838%), 26 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:57.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:56 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 190/1605 objects degraded (11.838%), 26 pgs degraded (PG_DEGRADED) 2024-04-12T06:19:58.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: pgmap v124: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 128/1605 objects degraded (7.975%); 0 B/s, 0 objects/s recovering 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:19:58.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: pgmap v124: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s; 128/1605 objects degraded (7.975%); 0 B/s, 0 objects/s recovering 2024-04-12T06:19:58.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:19:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:19:58.406 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:19:59.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:58 smithi088 ceph-mon[92525]: pgmap v125: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s wr, 0 op/s; 128/1605 objects degraded (7.975%); 0 B/s, 0 objects/s recovering 2024-04-12T06:19:59.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:58 smithi088 ceph-mon[92525]: pgmap v126: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 215 B/s wr, 0 op/s; 128/1605 objects degraded (7.975%); 0 B/s, 0 objects/s recovering 2024-04-12T06:19:59.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:58 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:19:59.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:58 smithi088 ceph-mon[92525]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-04-12T06:19:59.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:58 smithi175 ceph-mon[68108]: pgmap v125: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s wr, 0 op/s; 128/1605 objects degraded (7.975%); 0 B/s, 0 objects/s recovering 2024-04-12T06:19:59.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:58 smithi175 ceph-mon[68108]: pgmap v126: 129 pgs: 7 peering, 18 active+undersized+degraded, 8 active+undersized, 96 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 215 B/s wr, 0 op/s; 128/1605 objects degraded (7.975%); 0 B/s, 0 objects/s recovering 2024-04-12T06:19:59.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:58 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:19:59.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:58 smithi175 ceph-mon[68108]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-04-12T06:20:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:59 smithi088 ceph-mon[92525]: pgmap v127: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 177 B/s wr, 31 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:19:59 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 128/1605 objects degraded (7.975%), 18 pgs degraded) 2024-04-12T06:20:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:59 smithi175 ceph-mon[68108]: pgmap v127: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 177 B/s wr, 31 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:00.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:19:59 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 128/1605 objects degraded (7.975%), 18 pgs degraded) 2024-04-12T06:20:01.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:00 smithi088 ceph-mon[92525]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:20:01.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:00 smithi175 ceph-mon[68108]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:20:02.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:01 smithi088 ceph-mon[92525]: pgmap v128: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 278 B/s wr, 24 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:02.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:01 smithi175 ceph-mon[68108]: pgmap v128: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 24 KiB/s rd, 278 B/s wr, 24 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:03.446 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:04.934 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:20:04.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:04 smithi088 ceph-mon[92525]: pgmap v129: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 233 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:04 smithi175 ceph-mon[68108]: pgmap v129: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 233 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:05.573 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:20:05.573 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (12m) 12s ago 23m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:20:05.573 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (2m) 12s ago 23m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:20:05.573 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (2m) 2m ago 22m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:20:05.573 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (10m) 12s ago 23m 35.0M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (18m) 12s ago 18m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (17m) 2m ago 17m 15.7M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (4m) 12s ago 25m 499M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (3m) 2m ago 22m 447M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (3m) 12s ago 25m 57.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (3m) 2m ago 22m 38.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (15m) 12s ago 15m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (15m) 2m ago 15m 80.7M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (8m) 12s ago 23m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (4m) 2m ago 22m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (114s) 12s ago 22m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:20:05.574 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (77s) 12s ago 21m 110M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (40s) 12s ago 21m 99.1M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (19s) 12s ago 20m 11.4M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (20m) 2m ago 20m 385M 2712M 16.2.5 6933c2a0b7dd 866877a2490d 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (20m) 2m ago 20m 436M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (19m) 2m ago 19m 356M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (19m) 2m ago 19m 490M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:20:05.575 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 12s ago 23m - - 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:20:05.954 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 4 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:20:05.955 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:20:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:06.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:06.278 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "10/23 daemons upgraded", 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:20:06.279 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:20:06.280 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:20:06.662 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:20:06.662 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:20:06.663 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:20:07.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:06 smithi088 ceph-mon[92525]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:06 smithi088 ceph-mon[92525]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:06 smithi088 ceph-mon[92525]: pgmap v130: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 218 B/s wr, 19 op/s 2024-04-12T06:20:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:06 smithi088 ceph-mon[92525]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:06 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/836207615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:06 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1094303376' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:20:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:06 smithi175 ceph-mon[68108]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:06 smithi175 ceph-mon[68108]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:07.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:06 smithi175 ceph-mon[68108]: pgmap v130: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 218 B/s wr, 19 op/s 2024-04-12T06:20:07.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:06 smithi175 ceph-mon[68108]: from='client.34300 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:07.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:06 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/836207615' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:07.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:06 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1094303376' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:20:08.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:07 smithi088 ceph-mon[92525]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:08.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:07 smithi175 ceph-mon[68108]: from='client.34308 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:08.501 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:09.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:08 smithi088 ceph-mon[92525]: pgmap v131: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 204 B/s wr, 18 op/s 2024-04-12T06:20:09.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:08 smithi175 ceph-mon[68108]: pgmap v131: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 204 B/s wr, 18 op/s 2024-04-12T06:20:11.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:10 smithi088 ceph-mon[92525]: pgmap v132: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 15 op/s 2024-04-12T06:20:11.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:10 smithi175 ceph-mon[68108]: pgmap v132: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 15 op/s 2024-04-12T06:20:13.205 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:12 smithi175 ceph-mon[68108]: pgmap v133: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:20:13.206 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:12 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:20:13.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:12 smithi088 ceph-mon[92525]: pgmap v133: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:20:13.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:12 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:20:13.532 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:14.065 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:13 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:20:14.065 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:13 smithi175 ceph-mon[68108]: Upgrade: osd.4 is safe to restart 2024-04-12T06:20:14.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:13 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-04-12T06:20:14.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:13 smithi088 ceph-mon[92525]: Upgrade: osd.4 is safe to restart 2024-04-12T06:20:15.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:14 smithi175 ceph-mon[68108]: pgmap v134: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:15.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:15.174 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T06:20:15.175 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:14 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:20:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:14 smithi088 ceph-mon[92525]: pgmap v134: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-12T06:20:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:14 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:20:16.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:15 smithi088 ceph-mon[92525]: Upgrade: Updating osd.4 2024-04-12T06:20:16.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:15 smithi088 ceph-mon[92525]: Deploying daemon osd.4 on smithi175 2024-04-12T06:20:16.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:15 smithi175 ceph-mon[68108]: Upgrade: Updating osd.4 2024-04-12T06:20:16.216 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:15 smithi175 ceph-mon[68108]: Deploying daemon osd.4 on smithi175 2024-04-12T06:20:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:16 smithi088 ceph-mon[92525]: pgmap v135: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:20:17.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:16 smithi175 ceph-mon[68108]: pgmap v135: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:20:17.724 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:17 smithi175 systemd[1]: Stopping Ceph osd.4 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:20:17.724 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4[42938]: debug 2024-04-12T06:20:17.425+0000 7fd390d72700 -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-04-12T06:20:17.724 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4[42938]: debug 2024-04-12T06:20:17.425+0000 7fd390d72700 -1 osd.4 92 *** Got signal Terminated *** 2024-04-12T06:20:17.724 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4[42938]: debug 2024-04-12T06:20:17.425+0000 7fd390d72700 -1 osd.4 92 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:20:18.152 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:17 smithi175 bash[73445]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.4 2024-04-12T06:20:18.153 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.7 2024-04-12T06:20:18.153 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 failed (root=default,host=smithi175) (connection refused reported by osd.7) 2024-04-12T06:20:18.153 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.5 2024-04-12T06:20:18.153 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.0 2024-04-12T06:20:18.153 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.1 2024-04-12T06:20:18.153 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.2 2024-04-12T06:20:18.154 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.3 2024-04-12T06:20:18.154 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.6 2024-04-12T06:20:18.154 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.7 2024-04-12T06:20:18.154 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.5 2024-04-12T06:20:18.154 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.0 2024-04-12T06:20:18.155 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.1 2024-04-12T06:20:18.155 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.2 2024-04-12T06:20:18.155 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.3 2024-04-12T06:20:18.155 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:17 smithi175 ceph-mon[68108]: osd.4 reported immediately failed by osd.6 2024-04-12T06:20:18.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.7 2024-04-12T06:20:18.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 failed (root=default,host=smithi175) (connection refused reported by osd.7) 2024-04-12T06:20:18.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.5 2024-04-12T06:20:18.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.0 2024-04-12T06:20:18.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.1 2024-04-12T06:20:18.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.2 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.3 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.6 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.7 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.5 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.0 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.1 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.2 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.3 2024-04-12T06:20:18.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:17 smithi088 ceph-mon[92525]: osd.4 reported immediately failed by osd.6 2024-04-12T06:20:18.948 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:18 smithi175 ceph-mon[68108]: pgmap v136: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:18.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:18 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:20:18.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:18 smithi175 ceph-mon[68108]: osdmap e93: 8 total, 7 up, 8 in 2024-04-12T06:20:19.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:18 smithi088 ceph-mon[92525]: pgmap v136: 129 pgs: 129 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:19.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:18 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:20:19.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:18 smithi088 ceph-mon[92525]: osdmap e93: 8 total, 7 up, 8 in 2024-04-12T06:20:20.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:19 smithi088 ceph-mon[92525]: osdmap e94: 8 total, 7 up, 8 in 2024-04-12T06:20:20.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:19 smithi175 ceph-mon[68108]: osdmap e94: 8 total, 7 up, 8 in 2024-04-12T06:20:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:20.224 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:19 smithi175 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.4.service: Succeeded. 2024-04-12T06:20:20.224 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:19 smithi175 systemd[1]: Stopped Ceph osd.4 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:20:20.224 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:19 smithi175 systemd[1]: Starting Ceph osd.4 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:20:21.150 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:20 smithi175 ceph-mon[68108]: pgmap v139: 129 pgs: 18 peering, 14 stale+active+clean, 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-12T06:20:21.150 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:20 smithi175 ceph-mon[68108]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: 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-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-04-12T06:20:21.151 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:20 smithi175 bash[73731]: --> ceph-volume raw activate successful for osd ID: 4 2024-04-12T06:20:21.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:20 smithi088 ceph-mon[92525]: pgmap v139: 129 pgs: 18 peering, 14 stale+active+clean, 97 active+clean; 322 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-04-12T06:20:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:20 smithi088 ceph-mon[92525]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2024-04-12T06:20:21.973 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:21 smithi175 ceph-osd[74080]: -- 172.21.15.175:0/764588261 <== mon.1 v2:172.21.15.175:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5613c32b71e0 con 0x5613c3287000 2024-04-12T06:20:21.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:21 smithi175 ceph-mon[68108]: pgmap v140: 129 pgs: 18 active+undersized+degraded, 18 peering, 5 stale+active+clean, 12 active+undersized, 76 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 145/1605 objects degraded (9.034%) 2024-04-12T06:20:21.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:21 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 145/1605 objects degraded (9.034%), 18 pgs degraded (PG_DEGRADED) 2024-04-12T06:20:22.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:21 smithi088 ceph-mon[92525]: pgmap v140: 129 pgs: 18 active+undersized+degraded, 18 peering, 5 stale+active+clean, 12 active+undersized, 76 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 145/1605 objects degraded (9.034%) 2024-04-12T06:20:22.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:21 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 145/1605 objects degraded (9.034%), 18 pgs degraded (PG_DEGRADED) 2024-04-12T06:20:22.408 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:21 smithi175 bash[74043]: 830a35f8f8fbdcb0f7a91fc781fab7c646655a40420f5e9936bccd1676447368 2024-04-12T06:20:22.408 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:21 smithi175 systemd[1]: Started Ceph osd.4 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:20:22.724 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:22 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:20:22.407+0000 7f9fd9ff67c0 -1 Falling back to public interface 2024-04-12T06:20:23.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:23.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:23.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:20:23.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:23.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:23.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:20:23.987 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:24 smithi088 ceph-mon[92525]: pgmap v141: 129 pgs: 20 active+undersized+degraded, 18 peering, 18 active+undersized, 73 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 157/1605 objects degraded (9.782%) 2024-04-12T06:20:24.472 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:24 smithi175 ceph-mon[68108]: pgmap v141: 129 pgs: 20 active+undersized+degraded, 18 peering, 18 active+undersized, 73 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 157/1605 objects degraded (9.782%) 2024-04-12T06:20:25.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:25 smithi088 ceph-mon[92525]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-04-12T06:20:25.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:25 smithi175 ceph-mon[68108]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2024-04-12T06:20:26.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:26 smithi088 ceph-mon[92525]: pgmap v142: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:26.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:26.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:26 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:26 smithi175 ceph-mon[68108]: pgmap v142: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:26.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:26 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:27.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:20:27.128+0000 7f9fd9ff67c0 -1 osd.4 0 read_superblock omap replica is missing. 2024-04-12T06:20:27.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:27 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:27.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:27 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:27.973 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:27 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:20:27.698+0000 7f9fd9ff67c0 -1 osd.4 92 log_to_monitors true 2024-04-12T06:20:27.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:27 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:27.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:27 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:28.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:28 smithi088 ceph-mon[92525]: pgmap v143: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:28.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:28 smithi088 ceph-mon[92525]: from='osd.4 [v2:172.21.15.175:6800/1384634158,v1:172.21.15.175:6801/1384634158]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T06:20:28.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:28 smithi088 ceph-mon[92525]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T06:20:28.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:28 smithi175 ceph-mon[68108]: pgmap v143: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:28 smithi175 ceph-mon[68108]: from='osd.4 [v2:172.21.15.175:6800/1384634158,v1:172.21.15.175:6801/1384634158]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T06:20:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:28 smithi175 ceph-mon[68108]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-12T06:20:29.030 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:29.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:20:29 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:20:29.184+0000 7f9fc7448700 -1 osd.4 92 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:20:29.949 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:29 smithi175 ceph-mon[68108]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T06:20:29.949 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:29 smithi175 ceph-mon[68108]: osdmap e95: 8 total, 7 up, 8 in 2024-04-12T06:20:29.949 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:29 smithi175 ceph-mon[68108]: from='osd.4 [v2:172.21.15.175:6800/1384634158,v1:172.21.15.175:6801/1384634158]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:20:29.949 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:29 smithi175 ceph-mon[68108]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:20:29.949 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:29 smithi175 ceph-mon[68108]: from='osd.4 ' entity='osd.4' 2024-04-12T06:20:29.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:29 smithi088 ceph-mon[92525]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-12T06:20:29.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:29 smithi088 ceph-mon[92525]: osdmap e95: 8 total, 7 up, 8 in 2024-04-12T06:20:29.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:29 smithi088 ceph-mon[92525]: from='osd.4 [v2:172.21.15.175:6800/1384634158,v1:172.21.15.175:6801/1384634158]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:20:29.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:29 smithi088 ceph-mon[92525]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:20:29.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:29 smithi088 ceph-mon[92525]: from='osd.4 ' entity='osd.4' 2024-04-12T06:20:31.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: pgmap v145: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:20:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: osd.4 [v2:172.21.15.175:6800/1384634158,v1:172.21.15.175:6801/1384634158] boot 2024-04-12T06:20:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: osdmap e96: 8 total, 8 up, 8 in 2024-04-12T06:20:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:20:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:31.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:30 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: pgmap v145: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: osd.4 [v2:172.21.15.175:6800/1384634158,v1:172.21.15.175:6801/1384634158] boot 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: osdmap e96: 8 total, 8 up, 8 in 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:20:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:31.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:30 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:32.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:31 smithi088 ceph-mon[92525]: pgmap v147: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 303 B/s rd, 151 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:31 smithi088 ceph-mon[92525]: pgmap v148: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 432 B/s rd, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:31 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:31 smithi088 ceph-mon[92525]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-04-12T06:20:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:31 smithi088 ceph-mon[92525]: osdmap e97: 8 total, 8 up, 8 in 2024-04-12T06:20:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:31 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 248/1605 objects degraded (15.452%), 32 pgs degraded (PG_DEGRADED) 2024-04-12T06:20:32.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:31 smithi175 ceph-mon[68108]: pgmap v147: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 303 B/s rd, 151 B/s wr, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:32.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:31 smithi175 ceph-mon[68108]: pgmap v148: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 432 B/s rd, 0 op/s; 248/1605 objects degraded (15.452%) 2024-04-12T06:20:32.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:31 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:32.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:31 smithi175 ceph-mon[68108]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2024-04-12T06:20:32.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:31 smithi175 ceph-mon[68108]: osdmap e97: 8 total, 8 up, 8 in 2024-04-12T06:20:32.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:31 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 248/1605 objects degraded (15.452%), 32 pgs degraded (PG_DEGRADED) 2024-04-12T06:20:34.069 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:34.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:33 smithi088 ceph-mon[92525]: pgmap v150: 129 pgs: 21 peering, 17 active+undersized+degraded, 18 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 286 B/s wr, 0 op/s; 125/1605 objects degraded (7.788%) 2024-04-12T06:20:34.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:33 smithi175 ceph-mon[68108]: pgmap v150: 129 pgs: 21 peering, 17 active+undersized+degraded, 18 active+undersized, 73 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 286 B/s wr, 0 op/s; 125/1605 objects degraded (7.788%) 2024-04-12T06:20:36.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:35 smithi088 ceph-mon[92525]: pgmap v151: 129 pgs: 21 peering, 108 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 216 B/s wr, 0 op/s 2024-04-12T06:20:36.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:36.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:36.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:35 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 125/1605 objects degraded (7.788%), 17 pgs degraded) 2024-04-12T06:20:36.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:35 smithi175 ceph-mon[68108]: pgmap v151: 129 pgs: 21 peering, 108 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 216 B/s wr, 0 op/s 2024-04-12T06:20:36.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:36.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:36.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:35 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 125/1605 objects degraded (7.788%), 17 pgs degraded) 2024-04-12T06:20:37.017 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (13m) 44s ago 24m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (2m) 44s ago 24m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (2m) 11s ago 23m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (11m) 44s ago 23m 35.0M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (18m) 44s ago 18m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (18m) 11s ago 18m 16.2M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (4m) 44s ago 25m 499M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (4m) 11s ago 23m 449M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:20:37.651 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (3m) 44s ago 26m 57.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (3m) 11s ago 23m 44.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (15m) 44s ago 15m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (15m) 11s ago 15m 81.0M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (9m) 44s ago 23m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (4m) 11s ago 23m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (2m) 44s ago 22m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (109s) 44s ago 22m 110M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (72s) 44s ago 21m 99.1M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (51s) 44s ago 21m 11.4M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (16s) 11s ago 21m 10.8M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (20m) 11s ago 20m 434M 2712M 16.2.5 6933c2a0b7dd 642bd0fbfa1a 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (20m) 11s ago 20m 357M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:20:37.652 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (20m) 11s ago 20m 488M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:20:37.653 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 44s ago 23m - - 2024-04-12T06:20:38.031 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 5 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:20:38.032 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:20:38.033 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:20:38.033 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2024-04-12T06:20:38.033 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 9 2024-04-12T06:20:38.033 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:20:38.033 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:20:38.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:37 smithi088 ceph-mon[92525]: pgmap v152: 129 pgs: 129 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 335 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:38.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:37 smithi175 ceph-mon[68108]: pgmap v152: 129 pgs: 129 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 335 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2024-04-12T06:20:38.354 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "11/23 daemons upgraded", 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:20:38.355 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:20:38.741 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:20:38.741 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:20:38.741 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:20:39.115 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:39.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:38 smithi088 ceph-mon[92525]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:38 smithi088 ceph-mon[92525]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:38 smithi088 ceph-mon[92525]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:38 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2649132313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:38 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2565196028' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:20:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:38 smithi175 ceph-mon[68108]: from='client.34318 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:38 smithi175 ceph-mon[68108]: from='client.34322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:38 smithi175 ceph-mon[68108]: from='client.34326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:39.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:38 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2649132313' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:20:39.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:38 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2565196028' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:20:40.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:39 smithi088 ceph-mon[92525]: pgmap v153: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:40.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:39 smithi088 ceph-mon[92525]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:40.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:39 smithi175 ceph-mon[68108]: pgmap v153: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:40.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:39 smithi175 ceph-mon[68108]: from='client.34334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:20:42.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:41 smithi088 ceph-mon[92525]: pgmap v154: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:42.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:41 smithi175 ceph-mon[68108]: pgmap v154: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:44.152 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:44.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:43 smithi088 ceph-mon[92525]: pgmap v155: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:44.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:43 smithi175 ceph-mon[68108]: pgmap v155: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:46.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:45 smithi088 ceph-mon[92525]: pgmap v156: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:46.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:45 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:46.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:45 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:46.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:45 smithi175 ceph-mon[68108]: pgmap v156: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:46.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:45 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:46.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:45 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:46 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:46 smithi175 ceph-mon[68108]: Upgrade: osd.5 is safe to restart 2024-04-12T06:20:47.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:46 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-04-12T06:20:47.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:46 smithi088 ceph-mon[92525]: Upgrade: osd.5 is safe to restart 2024-04-12T06:20:48.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:47 smithi088 ceph-mon[92525]: pgmap v157: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T06:20:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:20:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:47 smithi175 ceph-mon[68108]: pgmap v157: 129 pgs: 129 active+clean; 322 MiB data, 2.0 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-04-12T06:20:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:48.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-12T06:20:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:20:48.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:48 smithi175 ceph-mon[68108]: Upgrade: Updating osd.5 2024-04-12T06:20:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:48 smithi175 ceph-mon[68108]: Deploying daemon osd.5 on smithi175 2024-04-12T06:20:49.190 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:49.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:48 smithi088 ceph-mon[92525]: Upgrade: Updating osd.5 2024-04-12T06:20:49.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:48 smithi088 ceph-mon[92525]: Deploying daemon osd.5 on smithi175 2024-04-12T06:20:50.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:49 smithi175 ceph-mon[68108]: pgmap v158: 129 pgs: 129 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:50.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:50.035 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:50.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:49 smithi088 ceph-mon[92525]: pgmap v158: 129 pgs: 129 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:50.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:50.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:20:50.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:50 smithi175 systemd[1]: Stopping Ceph osd.5 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:20:50.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5[45812]: debug 2024-04-12T06:20:50.237+0000 7ff30d38a700 -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-04-12T06:20:50.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5[45812]: debug 2024-04-12T06:20:50.237+0000 7ff30d38a700 -1 osd.5 97 *** Got signal Terminated *** 2024-04-12T06:20:50.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5[45812]: debug 2024-04-12T06:20:50.237+0000 7ff30d38a700 -1 osd.5 97 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:20:50.891 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:50 smithi175 bash[76185]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.5 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.6 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 failed (root=default,host=smithi175) (connection refused reported by osd.6) 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.6 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.7 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.0 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.1 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.2 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.3 2024-04-12T06:20:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.4 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.7 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.0 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.1 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.2 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.3 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.4 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.6 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.2 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.0 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.3 2024-04-12T06:20:51.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:50 smithi088 ceph-mon[92525]: osd.5 reported immediately failed by osd.1 2024-04-12T06:20:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.6 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 failed (root=default,host=smithi175) (connection refused reported by osd.6) 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.6 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.7 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.0 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.1 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.2 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.3 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.4 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.7 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.0 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.1 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.2 2024-04-12T06:20:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.3 2024-04-12T06:20:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.4 2024-04-12T06:20:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.6 2024-04-12T06:20:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.2 2024-04-12T06:20:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.0 2024-04-12T06:20:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.3 2024-04-12T06:20:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:50 smithi175 ceph-mon[68108]: osd.5 reported immediately failed by osd.1 2024-04-12T06:20:52.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:51 smithi088 ceph-mon[92525]: pgmap v159: 129 pgs: 129 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:52.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:51 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:20:52.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:51 smithi088 ceph-mon[92525]: osdmap e98: 8 total, 7 up, 8 in 2024-04-12T06:20:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:51 smithi175 ceph-mon[68108]: pgmap v159: 129 pgs: 129 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:20:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:51 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:20:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:51 smithi175 ceph-mon[68108]: osdmap e98: 8 total, 7 up, 8 in 2024-04-12T06:20:52.899 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:52 smithi175 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.5.service: Succeeded. 2024-04-12T06:20:52.899 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:52 smithi175 systemd[1]: Stopped Ceph osd.5 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:20:52.899 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:52 smithi175 systemd[1]: Starting Ceph osd.5 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:20:53.161 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:52 smithi175 ceph-mon[68108]: osdmap e99: 8 total, 7 up, 8 in 2024-04-12T06:20:53.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:52 smithi088 ceph-mon[92525]: osdmap e99: 8 total, 7 up, 8 in 2024-04-12T06:20:53.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:53 smithi175 ceph-mon[68108]: pgmap v162: 129 pgs: 17 stale+active+clean, 112 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: 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-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-04-12T06:20:53.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:53 smithi175 bash[76464]: --> ceph-volume raw activate successful for osd ID: 5 2024-04-12T06:20:54.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:53 smithi088 ceph-mon[92525]: pgmap v162: 129 pgs: 17 stale+active+clean, 112 active+clean; 322 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:20:54.226 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:55.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:54 smithi088 ceph-mon[92525]: pgmap v163: 129 pgs: 15 active+undersized+degraded, 5 stale+active+clean, 12 active+undersized, 97 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 121/1605 objects degraded (7.539%) 2024-04-12T06:20:55.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:54 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 121/1605 objects degraded (7.539%), 15 pgs degraded (PG_DEGRADED) 2024-04-12T06:20:55.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:54 smithi175 ceph-mon[68108]: pgmap v163: 129 pgs: 15 active+undersized+degraded, 5 stale+active+clean, 12 active+undersized, 97 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 121/1605 objects degraded (7.539%) 2024-04-12T06:20:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:54 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 121/1605 objects degraded (7.539%), 15 pgs degraded (PG_DEGRADED) 2024-04-12T06:20:55.224 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:54 smithi175 ceph-osd[76759]: -- 172.21.15.175:0/4270276713 <== mon.1 v2:172.21.15.175:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f973a9f1e0 con 0x55f973a6ec00 2024-04-12T06:20:55.224 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:54 smithi175 bash[76720]: 46fe470404a88a918f3b23a0e9487d167f716ff69a908e1c249afbafb7b53f13 2024-04-12T06:20:55.224 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:54 smithi175 systemd[1]: Started Ceph osd.5 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:20:55.723 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:20:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:20:55.453+0000 7fbf90cce7c0 -1 Falling back to public interface 2024-04-12T06:20:56.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:56.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:56.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:20:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:20:57.434 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:57 smithi175 ceph-mon[68108]: pgmap v164: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:20:57.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:57 smithi088 ceph-mon[92525]: pgmap v164: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:20:59.268 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:20:59.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:59 smithi088 ceph-mon[92525]: pgmap v165: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:20:59.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:59.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:20:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:59.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:59 smithi175 ceph-mon[68108]: pgmap v165: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:20:59.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:20:59.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:20:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:00.473 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:21:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:21:00.101+0000 7fbf90cce7c0 -1 osd.5 0 read_superblock omap replica is missing. 2024-04-12T06:21:00.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:00 smithi088 ceph-mon[92525]: from='osd.5 [v2:172.21.15.175:6808/1215241990,v1:172.21.15.175:6809/1215241990]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T06:21:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:00 smithi088 ceph-mon[92525]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T06:21:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:00 smithi175 ceph-mon[68108]: from='osd.5 [v2:172.21.15.175:6808/1215241990,v1:172.21.15.175:6809/1215241990]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T06:21:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:00 smithi175 ceph-mon[68108]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-12T06:21:00.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:21:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:21:00.638+0000 7fbf90cce7c0 -1 osd.5 97 log_to_monitors true 2024-04-12T06:21:01.473 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:21:01.172+0000 7fbf7e120700 -1 osd.5 97 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:21:01.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: pgmap v166: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 108 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:21:01.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T06:21:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: osdmap e100: 8 total, 7 up, 8 in 2024-04-12T06:21:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: from='osd.5 [v2:172.21.15.175:6808/1215241990,v1:172.21.15.175:6809/1215241990]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: from='osd.5 ' entity='osd.5' 2024-04-12T06:21:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:01 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 185/1605 objects degraded (11.526%), 24 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: pgmap v166: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 108 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: osdmap e100: 8 total, 7 up, 8 in 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: from='osd.5 [v2:172.21.15.175:6808/1215241990,v1:172.21.15.175:6809/1215241990]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: from='osd.5 ' entity='osd.5' 2024-04-12T06:21:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:01 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 185/1605 objects degraded (11.526%), 24 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:02.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:02 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:21:02.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:02 smithi088 ceph-mon[92525]: osd.5 [v2:172.21.15.175:6808/1215241990,v1:172.21.15.175:6809/1215241990] boot 2024-04-12T06:21:02.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:02 smithi088 ceph-mon[92525]: osdmap e101: 8 total, 8 up, 8 in 2024-04-12T06:21:02.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:02 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:21:02.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:02 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:21:02.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:02 smithi175 ceph-mon[68108]: osd.5 [v2:172.21.15.175:6808/1215241990,v1:172.21.15.175:6809/1215241990] boot 2024-04-12T06:21:02.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:02 smithi175 ceph-mon[68108]: osdmap e101: 8 total, 8 up, 8 in 2024-04-12T06:21:02.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:02 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-12T06:21:03.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: pgmap v169: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: osdmap e102: 8 total, 8 up, 8 in 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:03.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:03.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: pgmap v169: 129 pgs: 24 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 185/1605 objects degraded (11.526%) 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: osdmap e102: 8 total, 8 up, 8 in 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:04.306 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:04.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:04 smithi088 ceph-mon[92525]: pgmap v170: 129 pgs: 2 peering, 22 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 301 B/s rd, 150 B/s wr, 0 op/s; 165/1605 objects degraded (10.280%) 2024-04-12T06:21:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:04 smithi088 ceph-mon[92525]: pgmap v171: 129 pgs: 2 peering, 22 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 165/1605 objects degraded (10.280%) 2024-04-12T06:21:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:04 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:04 smithi088 ceph-mon[92525]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-12T06:21:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:04 smithi175 ceph-mon[68108]: pgmap v170: 129 pgs: 2 peering, 22 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 301 B/s rd, 150 B/s wr, 0 op/s; 165/1605 objects degraded (10.280%) 2024-04-12T06:21:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:04 smithi175 ceph-mon[68108]: pgmap v171: 129 pgs: 2 peering, 22 active+undersized+degraded, 22 active+undersized, 83 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 214 B/s wr, 0 op/s; 165/1605 objects degraded (10.280%) 2024-04-12T06:21:04.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:04 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:04 smithi175 ceph-mon[68108]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-04-12T06:21:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:06.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:06.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:06.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:07.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:06 smithi088 ceph-mon[92525]: pgmap v173: 129 pgs: 2 peering, 16 active+undersized+degraded, 15 active+undersized, 96 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 121/1605 objects degraded (7.539%) 2024-04-12T06:21:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:06 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 121/1605 objects degraded (7.539%), 16 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:06 smithi175 ceph-mon[68108]: pgmap v173: 129 pgs: 2 peering, 16 active+undersized+degraded, 15 active+undersized, 96 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 121/1605 objects degraded (7.539%) 2024-04-12T06:21:07.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:06 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 121/1605 objects degraded (7.539%), 16 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:08.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:07 smithi088 ceph-mon[92525]: pgmap v174: 129 pgs: 2 peering, 127 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 208 B/s wr, 0 op/s 2024-04-12T06:21:08.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:07 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 121/1605 objects degraded (7.539%), 16 pgs degraded) 2024-04-12T06:21:08.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:07 smithi175 ceph-mon[68108]: pgmap v174: 129 pgs: 2 peering, 127 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 208 B/s wr, 0 op/s 2024-04-12T06:21:08.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:07 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 121/1605 objects degraded (7.539%), 16 pgs degraded) 2024-04-12T06:21:09.090 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:21:09.344 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (13m) 76s ago 24m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (3m) 76s ago 24m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (3m) 10s ago 23m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (11m) 76s ago 24m 35.0M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (19m) 76s ago 19m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (19m) 10s ago 19m 16.3M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:21:09.733 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (5m) 76s ago 26m 499M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (4m) 10s ago 23m 449M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (4m) 76s ago 26m 57.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (4m) 10s ago 23m 44.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (16m) 76s ago 16m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (16m) 10s ago 16m 81.1M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (9m) 76s ago 24m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (5m) 10s ago 23m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (2m) 76s ago 23m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (2m) 76s ago 22m 110M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (104s) 76s ago 22m 99.1M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (83s) 76s ago 21m 11.4M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (48s) 10s ago 21m 133M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:21:09.734 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (15s) 10s ago 21m 10.9M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:21:09.735 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (21m) 10s ago 21m 357M 2712M 16.2.5 6933c2a0b7dd 7a5fcee32867 2024-04-12T06:21:09.735 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (20m) 10s ago 20m 489M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:21:09.735 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 76s ago 24m - - 2024-04-12T06:21:10.118 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:21:10.118 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:21:10.118 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:21:10.118 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 6 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 10 2024-04-12T06:21:10.119 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:21:10.120 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:21:10.440 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "12/23 daemons upgraded", 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:21:10.441 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:21:10.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:10 smithi088 ceph-mon[92525]: from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:10.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:10 smithi088 ceph-mon[92525]: pgmap v175: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 301 B/s rd, 150 B/s wr, 0 op/s 2024-04-12T06:21:10.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:10 smithi088 ceph-mon[92525]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:10.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:10 smithi088 ceph-mon[92525]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:10.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:10 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1405295769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:10.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:10 smithi175 ceph-mon[68108]: from='client.34344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:10.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:10 smithi175 ceph-mon[68108]: pgmap v175: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 301 B/s rd, 150 B/s wr, 0 op/s 2024-04-12T06:21:10.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:10 smithi175 ceph-mon[68108]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:10.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:10 smithi175 ceph-mon[68108]: from='client.34352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:10.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:10 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1405295769' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:10.826 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:21:10.826 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:21:10.826 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:21:11.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:11 smithi088 ceph-mon[92525]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:11.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:11 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2178589710' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:21:11.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:11 smithi175 ceph-mon[68108]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:11.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:11 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2178589710' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:21:12.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:12 smithi088 ceph-mon[92525]: pgmap v176: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:12.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:12 smithi175 ceph-mon[68108]: pgmap v176: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:14.389 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:14.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:14 smithi088 ceph-mon[92525]: pgmap v177: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:21:14.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:14 smithi175 ceph-mon[68108]: pgmap v177: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:21:16.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:15 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:16.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:15 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:17.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:16 smithi088 ceph-mon[92525]: pgmap v178: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-04-12T06:21:17.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:16 smithi175 ceph-mon[68108]: pgmap v178: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-04-12T06:21:18.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:18 smithi175 ceph-mon[68108]: pgmap v179: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:18.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:18 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:19.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:18 smithi088 ceph-mon[92525]: pgmap v179: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:19.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:18 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:20.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:19 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:19 smithi088 ceph-mon[92525]: Upgrade: osd.6 is safe to restart 2024-04-12T06:21:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:19 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-04-12T06:21:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:19 smithi175 ceph-mon[68108]: Upgrade: osd.6 is safe to restart 2024-04-12T06:21:20.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:20.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:21.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:20 smithi088 ceph-mon[92525]: pgmap v180: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:20 smithi088 ceph-mon[92525]: Upgrade: Updating osd.6 2024-04-12T06:21:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T06:21:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:20 smithi088 ceph-mon[92525]: Deploying daemon osd.6 on smithi175 2024-04-12T06:21:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:20 smithi175 ceph-mon[68108]: pgmap v180: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:20 smithi175 ceph-mon[68108]: Upgrade: Updating osd.6 2024-04-12T06:21:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-12T06:21:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:21.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:20 smithi175 ceph-mon[68108]: Deploying daemon osd.6 on smithi175 2024-04-12T06:21:21.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:21 smithi175 ceph-mon[68108]: pgmap v181: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:22.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:21 smithi088 ceph-mon[92525]: pgmap v181: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:23.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:23 smithi175 systemd[1]: Stopping Ceph osd.6 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:21:23.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6[48692]: debug 2024-04-12T06:21:23.254+0000 7f8053e6f700 -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-04-12T06:21:23.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6[48692]: debug 2024-04-12T06:21:23.254+0000 7f8053e6f700 -1 osd.6 102 *** Got signal Terminated *** 2024-04-12T06:21:23.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:23 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6[48692]: debug 2024-04-12T06:21:23.254+0000 7f8053e6f700 -1 osd.6 102 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:21:23.876 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:23 smithi175 bash[78903]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.6 2024-04-12T06:21:24.459 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:24.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: pgmap v182: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 failed (root=default,host=smithi175) (connection refused reported by osd.7) 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.467 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:24 smithi088 ceph-mon[92525]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: pgmap v182: 129 pgs: 129 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 failed (root=default,host=smithi175) (connection refused reported by osd.7) 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.7 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.4 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.5 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.1 2024-04-12T06:21:24.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.476 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.476 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:24.476 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.2 2024-04-12T06:21:24.477 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.3 2024-04-12T06:21:24.477 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:24 smithi175 ceph-mon[68108]: osd.6 reported immediately failed by osd.0 2024-04-12T06:21:25.355 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:25 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:21:25.355 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:25 smithi175 ceph-mon[68108]: osdmap e103: 8 total, 7 up, 8 in 2024-04-12T06:21:25.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:25 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:21:25.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:25 smithi088 ceph-mon[92525]: osdmap e103: 8 total, 7 up, 8 in 2024-04-12T06:21:26.159 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:25 smithi175 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.6.service: Succeeded. 2024-04-12T06:21:26.159 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:25 smithi175 systemd[1]: Stopped Ceph osd.6 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:21:26.159 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:25 smithi175 systemd[1]: Starting Ceph osd.6 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:21:26.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:26 smithi088 ceph-mon[92525]: pgmap v184: 129 pgs: 13 stale+active+clean, 116 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:21:26.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:26 smithi088 ceph-mon[92525]: osdmap e104: 8 total, 7 up, 8 in 2024-04-12T06:21:26.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:26 smithi175 ceph-mon[68108]: pgmap v184: 129 pgs: 13 stale+active+clean, 116 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:21:26.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:26 smithi175 ceph-mon[68108]: osdmap e104: 8 total, 7 up, 8 in 2024-04-12T06:21:27.128 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-12T06:21:27.129 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: 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-04-12T06:21:27.129 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-04-12T06:21:27.129 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-04-12T06:21:27.129 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-04-12T06:21:27.129 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-04-12T06:21:27.129 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:26 smithi175 bash[79193]: --> ceph-volume raw activate successful for osd ID: 6 2024-04-12T06:21:27.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:27 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 68/1605 objects degraded (4.237%), 9 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:27.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:27 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 68/1605 objects degraded (4.237%), 9 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:28.209 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:27 smithi175 ceph-osd[79488]: -- 172.21.15.175:0/2973147587 <== mon.1 v2:172.21.15.175:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5595fbb151e0 con 0x5595fbae4c00 2024-04-12T06:21:28.209 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:28 smithi175 bash[79451]: 90d4ca2f32759500f84cdd69a5aa79a4ddb34e79a3abd54c3015d8255f6ebd13 2024-04-12T06:21:28.210 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:28 smithi175 systemd[1]: Started Ceph osd.6 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:21:28.464 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:28 smithi088 ceph-mon[92525]: pgmap v186: 129 pgs: 9 active+undersized+degraded, 10 stale+active+clean, 6 active+undersized, 104 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 68/1605 objects degraded (4.237%) 2024-04-12T06:21:28.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:28.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:28.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:21:28.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:28 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:21:28.446+0000 7fc55359d7c0 -1 Falling back to public interface 2024-04-12T06:21:28.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:28 smithi175 ceph-mon[68108]: pgmap v186: 129 pgs: 9 active+undersized+degraded, 10 stale+active+clean, 6 active+undersized, 104 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 68/1605 objects degraded (4.237%) 2024-04-12T06:21:28.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:28.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:28.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:21:29.498 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:30.466 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:30 smithi088 ceph-mon[92525]: pgmap v187: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:30.485 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:30 smithi175 ceph-mon[68108]: pgmap v187: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:32.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:32 smithi175 ceph-mon[68108]: pgmap v188: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:32.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:32 smithi088 ceph-mon[92525]: pgmap v188: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:33.223 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:32 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:21:32.897+0000 7fc55359d7c0 -1 osd.6 0 read_superblock omap replica is missing. 2024-04-12T06:21:33.617 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:33 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:21:33.397+0000 7fc55359d7c0 -1 osd.6 102 log_to_monitors true 2024-04-12T06:21:33.617 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:33 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.617 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:33 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.617 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:33 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.618 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:33 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:33 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:33 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:33 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:33.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:33 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:34.473 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:34 smithi175 ceph-mon[68108]: pgmap v189: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:34.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:34 smithi175 ceph-mon[68108]: from='osd.6 [v2:172.21.15.175:6816/3468779625,v1:172.21.15.175:6817/3468779625]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:21:34.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:34 smithi175 ceph-mon[68108]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:21:34.581 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:34 smithi088 ceph-mon[92525]: pgmap v189: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 229 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:34.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:34 smithi088 ceph-mon[92525]: from='osd.6 [v2:172.21.15.175:6816/3468779625,v1:172.21.15.175:6817/3468779625]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:21:34.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:34 smithi088 ceph-mon[92525]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-12T06:21:35.224 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:21:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:21:34.816+0000 7fc5409ef700 -1 osd.6 102 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:21:35.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T06:21:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: osdmap e105: 8 total, 7 up, 8 in 2024-04-12T06:21:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: from='osd.6 [v2:172.21.15.175:6816/3468779625,v1:172.21.15.175:6817/3468779625]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:35 smithi088 ceph-mon[92525]: from='osd.6 ' entity='osd.6' 2024-04-12T06:21:35.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-12T06:21:35.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: osdmap e105: 8 total, 7 up, 8 in 2024-04-12T06:21:35.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: from='osd.6 [v2:172.21.15.175:6816/3468779625,v1:172.21.15.175:6817/3468779625]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:35.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:21:35.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:35.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:35.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:35 smithi175 ceph-mon[68108]: from='osd.6 ' entity='osd.6' 2024-04-12T06:21:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:36 smithi088 ceph-mon[92525]: pgmap v191: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:36 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:21:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:36 smithi088 ceph-mon[92525]: osd.6 [v2:172.21.15.175:6816/3468779625,v1:172.21.15.175:6817/3468779625] boot 2024-04-12T06:21:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:36 smithi088 ceph-mon[92525]: osdmap e106: 8 total, 8 up, 8 in 2024-04-12T06:21:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:36 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:21:36.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:36 smithi175 ceph-mon[68108]: pgmap v191: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 206 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:36 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:21:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:36 smithi175 ceph-mon[68108]: osd.6 [v2:172.21.15.175:6816/3468779625,v1:172.21.15.175:6817/3468779625] boot 2024-04-12T06:21:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:36 smithi175 ceph-mon[68108]: osdmap e106: 8 total, 8 up, 8 in 2024-04-12T06:21:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:36 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: pgmap v193: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 279 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: pgmap v194: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 191 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 181/1605 objects degraded (11.277%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:37.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:37.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:37.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:37.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:37.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-12T06:21:37.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:37 smithi088 ceph-mon[92525]: osdmap e107: 8 total, 8 up, 8 in 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: pgmap v193: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 279 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: pgmap v194: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 191 B/s wr, 0 op/s; 181/1605 objects degraded (11.277%) 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 181/1605 objects degraded (11.277%), 25 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:37.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:37.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:37.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:37.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:37.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-04-12T06:21:37.725 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:37 smithi175 ceph-mon[68108]: osdmap e107: 8 total, 8 up, 8 in 2024-04-12T06:21:39.616 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:39.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:39 smithi088 ceph-mon[92525]: pgmap v196: 129 pgs: 21 active+undersized+degraded, 16 active+undersized, 92 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 501 B/s rd, 250 B/s wr, 0 op/s; 152/1605 objects degraded (9.470%) 2024-04-12T06:21:39.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:39 smithi175 ceph-mon[68108]: pgmap v196: 129 pgs: 21 active+undersized+degraded, 16 active+undersized, 92 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 501 B/s rd, 250 B/s wr, 0 op/s; 152/1605 objects degraded (9.470%) 2024-04-12T06:21:41.174 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:21:41.807 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (14m) 108s ago 25m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (3m) 108s ago 25m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (3m) 9s ago 24m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (12m) 108s ago 24m 35.0M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (19m) 108s ago 19m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (19m) 9s ago 19m 16.4M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (5m) 108s ago 27m 499M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (5m) 9s ago 24m 449M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (5m) 108s ago 27m 57.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (4m) 9s ago 24m 45.2M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (16m) 108s ago 16m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:21:41.808 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (16m) 9s ago 16m 81.1M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (10m) 108s ago 24m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (5m) 9s ago 24m 10.7M - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (3m) 108s ago 23m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (2m) 108s ago 23m 110M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (2m) 108s ago 22m 99.1M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (115s) 108s ago 22m 11.4M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (80s) 9s ago 22m 135M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (47s) 9s ago 21m 134M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (14s) 9s ago 21m 10.4M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (21m) 9s ago 21m 488M 2712M 16.2.5 6933c2a0b7dd 20dd9d35d94d 2024-04-12T06:21:41.809 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 108s ago 24m - - 2024-04-12T06:21:41.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:41 smithi088 ceph-mon[92525]: pgmap v197: 129 pgs: 8 active+undersized+degraded, 4 active+undersized, 117 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 383 B/s rd, 191 B/s wr, 0 op/s; 64/1605 objects degraded (3.988%) 2024-04-12T06:21:41.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:41 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 64/1605 objects degraded (3.988%), 8 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:41.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:41 smithi175 ceph-mon[68108]: pgmap v197: 129 pgs: 8 active+undersized+degraded, 4 active+undersized, 117 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 383 B/s rd, 191 B/s wr, 0 op/s; 64/1605 objects degraded (3.988%) 2024-04-12T06:21:41.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:41 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 64/1605 objects degraded (3.988%), 8 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:42.196 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:21:42.196 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:21:42.196 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:21:42.196 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 7 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2024-04-12T06:21:42.197 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:21:42.198 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:21:42.198 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2024-04-12T06:21:42.198 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 11 2024-04-12T06:21:42.198 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:21:42.198 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: "mon" 2024-04-12T06:21:42.522 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:21:42.523 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "13/23 daemons upgraded", 2024-04-12T06:21:42.523 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading osd daemons", 2024-04-12T06:21:42.523 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:21:42.523 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:21:42.902 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:21:42.902 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:21:42.902 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:21:42.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:42 smithi088 ceph-mon[92525]: from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:42.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:42 smithi088 ceph-mon[92525]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:42.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:42 smithi088 ceph-mon[92525]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:42.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:42 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/322540270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:42.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:42 smithi175 ceph-mon[68108]: from='client.34368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:42.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:42 smithi175 ceph-mon[68108]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:42.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:42 smithi175 ceph-mon[68108]: from='client.34376 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:42.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:42 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/322540270' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:21:43.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:43 smithi088 ceph-mon[92525]: pgmap v198: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 309 B/s rd, 154 B/s wr, 0 op/s 2024-04-12T06:21:43.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:43 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/1605 objects degraded (3.988%), 8 pgs degraded) 2024-04-12T06:21:43.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:43 smithi088 ceph-mon[92525]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:43.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:43 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2715684316' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:21:43.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:43 smithi175 ceph-mon[68108]: pgmap v198: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 309 B/s rd, 154 B/s wr, 0 op/s 2024-04-12T06:21:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:43 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 64/1605 objects degraded (3.988%), 8 pgs degraded) 2024-04-12T06:21:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:43 smithi175 ceph-mon[68108]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:21:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:43 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2715684316' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:21:44.655 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:46.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:45 smithi088 ceph-mon[92525]: pgmap v199: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T06:21:46.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:45 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:46.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:45 smithi175 ceph-mon[68108]: pgmap v199: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2024-04-12T06:21:46.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:45 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:47.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:46 smithi088 ceph-mon[92525]: pgmap v200: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:21:47.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:46 smithi175 ceph-mon[68108]: pgmap v200: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2024-04-12T06:21:49.696 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:49.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:49 smithi088 ceph-mon[92525]: pgmap v201: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 352 B/s rd, 176 B/s wr, 0 op/s 2024-04-12T06:21:49.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:49 smithi175 ceph-mon[68108]: pgmap v201: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 352 B/s rd, 176 B/s wr, 0 op/s 2024-04-12T06:21:51.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:21:52.084 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:51 smithi175 ceph-mon[68108]: pgmap v202: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:52.084 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:52.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:51 smithi088 ceph-mon[92525]: pgmap v202: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:52.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:53.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:52 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:53.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:52 smithi088 ceph-mon[92525]: Upgrade: osd.7 is safe to restart 2024-04-12T06:21:53.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:52 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-04-12T06:21:53.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:52 smithi175 ceph-mon[68108]: Upgrade: osd.7 is safe to restart 2024-04-12T06:21:54.086 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:53 smithi175 ceph-mon[68108]: pgmap v203: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:54.086 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:54.086 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T06:21:54.086 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:54.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:53 smithi088 ceph-mon[92525]: pgmap v203: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:54.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:21:54.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-12T06:21:54.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:21:54.743 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:54.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:54 smithi175 ceph-mon[68108]: Upgrade: Updating osd.7 2024-04-12T06:21:54.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:54 smithi175 ceph-mon[68108]: Deploying daemon osd.7 on smithi175 2024-04-12T06:21:55.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:54 smithi088 ceph-mon[92525]: Upgrade: Updating osd.7 2024-04-12T06:21:55.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:54 smithi088 ceph-mon[92525]: Deploying daemon osd.7 on smithi175 2024-04-12T06:21:56.096 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:55 smithi175 ceph-mon[68108]: pgmap v204: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:55 smithi088 ceph-mon[92525]: pgmap v204: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-12T06:21:56.474 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:56 smithi175 systemd[1]: Stopping Ceph osd.7 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:21:56.474 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7[51573]: debug 2024-04-12T06:21:56.270+0000 7fe0cf26c700 -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-04-12T06:21:56.474 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7[51573]: debug 2024-04-12T06:21:56.270+0000 7fe0cf26c700 -1 osd.7 107 *** Got signal Terminated *** 2024-04-12T06:21:56.474 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7[51573]: debug 2024-04-12T06:21:56.270+0000 7fe0cf26c700 -1 osd.7 107 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:21:56.960 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:56 smithi175 bash[81577]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd.7 2024-04-12T06:21:56.960 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.0 2024-04-12T06:21:56.960 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 failed (root=default,host=smithi175) (connection refused reported by osd.0) 2024-04-12T06:21:56.960 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.0 2024-04-12T06:21:56.960 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.1 2024-04-12T06:21:56.960 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.2 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.3 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.4 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.1 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.2 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.3 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.5 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.6 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.4 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.5 2024-04-12T06:21:56.961 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:56 smithi175 ceph-mon[68108]: osd.7 reported immediately failed by osd.6 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.0 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 failed (root=default,host=smithi175) (connection refused reported by osd.0) 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.0 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.1 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.2 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.3 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.4 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.1 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.2 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.3 2024-04-12T06:21:57.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.5 2024-04-12T06:21:57.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.6 2024-04-12T06:21:57.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.4 2024-04-12T06:21:57.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.5 2024-04-12T06:21:57.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:56 smithi088 ceph-mon[92525]: osd.7 reported immediately failed by osd.6 2024-04-12T06:21:57.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:57 smithi175 ceph-mon[68108]: pgmap v205: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:57.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:57 smithi175 ceph-mon[68108]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:21:57.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:57 smithi175 ceph-mon[68108]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-04-12T06:21:57.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:57 smithi175 ceph-mon[68108]: osdmap e108: 8 total, 7 up, 8 in 2024-04-12T06:21:58.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:57 smithi088 ceph-mon[92525]: pgmap v205: 129 pgs: 129 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-12T06:21:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:57 smithi088 ceph-mon[92525]: Health check failed: 1 osds down (OSD_DOWN) 2024-04-12T06:21:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:57 smithi088 ceph-mon[92525]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-04-12T06:21:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:57 smithi088 ceph-mon[92525]: osdmap e108: 8 total, 7 up, 8 in 2024-04-12T06:21:58.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:58 smithi175 ceph-mon[68108]: osdmap e109: 8 total, 7 up, 8 in 2024-04-12T06:21:58.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:58 smithi175 systemd[1]: ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.7.service: Succeeded. 2024-04-12T06:21:58.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:58 smithi175 systemd[1]: Stopped Ceph osd.7 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:21:58.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:58 smithi175 systemd[1]: Starting Ceph osd.7 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:21:59.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:58 smithi088 ceph-mon[92525]: osdmap e109: 8 total, 7 up, 8 in 2024-04-12T06:21:59.778 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:21:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:59 smithi175 ceph-mon[68108]: pgmap v208: 129 pgs: 7 active+undersized+degraded, 16 stale+active+clean, 3 active+undersized, 103 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 42/1605 objects degraded (2.617%) 2024-04-12T06:21:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:21:59 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 42/1605 objects degraded (2.617%), 7 pgs degraded (PG_DEGRADED) 2024-04-12T06:21:59.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-12T06:21:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: 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-04-12T06:21:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-04-12T06:21:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-04-12T06:21:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-04-12T06:21:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-04-12T06:21:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:21:59 smithi175 bash[81859]: --> ceph-volume raw activate successful for osd ID: 7 2024-04-12T06:22:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:59 smithi088 ceph-mon[92525]: pgmap v208: 129 pgs: 7 active+undersized+degraded, 16 stale+active+clean, 3 active+undersized, 103 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 42/1605 objects degraded (2.617%) 2024-04-12T06:22:00.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:21:59 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 42/1605 objects degraded (2.617%), 7 pgs degraded (PG_DEGRADED) 2024-04-12T06:22:01.132 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:01 smithi175 ceph-osd[82191]: -- 172.21.15.175:0/3792568339 <== mon.1 v2:172.21.15.175:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5600fce551e0 con 0x5600fce25000 2024-04-12T06:22:01.473 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:01 smithi175 bash[82154]: a4c5952ed5d4f9d6768c29b9fb45457367fc9fac65a19f93dd639135ee81a4a3 2024-04-12T06:22:01.474 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:01 smithi175 systemd[1]: Started Ceph osd.7 for 0c064754-f891-11ee-bc8c-c7b262605968. 2024-04-12T06:22:01.908 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:01.591+0000 7efdec40a7c0 -1 Falling back to public interface 2024-04-12T06:22:01.909 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:01 smithi175 ceph-mon[68108]: pgmap v209: 129 pgs: 30 active+undersized+degraded, 3 stale+active+clean, 13 active+undersized, 83 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 198/1605 objects degraded (12.336%) 2024-04-12T06:22:01.909 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:01.909 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:01.909 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:02.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:01 smithi088 ceph-mon[92525]: pgmap v209: 129 pgs: 30 active+undersized+degraded, 3 stale+active+clean, 13 active+undersized, 83 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 198/1605 objects degraded (12.336%) 2024-04-12T06:22:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:03.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:03 smithi175 ceph-mon[68108]: pgmap v210: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:04.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:03 smithi088 ceph-mon[92525]: pgmap v210: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:04.812 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: pgmap v211: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.140 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: pgmap v211: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:06 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 238/1605 objects degraded (14.829%), 37 pgs degraded (PG_DEGRADED) 2024-04-12T06:22:06.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:06.651+0000 7efdec40a7c0 -1 osd.7 0 read_superblock omap replica is missing. 2024-04-12T06:22:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:06 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 238/1605 objects degraded (14.829%), 37 pgs degraded (PG_DEGRADED) 2024-04-12T06:22:07.597 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:07.238+0000 7efdec40a7c0 -1 osd.7 107 log_to_monitors true 2024-04-12T06:22:07.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:07.799+0000 7efddd864700 -1 osd.7 107 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:22:07.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:07 smithi175 ceph-mon[68108]: pgmap v212: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 212 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:07.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:07 smithi175 ceph-mon[68108]: from='osd.7 [v2:172.21.15.175:6824/3681550866,v1:172.21.15.175:6825/3681550866]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:22:07.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:07 smithi175 ceph-mon[68108]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:22:08.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:07 smithi088 ceph-mon[92525]: pgmap v212: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 212 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:08.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:07 smithi088 ceph-mon[92525]: from='osd.7 [v2:172.21.15.175:6824/3681550866,v1:172.21.15.175:6825/3681550866]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:22:08.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:07 smithi088 ceph-mon[92525]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-12T06:22:08.925 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:08 smithi175 ceph-mon[68108]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T06:22:08.925 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:08 smithi175 ceph-mon[68108]: osdmap e110: 8 total, 7 up, 8 in 2024-04-12T06:22:08.925 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:08 smithi175 ceph-mon[68108]: from='osd.7 [v2:172.21.15.175:6824/3681550866,v1:172.21.15.175:6825/3681550866]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:22:08.925 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:08 smithi175 ceph-mon[68108]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:22:09.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:08 smithi088 ceph-mon[92525]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-12T06:22:09.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:08 smithi088 ceph-mon[92525]: osdmap e110: 8 total, 7 up, 8 in 2024-04-12T06:22:09.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:08 smithi088 ceph-mon[92525]: from='osd.7 [v2:172.21.15.175:6824/3681550866,v1:172.21.15.175:6825/3681550866]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:22:09.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:08 smithi088 ceph-mon[92525]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-04-12T06:22:09.856 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: pgmap v214: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: osd.7 [v2:172.21.15.175:6824/3681550866,v1:172.21.15.175:6825/3681550866] boot 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: osdmap e111: 8 total, 8 up, 8 in 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:10.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-12T06:22:10.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: osdmap e112: 8 total, 8 up, 8 in 2024-04-12T06:22:10.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi088.djqnyb"]}]: dispatch 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: pgmap v214: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 204 B/s wr, 0 op/s; 238/1605 objects degraded (14.829%) 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: osd.7 [v2:172.21.15.175:6824/3681550866,v1:172.21.15.175:6825/3681550866] boot 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: osdmap e111: 8 total, 8 up, 8 in 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-04-12T06:22:10.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-04-12T06:22:10.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2024-04-12T06:22:10.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-04-12T06:22:10.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2024-04-12T06:22:10.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: osdmap e112: 8 total, 8 up, 8 in 2024-04-12T06:22:10.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi088.djqnyb"]}]: dispatch 2024-04-12T06:22:10.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:10 smithi088 ceph-mon[92525]: pgmap v216: 129 pgs: 3 peering, 34 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 299 B/s rd, 149 B/s wr, 0 op/s; 230/1605 objects degraded (14.330%) 2024-04-12T06:22:10.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:10 smithi088 ceph-mon[92525]: pgmap v217: 129 pgs: 3 peering, 34 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 422 B/s rd, 211 B/s wr, 0 op/s; 230/1605 objects degraded (14.330%) 2024-04-12T06:22:10.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:10 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all osd 2024-04-12T06:22:10.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:10 smithi088 ceph-mon[92525]: Upgrade: Setting require_osd_release to 18 reef 2024-04-12T06:22:10.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:10 smithi088 ceph-mon[92525]: Upgrade: It appears safe to stop mds.foofs.smithi088.djqnyb 2024-04-12T06:22:10.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:10 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:10 smithi175 ceph-mon[68108]: pgmap v216: 129 pgs: 3 peering, 34 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 299 B/s rd, 149 B/s wr, 0 op/s; 230/1605 objects degraded (14.330%) 2024-04-12T06:22:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:10 smithi175 ceph-mon[68108]: pgmap v217: 129 pgs: 3 peering, 34 active+undersized+degraded, 19 active+undersized, 73 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 422 B/s rd, 211 B/s wr, 0 op/s; 230/1605 objects degraded (14.330%) 2024-04-12T06:22:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:10 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all osd 2024-04-12T06:22:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:10 smithi175 ceph-mon[68108]: Upgrade: Setting require_osd_release to 18 reef 2024-04-12T06:22:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:10 smithi175 ceph-mon[68108]: Upgrade: It appears safe to stop mds.foofs.smithi088.djqnyb 2024-04-12T06:22:11.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:10 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:12.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:11 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 230/1605 objects degraded (14.330%), 34 pgs degraded (PG_DEGRADED) 2024-04-12T06:22:12.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:12.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:22:12.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:12.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:11 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 230/1605 objects degraded (14.330%), 34 pgs degraded (PG_DEGRADED) 2024-04-12T06:22:12.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:12.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.djqnyb", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:22:12.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:13.133 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:12 smithi088 ceph-mon[92525]: pgmap v219: 129 pgs: 9 peering, 25 active+undersized+degraded, 12 active+undersized, 83 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 584 B/s rd, 292 B/s wr, 1 op/s; 194/1605 objects degraded (12.087%) 2024-04-12T06:22:13.133 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:12 smithi088 ceph-mon[92525]: Upgrade: Updating mds.foofs.smithi088.djqnyb 2024-04-12T06:22:13.133 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:12 smithi088 ceph-mon[92525]: Deploying daemon mds.foofs.smithi088.djqnyb on smithi088 2024-04-12T06:22:13.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:12 smithi175 ceph-mon[68108]: pgmap v219: 129 pgs: 9 peering, 25 active+undersized+degraded, 12 active+undersized, 83 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 584 B/s rd, 292 B/s wr, 1 op/s; 194/1605 objects degraded (12.087%) 2024-04-12T06:22:13.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:12 smithi175 ceph-mon[68108]: Upgrade: Updating mds.foofs.smithi088.djqnyb 2024-04-12T06:22:13.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:12 smithi175 ceph-mon[68108]: Deploying daemon mds.foofs.smithi088.djqnyb on smithi088 2024-04-12T06:22:13.256 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:22:13.829 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:22:13.554+0000 7f70917cd700 -1 bdev(0x55675d9a0000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 3 2024-04-12T06:22:13.829 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:22:13.555+0000 7f7093fd2700 -1 bdev(0x55675d9a0000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 8 2024-04-12T06:22:13.830 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:22:13.557+0000 7f7090fcc700 -1 bdev(0x55675d9a0000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 15 2024-04-12T06:22:13.830 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi088[92502]: 2024-04-12T06:22:13.523+0000 7f9212733700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:22:13.831 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:13.555+0000 7efdc8039700 -1 bdev(0x5600fdc1c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 4 2024-04-12T06:22:13.831 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:13.556+0000 7efdca83e700 -1 bdev(0x5600fdc1c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 6 2024-04-12T06:22:13.832 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:22:13.560+0000 7fbf688f5700 -1 bdev(0x55f974864000 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 1 2024-04-12T06:22:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:22:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (15m) 2m ago 25m 16.0M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:22:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (4m) 2m ago 25m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:22:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (4m) 9s ago 24m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:22:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (12m) 2m ago 25m 35.0M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:22:13.942 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (20m) 2m ago 20m 38.9M - 16.2.5 6933c2a0b7dd b60c32a5a9ad 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (20m) 9s ago 20m 16.5M - 16.2.5 6933c2a0b7dd a6fd47d9964a 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (6m) 2m ago 27m 499M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (5m) 9s ago 24m 449M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (5m) 2m ago 27m 57.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (5m) 9s ago 24m 51.9M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (17m) 2m ago 17m 79.0M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (17m) 9s ago 17m 81.1M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (10m) 2m ago 25m 17.0M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (6m) 9s ago 24m 9042k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (4m) 2m ago 24m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (3m) 2m ago 23m 110M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (2m) 2m ago 23m 99.1M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:22:13.943 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (2m) 2m ago 23m 11.4M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:22:13.944 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (112s) 9s ago 22m 136M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:22:13.944 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (79s) 9s ago 22m 134M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:22:13.944 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (46s) 9s ago 22m 120M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:22:13.944 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (13s) 9s ago 21m 11.2M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:22:13.944 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 2m ago 25m - - 2024-04-12T06:22:14.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: daemon mds.foofs.smithi088.djqnyb compat changed unexpectedly 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: osdmap e113: 8 total, 8 up, 8 in 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: Standby daemon mds.foofs.smithi175.egexnz assigned to filesystem foofs as rank 0 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T06:22:14.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:13 smithi088 ceph-mon[92525]: fsmap foofs:1/1 {0=foofs.smithi175.egexnz=up:replay} 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: daemon mds.foofs.smithi088.djqnyb compat changed unexpectedly 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: osdmap e113: 8 total, 8 up, 8 in 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: Standby daemon mds.foofs.smithi175.egexnz assigned to filesystem foofs as rank 0 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T06:22:14.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:13 smithi175 ceph-mon[68108]: fsmap foofs:1/1 {0=foofs.smithi175.egexnz=up:replay} 2024-04-12T06:22:14.339 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:22:14.339 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:22:14.339 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:22:14.339 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:14.339 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:22:14.340 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:22:14.340 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:14.340 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:22:14.340 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:22:14.340 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:14.340 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 12 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:22:14.341 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:22:14.665 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:22:14.665 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:22:14.665 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:22:14.665 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:22:14.666 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:22:14.666 INFO:teuthology.orchestra.run.smithi088.stdout: "crash", 2024-04-12T06:22:14.666 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:22:14.666 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:22:14.666 INFO:teuthology.orchestra.run.smithi088.stdout: "osd" 2024-04-12T06:22:14.666 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:22:14.667 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "14/23 daemons upgraded", 2024-04-12T06:22:14.667 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading mds daemons", 2024-04-12T06:22:14.667 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:22:14.667 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:22:14.895 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 filesystem is degraded; insufficient standby MDS daemons available; Degraded data redundancy: 59/1605 objects degraded (3.676%), 6 pgs degraded 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] FS_DEGRADED: 1 filesystem is degraded 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout: fs foofs is degraded 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout: have 0; want 1 more 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 59/1605 objects degraded (3.676%), 6 pgs degraded 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.f is active+undersized+degraded, acting [4,0] 2024-04-12T06:22:15.057 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2024-04-12T06:22:15.058 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.9 is active+undersized+degraded, acting [4,2] 2024-04-12T06:22:15.058 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2024-04-12T06:22:15.058 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.14 is active+undersized+degraded, acting [4,6] 2024-04-12T06:22:15.058 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2024-04-12T06:22:15.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:14 smithi088 ceph-mon[92525]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:14 smithi088 ceph-mon[92525]: pgmap v220: 129 pgs: 9 peering, 6 active+undersized+degraded, 5 active+undersized, 109 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 59/1605 objects degraded (3.676%) 2024-04-12T06:22:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:14 smithi088 ceph-mon[92525]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:15.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:14 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1626626885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:14 smithi175 ceph-mon[68108]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:15.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:14 smithi175 ceph-mon[68108]: pgmap v220: 129 pgs: 9 peering, 6 active+undersized+degraded, 5 active+undersized, 109 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 211 B/s wr, 0 op/s; 59/1605 objects degraded (3.676%) 2024-04-12T06:22:15.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:14 smithi175 ceph-mon[68108]: from='client.34396 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:15.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:14 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1626626885' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:16.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:15 smithi088 ceph-mon[92525]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:15 smithi088 ceph-mon[92525]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:15 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:reconnect 2024-04-12T06:22:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:15 smithi088 ceph-mon[92525]: fsmap foofs:1/1 {0=foofs.smithi175.egexnz=up:reconnect} 2024-04-12T06:22:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:15 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2142882154' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:22:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:15 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:22:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:15 smithi175 ceph-mon[68108]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:15 smithi175 ceph-mon[68108]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:15 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:reconnect 2024-04-12T06:22:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:15 smithi175 ceph-mon[68108]: fsmap foofs:1/1 {0=foofs.smithi175.egexnz=up:reconnect} 2024-04-12T06:22:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:15 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2142882154' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:22:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:15 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:22:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:16 smithi088 ceph-mon[92525]: pgmap v222: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 170 B/s wr, 4 op/s 2024-04-12T06:22:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:16 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/1605 objects degraded (3.676%), 6 pgs degraded) 2024-04-12T06:22:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:16 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:rejoin 2024-04-12T06:22:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:16 smithi088 ceph-mon[92525]: fsmap foofs:1/1 {0=foofs.smithi175.egexnz=up:rejoin} 2024-04-12T06:22:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:16 smithi088 ceph-mon[92525]: daemon mds.foofs.smithi175.egexnz is now active in filesystem foofs as rank 0 2024-04-12T06:22:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:16 smithi175 ceph-mon[68108]: pgmap v222: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.3 MiB/s rd, 170 B/s wr, 4 op/s 2024-04-12T06:22:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:16 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 59/1605 objects degraded (3.676%), 6 pgs degraded) 2024-04-12T06:22:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:16 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:rejoin 2024-04-12T06:22:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:16 smithi175 ceph-mon[68108]: fsmap foofs:1/1 {0=foofs.smithi175.egexnz=up:rejoin} 2024-04-12T06:22:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:16 smithi175 ceph-mon[68108]: daemon mds.foofs.smithi175.egexnz is now active in filesystem foofs as rank 0 2024-04-12T06:22:18.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:17 smithi088 ceph-mon[92525]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T06:22:18.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:17 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:active 2024-04-12T06:22:18.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:17 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi175.egexnz=up:active} 2024-04-12T06:22:18.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:17 smithi175 ceph-mon[68108]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T06:22:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:17 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.175:6832/812873116,v1:172.21.15.175:6833/812873116] up:active 2024-04-12T06:22:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:17 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi175.egexnz=up:active} 2024-04-12T06:22:19.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:18 smithi088 ceph-mon[92525]: pgmap v223: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 255 B/s wr, 5 op/s 2024-04-12T06:22:19.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:18 smithi175 ceph-mon[68108]: pgmap v223: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 255 B/s wr, 5 op/s 2024-04-12T06:22:19.930 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:20 smithi175 ceph-mon[68108]: pgmap v224: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 215 B/s wr, 9 op/s 2024-04-12T06:22:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:20.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:20 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:20 smithi088 ceph-mon[92525]: pgmap v224: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 215 B/s wr, 9 op/s 2024-04-12T06:22:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:20 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:22.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:22 smithi088 ceph-mon[92525]: pgmap v225: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-04-12T06:22:22.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:22.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:22 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:22 smithi175 ceph-mon[68108]: pgmap v225: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 204 B/s wr, 10 op/s 2024-04-12T06:22:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:22 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:24.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:23 smithi088 ceph-mon[92525]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T06:22:24.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:23 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:boot 2024-04-12T06:22:24.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:23 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi175.egexnz=up:active} 1 up:standby 2024-04-12T06:22:24.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:22:24.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:24.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:23 smithi175 ceph-mon[68108]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T06:22:24.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:23 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:boot 2024-04-12T06:22:24.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:23 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi175.egexnz=up:active} 1 up:standby 2024-04-12T06:22:24.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:22:24.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:24.968 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:25.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:24 smithi088 ceph-mon[92525]: pgmap v226: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.0 KiB/s wr, 13 op/s 2024-04-12T06:22:25.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:24 smithi175 ceph-mon[68108]: pgmap v226: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.0 KiB/s wr, 13 op/s 2024-04-12T06:22:27.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:26 smithi088 ceph-mon[92525]: pgmap v227: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.0 KiB/s wr, 11 op/s 2024-04-12T06:22:27.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:26 smithi175 ceph-mon[68108]: pgmap v227: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 6.0 KiB/s wr, 11 op/s 2024-04-12T06:22:29.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:28 smithi088 ceph-mon[92525]: pgmap v228: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 6.0 KiB/s wr, 9 op/s 2024-04-12T06:22:29.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:28 smithi175 ceph-mon[68108]: pgmap v228: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 13 MiB/s rd, 6.0 KiB/s wr, 9 op/s 2024-04-12T06:22:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:30.013 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:30.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:30 smithi088 ceph-mon[92525]: pgmap v229: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 6.5 KiB/s wr, 8 op/s 2024-04-12T06:22:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:30 smithi175 ceph-mon[68108]: pgmap v229: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 7.1 MiB/s rd, 6.5 KiB/s wr, 8 op/s 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: pgmap v230: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 6.6 KiB/s wr, 5 op/s 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:32.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:32.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:32.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi175.egexnz"]}]: dispatch 2024-04-12T06:22:33.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: pgmap v230: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 6.6 KiB/s wr, 5 op/s 2024-04-12T06:22:33.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:33.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:33.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi175.egexnz"]}]: dispatch 2024-04-12T06:22:33.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:33 smithi175 ceph-mon[68108]: Detected new or changed devices on smithi088 2024-04-12T06:22:33.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:33 smithi175 ceph-mon[68108]: pgmap v231: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 180 B/s rd, 6.9 KiB/s wr, 3 op/s 2024-04-12T06:22:33.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:33 smithi175 ceph-mon[68108]: pgmap v232: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-12T06:22:33.912 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:33 smithi175 ceph-mon[68108]: Upgrade: It appears safe to stop mds.foofs.smithi175.egexnz 2024-04-12T06:22:34.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:33 smithi088 ceph-mon[92525]: Detected new or changed devices on smithi088 2024-04-12T06:22:34.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:33 smithi088 ceph-mon[92525]: pgmap v231: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 180 B/s rd, 6.9 KiB/s wr, 3 op/s 2024-04-12T06:22:34.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:33 smithi088 ceph-mon[92525]: pgmap v232: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-12T06:22:34.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:33 smithi088 ceph-mon[92525]: Upgrade: It appears safe to stop mds.foofs.smithi175.egexnz 2024-04-12T06:22:35.052 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: Upgrade: Updating mds.foofs.smithi175.egexnz 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: Deploying daemon mds.foofs.smithi175.egexnz on smithi175 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: pgmap v233: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:35.682 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:35 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:35.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: Upgrade: Updating mds.foofs.smithi175.egexnz 2024-04-12T06:22:35.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi175.egexnz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-12T06:22:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: Deploying daemon mds.foofs.smithi175.egexnz on smithi175 2024-04-12T06:22:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: pgmap v233: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 219 B/s rd, 2.2 KiB/s wr, 1 op/s 2024-04-12T06:22:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:35.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:35 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:36.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi088[92502]: 2024-04-12T06:22:36.046+0000 7f9212733700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:22:36.364 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:22:36.068+0000 7f7093fd2700 -1 bdev(0x55675d9a0000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 5 2024-04-12T06:22:36.364 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:22:36.069+0000 7f70917cd700 -1 bdev(0x55675d9a0000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 12 2024-04-12T06:22:36.365 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:22:36.071+0000 7f7094fd4700 -1 bdev(0x55675d9a0000 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 17 2024-04-12T06:22:36.365 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:22:36.072+0000 7fbf6b0fa700 -1 bdev(0x55f974864000 /var/lib/ceph/osd/ceph-5/block) aio_submit retries 7 2024-04-12T06:22:36.365 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:36.068+0000 7efdc5834700 -1 bdev(0x5600fdc1c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 2 2024-04-12T06:22:36.365 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:36.068+0000 7efdc8039700 -1 bdev(0x5600fdc1c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 2 2024-04-12T06:22:36.366 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:22:36.070+0000 7efdca83e700 -1 bdev(0x5600fdc1c000 /var/lib/ceph/osd/ceph-7/block) aio_submit retries 5 2024-04-12T06:22:36.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: osdmap e114: 8 total, 8 up, 8 in 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: Standby daemon mds.foofs.smithi088.djqnyb assigned to filesystem foofs as rank 0 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T06:22:36.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:36 smithi088 ceph-mon[92525]: fsmap foofs:1/1 {0=foofs.smithi088.djqnyb=up:replay} 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: osdmap e114: 8 total, 8 up, 8 in 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: Standby daemon mds.foofs.smithi088.djqnyb assigned to filesystem foofs as rank 0 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-04-12T06:22:36.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:36 smithi175 ceph-mon[68108]: fsmap foofs:1/1 {0=foofs.smithi088.djqnyb=up:replay} 2024-04-12T06:22:37.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:37 smithi088 ceph-mon[92525]: pgmap v235: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s wr, 1 op/s 2024-04-12T06:22:37.723 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:37 smithi175 ceph-mon[68108]: pgmap v235: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s wr, 1 op/s 2024-04-12T06:22:38.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:38 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:reconnect 2024-04-12T06:22:38.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:38 smithi088 ceph-mon[92525]: fsmap foofs:1/1 {0=foofs.smithi088.djqnyb=up:reconnect} 2024-04-12T06:22:38.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:38 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:reconnect 2024-04-12T06:22:38.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:38 smithi175 ceph-mon[68108]: fsmap foofs:1/1 {0=foofs.smithi088.djqnyb=up:reconnect} 2024-04-12T06:22:39.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:39 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:rejoin 2024-04-12T06:22:39.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:39 smithi088 ceph-mon[92525]: fsmap foofs:1/1 {0=foofs.smithi088.djqnyb=up:rejoin} 2024-04-12T06:22:39.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:39 smithi088 ceph-mon[92525]: daemon mds.foofs.smithi088.djqnyb is now active in filesystem foofs as rank 0 2024-04-12T06:22:39.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:39 smithi088 ceph-mon[92525]: pgmap v236: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 MiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-04-12T06:22:39.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:39 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:rejoin 2024-04-12T06:22:39.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:39 smithi175 ceph-mon[68108]: fsmap foofs:1/1 {0=foofs.smithi088.djqnyb=up:rejoin} 2024-04-12T06:22:39.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:39 smithi175 ceph-mon[68108]: daemon mds.foofs.smithi088.djqnyb is now active in filesystem foofs as rank 0 2024-04-12T06:22:39.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:39 smithi175 ceph-mon[68108]: pgmap v236: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.3 MiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-04-12T06:22:40.090 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:40.714 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:40 smithi088 ceph-mon[92525]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T06:22:40.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:40 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:active 2024-04-12T06:22:40.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:40 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 2024-04-12T06:22:40.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:40 smithi175 ceph-mon[68108]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-04-12T06:22:40.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:40 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.88:6834/1091517241,v1:172.21.15.88:6835/1091517241] up:active 2024-04-12T06:22:40.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:40 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 2024-04-12T06:22:41.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:41 smithi175 ceph-mon[68108]: pgmap v237: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 1.7 KiB/s wr, 9 op/s 2024-04-12T06:22:41.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:41 smithi088 ceph-mon[92525]: pgmap v237: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 1.7 KiB/s wr, 9 op/s 2024-04-12T06:22:43.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:43 smithi088 ceph-mon[92525]: pgmap v238: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 1.4 KiB/s wr, 9 op/s 2024-04-12T06:22:43.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:43 smithi175 ceph-mon[68108]: pgmap v238: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 1.4 KiB/s wr, 9 op/s 2024-04-12T06:22:44.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T06:22:44.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: mds.? [v2:172.21.15.175:6832/2465640752,v1:172.21.15.175:6833/2465640752] up:boot 2024-04-12T06:22:44.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:22:44.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:22:44.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:44.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:44.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: mds.? [v2:172.21.15.175:6832/2465640752,v1:172.21.15.175:6833/2465640752] up:boot 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:45.147 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:45.414 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:22:45.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:45 smithi088 ceph-mon[92525]: pgmap v239: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.3 KiB/s wr, 13 op/s 2024-04-12T06:22:45.973 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:45 smithi175 ceph-mon[68108]: pgmap v239: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 7.3 KiB/s wr, 13 op/s 2024-04-12T06:22:46.051 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:22:46.051 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (15m) 18s ago 26m 15.7M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (5m) 18s ago 26m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (4m) 41s ago 25m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (13m) 18s ago 26m 35.3M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (23s) 18s ago 20m 14.6M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 starting - - - - 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (6m) 18s ago 28m 505M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (6m) 41s ago 25m 449M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (6m) 18s ago 28m 76.8M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (5m) 41s ago 25m 51.9M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (17m) 18s ago 17m 79.2M - 3.5 6933c2a0b7dd e2399608f058 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (17m) 41s ago 17m 81.1M - 3.5 6933c2a0b7dd 188397df6eb3 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (11m) 18s ago 25m 16.3M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:22:46.052 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (7m) 41s ago 25m 9042k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (4m) 18s ago 24m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (3m) 18s ago 24m 119M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (3m) 18s ago 23m 105M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (2m) 18s ago 23m 130M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (2m) 41s ago 23m 136M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (111s) 41s ago 22m 134M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (78s) 41s ago 22m 120M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (45s) 41s ago 22m 11.2M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:22:46.053 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 18s ago 25m - - 2024-04-12T06:22:46.432 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:22:46.433 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:22:46.433 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:22:46.433 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:46.433 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:22:46.433 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:22:46.434 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:46.434 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:22:46.434 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:22:46.434 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:46.434 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:22:46.434 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:22:46.435 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:22:46.435 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:22:46.435 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:22:46.435 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:22:46.435 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:22:46.758 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:22:46.758 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:22:46.758 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:22:46.758 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:22:46.758 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "osd", 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "mds", 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "crash" 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "16/23 daemons upgraded", 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading mds daemons", 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:22:46.759 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:22:46.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:46 smithi088 ceph-mon[92525]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:46.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:46 smithi088 ceph-mon[92525]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:46.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:46 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/852063299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:46.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:46 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:46.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:46 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:46 smithi175 ceph-mon[68108]: from='client.34420 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:46 smithi175 ceph-mon[68108]: from='client.34424 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:46 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/852063299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:46 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:46 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:47.144 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:22:47.144 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:22:47.145 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:22:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:47 smithi175 ceph-mon[68108]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:47 smithi175 ceph-mon[68108]: pgmap v240: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 6.9 KiB/s wr, 13 op/s 2024-04-12T06:22:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:47 smithi175 ceph-mon[68108]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:47 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3408279551' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:22:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:47 smithi088 ceph-mon[92525]: from='client.34428 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:47 smithi088 ceph-mon[92525]: pgmap v240: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 6.9 KiB/s wr, 13 op/s 2024-04-12T06:22:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:47 smithi088 ceph-mon[92525]: from='client.34436 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:22:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:47 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3408279551' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:22:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:48.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:49.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:49 smithi175 ceph-mon[68108]: pgmap v241: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.1 KiB/s wr, 11 op/s 2024-04-12T06:22:50.185 INFO:teuthology.orchestra.run.smithi088.stderr:mount.nfs: mounting smithi088:/fake failed, reason given by server: No such file or directory 2024-04-12T06:22:50.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:49 smithi088 ceph-mon[92525]: pgmap v241: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 6.1 KiB/s wr, 11 op/s 2024-04-12T06:22:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:51.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:22:52.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: pgmap v242: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 KiB/s wr, 10 op/s 2024-04-12T06:22:52.199 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: Detected new or changed devices on smithi175 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: pgmap v243: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 7.2 KiB/s wr, 6 op/s 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: pgmap v244: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.0 KiB/s wr, 7 op/s 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all mds 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi088.djqnyb"}]': finished 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi175.egexnz"}]': finished 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.201 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:51 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: pgmap v242: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 12 MiB/s rd, 6.2 KiB/s wr, 10 op/s 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: Detected new or changed devices on smithi175 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: pgmap v243: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.3 MiB/s rd, 7.2 KiB/s wr, 6 op/s 2024-04-12T06:22:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: pgmap v244: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.4 KiB/s rd, 9.0 KiB/s wr, 7 op/s 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all mds 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi088.djqnyb"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi088.djqnyb"}]': finished 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi175.egexnz"}]: dispatch 2024-04-12T06:22:52.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi175.egexnz"}]': finished 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:22:52.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:51 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.964 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all rgw 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all rbd-mirror 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all ceph-exporter 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all iscsi 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:22:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:52 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all rgw 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all rbd-mirror 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all ceph-exporter 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all iscsi 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:22:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:22:53.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:52 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:54.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Upgrade: Updating nfs.foo.0.1.smithi088.rnrduk (1/2) 2024-04-12T06:22:54.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Creating key for client.nfs.foo.0.1.smithi088.rnrduk 2024-04-12T06:22:54.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T06:22:54.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: pgmap v245: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 252 B/s wr, 0 op/s 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Rados config object exists: conf-nfs.foo 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Creating key for client.nfs.foo.0.1.smithi088.rnrduk-rgw 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Bind address in nfs.foo.0.1.smithi088.rnrduk's ganesha conf is defaulting to empty 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:54.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:53 smithi088 ceph-mon[92525]: Deploying daemon nfs.foo.0.1.smithi088.rnrduk on smithi088 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Upgrade: Updating nfs.foo.0.1.smithi088.rnrduk (1/2) 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Creating key for client.nfs.foo.0.1.smithi088.rnrduk 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: pgmap v245: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 252 B/s wr, 0 op/s 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Rados config object exists: conf-nfs.foo 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Creating key for client.nfs.foo.0.1.smithi088.rnrduk-rgw 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.rnrduk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:22:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Bind address in nfs.foo.0.1.smithi088.rnrduk's ganesha conf is defaulting to empty 2024-04-12T06:22:54.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:54.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:53 smithi175 ceph-mon[68108]: Deploying daemon nfs.foo.0.1.smithi088.rnrduk on smithi088 2024-04-12T06:22:56.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:55 smithi088 ceph-mon[92525]: pgmap v246: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 504 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-04-12T06:22:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:55 smithi175 ceph-mon[68108]: pgmap v246: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 504 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-04-12T06:22:57.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:57.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:57 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:57.724 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:57 smithi175 ceph-mon[68108]: pgmap v247: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-04-12T06:22:57.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:57.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:57 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:57.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:57 smithi088 ceph-mon[92525]: pgmap v247: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 252 B/s rd, 2.1 KiB/s wr, 1 op/s 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Upgrade: Updating nfs.foo.1.1.smithi175.dhfnpp (2/2) 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Creating key for client.nfs.foo.1.1.smithi175.dhfnpp 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:22:59.389 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Rados config object exists: conf-nfs.foo 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Creating key for client.nfs.foo.1.1.smithi175.dhfnpp-rgw 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Bind address in nfs.foo.1.1.smithi175.dhfnpp's ganesha conf is defaulting to empty 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: Deploying daemon nfs.foo.1.1.smithi175.dhfnpp on smithi175 2024-04-12T06:22:59.390 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:22:59 smithi175 ceph-mon[68108]: pgmap v248: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.3 KiB/s wr, 5 op/s 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Upgrade: Updating nfs.foo.1.1.smithi175.dhfnpp (2/2) 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Creating key for client.nfs.foo.1.1.smithi175.dhfnpp 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:59.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Rados config object exists: conf-nfs.foo 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Creating key for client.nfs.foo.1.1.smithi175.dhfnpp-rgw 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi175.dhfnpp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Bind address in nfs.foo.1.1.smithi175.dhfnpp's ganesha conf is defaulting to empty 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: Deploying daemon nfs.foo.1.1.smithi175.dhfnpp on smithi175 2024-04-12T06:22:59.486 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:22:59 smithi088 ceph-mon[92525]: pgmap v248: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.3 KiB/s wr, 5 op/s 2024-04-12T06:23:02.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:01 smithi088 ceph-mon[92525]: pgmap v249: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.3 KiB/s rd, 2.9 KiB/s wr, 5 op/s 2024-04-12T06:23:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:01 smithi175 ceph-mon[68108]: pgmap v249: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.3 KiB/s rd, 2.9 KiB/s wr, 5 op/s 2024-04-12T06:23:03.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:02 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:03.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:02 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:03.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:02 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:23:03.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:02 smithi088 ceph-mon[92525]: pgmap v250: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.4 KiB/s wr, 4 op/s 2024-04-12T06:23:03.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:02 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:02 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:02 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:23:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:02 smithi175 ceph-mon[68108]: pgmap v250: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 2.4 KiB/s wr, 4 op/s 2024-04-12T06:23:04.884 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:04.886 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-04-12T06:23:04.948 INFO:teuthology.orchestra.run.smithi088.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-04-12T06:23:04.948 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:23:04.948 INFO:teuthology.orchestra.run.smithi088.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-04-12T06:23:04.949 INFO:teuthology.orchestra.run.smithi088.stdout:4 of 5 processes prepared for launch 0 sec 2024-04-12T06:23:05.049 INFO:teuthology.orchestra.run.smithi088.stdout:5 of 5 processes prepared for launch 0 sec 2024-04-12T06:23:05.049 INFO:teuthology.orchestra.run.smithi088.stdout:releasing clients 2024-04-12T06:23:05.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:05.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:05 smithi088 ceph-mon[92525]: pgmap v251: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 KiB/s wr, 8 op/s 2024-04-12T06:23:05.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:05.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:06.049 INFO:teuthology.orchestra.run.smithi088.stdout: 4 120 25.65 MB/sec warmup 1 sec latency 999.836 ms 2024-04-12T06:23:06.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:05 smithi175 ceph-mon[68108]: pgmap v251: 129 pgs: 129 active+clean; 322 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 KiB/s wr, 8 op/s 2024-04-12T06:23:06.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:06.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:06.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:06.943 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:06 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:07.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:07.191 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:06 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:07.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:07 smithi088 ceph-mon[92525]: pgmap v252: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 88 KiB/s wr, 11 op/s 2024-04-12T06:23:08.051 INFO:teuthology.orchestra.run.smithi088.stdout: 5 416 21.29 MB/sec execute 1 sec latency 151.439 ms 2024-04-12T06:23:08.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:07 smithi175 ceph-mon[68108]: pgmap v252: 129 pgs: 129 active+clean; 323 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 88 KiB/s wr, 11 op/s 2024-04-12T06:23:09.051 INFO:teuthology.orchestra.run.smithi088.stdout: 5 596 23.65 MB/sec execute 2 sec latency 131.574 ms 2024-04-12T06:23:09.539 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.539 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.539 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:09 smithi088 ceph-mon[92525]: pgmap v253: 129 pgs: 129 active+clean; 315 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 4.4 MiB/s wr, 119 op/s 2024-04-12T06:23:09.540 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.540 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:09 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.920 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:09 smithi175 ceph-mon[68108]: pgmap v253: 129 pgs: 129 active+clean; 315 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 4.4 MiB/s wr, 119 op/s 2024-04-12T06:23:09.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:09.921 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:09 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:10.051 INFO:teuthology.orchestra.run.smithi088.stdout: 5 874 18.64 MB/sec execute 3 sec latency 117.223 ms 2024-04-12T06:23:11.051 INFO:teuthology.orchestra.run.smithi088.stdout: 5 1188 15.73 MB/sec execute 4 sec latency 99.414 ms 2024-04-12T06:23:11.082 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:10 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:11.083 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:10 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:11.083 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:10 smithi088 ceph-mon[92525]: pgmap v254: 129 pgs: 129 active+clean; 307 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 6.2 MiB/s wr, 142 op/s 2024-04-12T06:23:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:10 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:10 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:23:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:10 smithi175 ceph-mon[68108]: pgmap v254: 129 pgs: 129 active+clean; 307 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 38 KiB/s rd, 6.2 MiB/s wr, 142 op/s 2024-04-12T06:23:12.057 INFO:teuthology.orchestra.run.smithi088.stdout: 5 cleanup 5 sec 2024-04-12T06:23:12.385 INFO:teuthology.orchestra.run.smithi088.stdout:[1459] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c4b00000021' failed - Device or resource busy 2024-04-12T06:23:12.385 INFO:teuthology.orchestra.run.smithi088.stdout:[1459] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c4d00000026' failed - Device or resource busy 2024-04-12T06:23:12.385 INFO:teuthology.orchestra.run.smithi088.stdout:[1459] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c4800000020' failed - Device or resource busy 2024-04-12T06:23:12.385 INFO:teuthology.orchestra.run.smithi088.stdout:[1459] unlink './clients/client4/~dmtmp/PARADOX/.nfs0000010000004c4600000025' failed - Device or resource busy 2024-04-12T06:23:13.056 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 6 sec 2024-04-12T06:23:14.056 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 7 sec 2024-04-12T06:23:14.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:13 smithi088 ceph-mon[92525]: pgmap v255: 129 pgs: 129 active+clean; 302 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 7.1 MiB/s wr, 155 op/s 2024-04-12T06:23:14.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:13 smithi175 ceph-mon[68108]: pgmap v255: 129 pgs: 129 active+clean; 302 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 7.1 MiB/s wr, 155 op/s 2024-04-12T06:23:15.056 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 8 sec 2024-04-12T06:23:16.056 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 9 sec 2024-04-12T06:23:16.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:15 smithi088 ceph-mon[92525]: pgmap v256: 129 pgs: 129 active+clean; 312 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 10 MiB/s wr, 320 op/s 2024-04-12T06:23:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:15 smithi175 ceph-mon[68108]: pgmap v256: 129 pgs: 129 active+clean; 312 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 37 KiB/s rd, 10 MiB/s wr, 320 op/s 2024-04-12T06:23:17.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 10 sec 2024-04-12T06:23:17.497 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:23:18.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 11 sec 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (16m) 9s ago 27m 15.7M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (5m) 9s ago 27m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (5m) 12s ago 26m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (13m) 9s ago 26m 35.5M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (56s) 9s ago 21m 28.9M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (35s) 12s ago 21m 12.1M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:23:18.169 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (7m) 9s ago 28m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (6m) 12s ago 26m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (6m) 9s ago 28m 78.5M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (6m) 12s ago 25m 54.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (22s) 9s ago 18m 63.8M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (16s) 12s ago 18m 19.0M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (11m) 9s ago 26m 16.3M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (7m) 12s ago 25m 9042k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (5m) 9s ago 25m 133M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (4m) 9s ago 24m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (3m) 9s ago 24m 108M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (3m) 9s ago 24m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (2m) 12s ago 23m 139M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:23:18.170 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (2m) 12s ago 23m 141M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:23:18.171 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (110s) 12s ago 23m 124M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:23:18.171 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (77s) 12s ago 22m 146M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:23:18.171 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 9s ago 26m - - 2024-04-12T06:23:18.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:17 smithi088 ceph-mon[92525]: pgmap v257: 129 pgs: 129 active+clean; 301 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 39 KiB/s rd, 10 MiB/s wr, 322 op/s 2024-04-12T06:23:18.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:17 smithi175 ceph-mon[68108]: pgmap v257: 129 pgs: 129 active+clean; 301 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 39 KiB/s rd, 10 MiB/s wr, 322 op/s 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:23:18.565 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:23:18.566 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "osd", 2024-04-12T06:23:18.909 INFO:teuthology.orchestra.run.smithi088.stdout: "mds", 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: "nfs", 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: "crash" 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading nfs daemons", 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:23:18.910 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:23:19.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 12 sec 2024-04-12T06:23:19.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:18 smithi088 ceph-mon[92525]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:19.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:18 smithi088 ceph-mon[92525]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:19.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:18 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/739908277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:23:19.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:18 smithi175 ceph-mon[68108]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:19.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:18 smithi175 ceph-mon[68108]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:19.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:18 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/739908277' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:23:19.534 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:23:19.534 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:23:19.535 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:23:20.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 13 sec 2024-04-12T06:23:20.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:19 smithi088 ceph-mon[92525]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:19 smithi088 ceph-mon[92525]: pgmap v258: 129 pgs: 129 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 9.9 MiB/s wr, 335 op/s 2024-04-12T06:23:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:19 smithi088 ceph-mon[92525]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:19 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3129448116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:23:20.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:20.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:19 smithi175 ceph-mon[68108]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:20.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:19 smithi175 ceph-mon[68108]: pgmap v258: 129 pgs: 129 active+clean; 242 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 30 KiB/s rd, 9.9 MiB/s wr, 335 op/s 2024-04-12T06:23:20.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:19 smithi175 ceph-mon[68108]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:20.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:19 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3129448116' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:23:20.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:21.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 14 sec 2024-04-12T06:23:22.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 15 sec 2024-04-12T06:23:22.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:21 smithi088 ceph-mon[92525]: pgmap v259: 129 pgs: 129 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 5.6 MiB/s wr, 235 op/s 2024-04-12T06:23:22.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:21 smithi175 ceph-mon[68108]: pgmap v259: 129 pgs: 129 active+clean; 228 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 5.6 MiB/s wr, 235 op/s 2024-04-12T06:23:23.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 16 sec 2024-04-12T06:23:24.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 17 sec 2024-04-12T06:23:24.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:23 smithi088 ceph-mon[92525]: pgmap v260: 129 pgs: 129 active+clean; 228 MiB data, 1020 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.8 MiB/s wr, 209 op/s 2024-04-12T06:23:24.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:23 smithi175 ceph-mon[68108]: pgmap v260: 129 pgs: 129 active+clean; 228 MiB data, 1020 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.8 MiB/s wr, 209 op/s 2024-04-12T06:23:25.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 18 sec 2024-04-12T06:23:26.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 19 sec 2024-04-12T06:23:26.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:25 smithi088 ceph-mon[92525]: pgmap v261: 129 pgs: 129 active+clean; 216 MiB data, 975 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 196 op/s 2024-04-12T06:23:26.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:25 smithi175 ceph-mon[68108]: pgmap v261: 129 pgs: 129 active+clean; 216 MiB data, 975 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 196 op/s 2024-04-12T06:23:27.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 20 sec 2024-04-12T06:23:28.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 21 sec 2024-04-12T06:23:28.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:27 smithi088 ceph-mon[92525]: pgmap v262: 129 pgs: 129 active+clean; 216 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 34 KiB/s wr, 32 op/s 2024-04-12T06:23:28.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:27 smithi175 ceph-mon[68108]: pgmap v262: 129 pgs: 129 active+clean; 216 MiB data, 971 MiB used, 714 GiB / 715 GiB avail; 4.2 KiB/s rd, 34 KiB/s wr, 32 op/s 2024-04-12T06:23:29.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 22 sec 2024-04-12T06:23:30.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 23 sec 2024-04-12T06:23:30.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:29 smithi088 ceph-mon[92525]: pgmap v263: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 22 KiB/s wr, 25 op/s 2024-04-12T06:23:30.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:29 smithi175 ceph-mon[68108]: pgmap v263: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 22 KiB/s wr, 25 op/s 2024-04-12T06:23:31.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 24 sec 2024-04-12T06:23:32.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 25 sec 2024-04-12T06:23:32.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:31 smithi088 ceph-mon[92525]: pgmap v264: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 22 KiB/s wr, 9 op/s 2024-04-12T06:23:32.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:31 smithi175 ceph-mon[68108]: pgmap v264: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 22 KiB/s wr, 9 op/s 2024-04-12T06:23:33.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 26 sec 2024-04-12T06:23:34.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 27 sec 2024-04-12T06:23:34.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:33 smithi088 ceph-mon[92525]: pgmap v265: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 2 op/s 2024-04-12T06:23:34.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:33 smithi175 ceph-mon[68108]: pgmap v265: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 2 op/s 2024-04-12T06:23:35.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 28 sec 2024-04-12T06:23:35.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:35.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:36.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 29 sec 2024-04-12T06:23:36.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:35 smithi088 ceph-mon[92525]: pgmap v266: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-04-12T06:23:36.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:35 smithi175 ceph-mon[68108]: pgmap v266: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 1.8 KiB/s wr, 1 op/s 2024-04-12T06:23:37.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 30 sec 2024-04-12T06:23:38.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 31 sec 2024-04-12T06:23:38.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:37 smithi088 ceph-mon[92525]: pgmap v267: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:38.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:37 smithi175 ceph-mon[68108]: pgmap v267: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:39.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 32 sec 2024-04-12T06:23:40.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 33 sec 2024-04-12T06:23:40.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:39 smithi088 ceph-mon[92525]: pgmap v268: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:23:40.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:39 smithi175 ceph-mon[68108]: pgmap v268: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:23:41.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 34 sec 2024-04-12T06:23:42.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 35 sec 2024-04-12T06:23:42.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:41 smithi088 ceph-mon[92525]: pgmap v269: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:42.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:41 smithi175 ceph-mon[68108]: pgmap v269: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:43.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 36 sec 2024-04-12T06:23:44.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 37 sec 2024-04-12T06:23:44.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:43 smithi088 ceph-mon[92525]: pgmap v270: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:44.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:43 smithi175 ceph-mon[68108]: pgmap v270: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:45.057 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 38 sec 2024-04-12T06:23:46.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 39 sec 2024-04-12T06:23:46.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:45 smithi088 ceph-mon[92525]: pgmap v271: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:46.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:45 smithi175 ceph-mon[68108]: pgmap v271: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:47.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 40 sec 2024-04-12T06:23:48.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 41 sec 2024-04-12T06:23:48.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:47 smithi088 ceph-mon[92525]: pgmap v272: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:48.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:47 smithi175 ceph-mon[68108]: pgmap v272: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:49.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 42 sec 2024-04-12T06:23:49.883 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:23:50.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 43 sec 2024-04-12T06:23:50.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:49 smithi088 ceph-mon[92525]: pgmap v273: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:23:50.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:49 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:49 smithi175 ceph-mon[68108]: pgmap v273: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:23:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:49 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (16m) 42s ago 27m 15.7M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (6m) 42s ago 27m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (6m) 45s ago 26m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (14m) 42s ago 27m 35.5M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (88s) 42s ago 21m 28.9M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (67s) 45s ago 21m 12.1M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (7m) 42s ago 29m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:23:50.541 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (7m) 45s ago 26m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (7m) 42s ago 29m 78.5M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (6m) 45s ago 26m 54.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (54s) 42s ago 19m 63.8M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (49s) 45s ago 18m 19.0M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (12m) 42s ago 26m 16.3M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (8m) 45s ago 26m 9042k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (5m) 42s ago 25m 133M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (5m) 42s ago 25m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (4m) 42s ago 25m 108M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (4m) 42s ago 24m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (3m) 45s ago 24m 139M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (2m) 45s ago 24m 141M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:23:50.542 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (2m) 45s ago 23m 124M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:23:50.543 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (109s) 45s ago 23m 146M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:23:50.543 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 42s ago 26m - - 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:23:50.937 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:23:50.938 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:23:51.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 44 sec 2024-04-12T06:23:51.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:50 smithi088 ceph-mon[92525]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:51.223 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:50 smithi175 ceph-mon[68108]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:51.273 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:23:51.273 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:23:51.273 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:23:51.273 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:23:51.273 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:23:51.273 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "osd", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "mds", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "nfs", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "crash" 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading nfs daemons", 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:23:51.274 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:23:51.673 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:23:51.673 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:23:51.673 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:23:52.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 45 sec 2024-04-12T06:23:52.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:51 smithi088 ceph-mon[92525]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:52.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:51 smithi088 ceph-mon[92525]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:52.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:51 smithi088 ceph-mon[92525]: pgmap v274: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:52.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:51 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/4157655330' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:23:52.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:51 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/361460990' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:23:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:51 smithi175 ceph-mon[68108]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:51 smithi175 ceph-mon[68108]: from='client.34514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:51 smithi175 ceph-mon[68108]: pgmap v274: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:51 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/4157655330' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:23:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:51 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/361460990' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:23:53.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 46 sec 2024-04-12T06:23:53.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:52 smithi088 ceph-mon[92525]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:52 smithi175 ceph-mon[68108]: from='client.34522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:23:54.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 47 sec 2024-04-12T06:23:54.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:53 smithi088 ceph-mon[92525]: pgmap v275: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:53 smithi175 ceph-mon[68108]: pgmap v275: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:55.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 48 sec 2024-04-12T06:23:56.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 49 sec 2024-04-12T06:23:56.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:55 smithi088 ceph-mon[92525]: pgmap v276: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:55 smithi175 ceph-mon[68108]: pgmap v276: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:57.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 50 sec 2024-04-12T06:23:58.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 51 sec 2024-04-12T06:23:58.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:57 smithi088 ceph-mon[92525]: pgmap v277: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:58.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:57 smithi175 ceph-mon[68108]: pgmap v277: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:23:59.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 52 sec 2024-04-12T06:24:00.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 53 sec 2024-04-12T06:24:00.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:23:59 smithi088 ceph-mon[92525]: pgmap v278: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:24:00.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:23:59 smithi175 ceph-mon[68108]: pgmap v278: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:24:01.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 54 sec 2024-04-12T06:24:02.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 55 sec 2024-04-12T06:24:02.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:01 smithi088 ceph-mon[92525]: pgmap v279: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:01 smithi175 ceph-mon[68108]: pgmap v279: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:03.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 56 sec 2024-04-12T06:24:04.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 57 sec 2024-04-12T06:24:04.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:03 smithi088 ceph-mon[92525]: pgmap v280: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:04.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:03 smithi175 ceph-mon[68108]: pgmap v280: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:05.060 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 58 sec 2024-04-12T06:24:05.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:04 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:05.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:04 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:06.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 59 sec 2024-04-12T06:24:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:05 smithi088 ceph-mon[92525]: pgmap v281: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:06.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:05 smithi175 ceph-mon[68108]: pgmap v281: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:07.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 60 sec 2024-04-12T06:24:08.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 61 sec 2024-04-12T06:24:08.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:07 smithi088 ceph-mon[92525]: pgmap v282: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:08.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:07 smithi175 ceph-mon[68108]: pgmap v282: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:09.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 62 sec 2024-04-12T06:24:10.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 63 sec 2024-04-12T06:24:10.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:09 smithi088 ceph-mon[92525]: pgmap v283: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:24:10.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:09 smithi175 ceph-mon[68108]: pgmap v283: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:24:11.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 64 sec 2024-04-12T06:24:12.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 65 sec 2024-04-12T06:24:12.214 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:11 smithi088 ceph-mon[92525]: pgmap v284: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:12.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:11 smithi175 ceph-mon[68108]: pgmap v284: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:13.059 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 66 sec 2024-04-12T06:24:14.058 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 67 sec 2024-04-12T06:24:16.059 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 68 sec 2024-04-12T06:24:16.059 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 69 sec 2024-04-12T06:24:22.669 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 70 sec 2024-04-12T06:24:22.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 71 sec 2024-04-12T06:24:22.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 72 sec 2024-04-12T06:24:22.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 73 sec 2024-04-12T06:24:22.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 74 sec 2024-04-12T06:24:22.670 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:24:22.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 75 sec 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (17m) 74s ago 28m 15.7M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (6m) 74s ago 28m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (6m) 77s ago 27m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (14m) 74s ago 27m 35.5M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (2m) 74s ago 22m 28.9M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (99s) 77s ago 22m 12.1M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (8m) 74s ago 29m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (7m) 77s ago 27m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (7m) 74s ago 29m 78.5M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (7m) 77s ago 27m 54.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:24:22.671 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (86s) 74s ago 19m 63.8M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (81s) 77s ago 19m 19.0M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (12m) 74s ago 27m 16.3M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (8m) 77s ago 26m 9042k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (6m) 74s ago 26m 133M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (5m) 74s ago 25m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (4m) 74s ago 25m 108M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (4m) 74s ago 25m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (4m) 77s ago 24m 139M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (3m) 77s ago 24m 141M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (2m) 77s ago 24m 124M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (2m) 77s ago 23m 146M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:24:22.672 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 74s ago 27m - - 2024-04-12T06:24:34.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:34.646+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:34.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:34 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:34.646+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:35.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:35.611+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:35.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:35 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:35.611+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:36.715 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 76 sec 2024-04-12T06:24:36.715 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:24:36.715 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:24:36.715 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:24:36.715 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:36.715 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:24:36.716 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "osd", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "mds", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "nfs", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "crash" 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading nfs daemons", 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:24:36.717 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:24:36.718 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 77 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 78 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 79 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 80 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 81 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 82 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 83 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 84 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 85 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 86 sec 2024-04-12T06:24:36.719 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 87 sec 2024-04-12T06:24:36.720 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:34 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:30.916441+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:36.720 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 88 sec 2024-04-12T06:24:36.720 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:30.916441+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:36.720 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:36.721 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:36.721 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:35 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:36.721 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 89 sec 2024-04-12T06:24:36.721 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:35.616719+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:36.721 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:36.721 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:36.722 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:36.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:36.582+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:36.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:36 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:36.582+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:37.819 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:37.545+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:37.819 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:37.545+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:37.820 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:37.579+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:38.072 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:37 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:37.818+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:38.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:38.071+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:38.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:38.071+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:38.974 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:38.822+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:38.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:38.574+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:38.975 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:38.574+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:38.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:38 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:38.597+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:39.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:39.043+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:39.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:39.043+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:39.824 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:39.571+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:39.825 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:39.571+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:39.825 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:39.582+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:40.090 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:39 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:39.824+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:40.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:40.089+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:40.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:40.089+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:40.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:40.616+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:40.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:40.616+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:40.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:40.623+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:40.975 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:40.826+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:41.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:41.108+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:41.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:41.108+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:41.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:41.626+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:41.975 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:41.785+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:41.975 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:41.639+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:41.975 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:41.639+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:42.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:42.094+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:42.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:42.094+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:42.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:42.656+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:42.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:42.656+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:42.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:42.606+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:42.975 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:42.834+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:43.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:43.098+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:43.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:43.098+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:43.874 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:43.618+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:43.875 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:43.702+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:43.875 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:43.702+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:44.224 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:43.874+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:44.224 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:44.108+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:44.224 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:44.108+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:44.974 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:44.863+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:44.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:44.741+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:44.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:44.741+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:44.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:44.618+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:45.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:45.146+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:45.475 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:45.146+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:45.974 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:24:45.889+0000 7f9fc8c4b700 -1 osd.4 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.634779+0000 front 2024-04-12T06:24:26.137491+0000 (oldest deadline 2024-04-12T06:24:37.534927+0000) 2024-04-12T06:24:45.974 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:45.729+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:25.522483+0000 front 2024-04-12T06:24:08.520720+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:45.975 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:24:45.729+0000 7fc5421f2700 -1 osd.6 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:25.522550+0000 front 2024-04-12T06:24:08.520896+0000 (oldest deadline 2024-04-12T06:24:34.420692+0000) 2024-04-12T06:24:45.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:45.656+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:45.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:45.656+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:24.661897+0000 front 2024-04-12T06:24:21.761250+0000 (oldest deadline 2024-04-12T06:24:44.661325+0000) 2024-04-12T06:24:46.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:46.134+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:11.869615+0000 front 2024-04-12T06:24:11.877120+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:46.474 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:24:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:24:46.134+0000 7fbf7f923700 -1 osd.5 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:23.571042+0000 front 2024-04-12T06:24:11.869647+0000 (oldest deadline 2024-04-12T06:24:37.769671+0000) 2024-04-12T06:24:46.666 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:35.323858+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.666 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:35.323873+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.666 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.666 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.666 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:36 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.666 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 90 sec 2024-04-12T06:24:46.667 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:35.616719+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.667 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.667 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.667 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.667 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:35.323858+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.668 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:35.323873+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.668 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.668 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.668 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:37 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.668 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 91 sec 2024-04-12T06:24:46.668 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:35.616719+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.668 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:37.895843+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:35.323858+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:35.323873+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.669 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.670 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 92 sec 2024-04-12T06:24:46.670 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:35.616719+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.670 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.670 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:37.895843+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:38.824155+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:38.824191+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.671 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:39 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.671 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 93 sec 2024-04-12T06:24:46.672 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:35.616719+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.672 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.672 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:37.895843+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.672 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.672 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:39.924490+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:39.924505+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:40 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.673 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 94 sec 2024-04-12T06:24:46.673 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:40.917053+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:37.895843+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:39.924490+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:39.924505+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.674 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.675 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.675 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:41 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.675 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 95 sec 2024-04-12T06:24:46.675 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:41.417365+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.675 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.675 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:37.895843+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.675 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:39.924490+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:39.924505+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.676 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:42 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.676 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 96 sec 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:41.417365+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:42.596188+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:39.924490+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.677 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:39.924505+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.678 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.678 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.678 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.678 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.678 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 97 sec 2024-04-12T06:24:46.678 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:41.417365+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.678 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:43 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:42.596188+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:39.924490+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:39.924505+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.679 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.680 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.680 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.680 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 98 sec 2024-04-12T06:24:46.680 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:41.417365+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.680 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:44 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:42.596188+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:22.794540+0000 front 2024-04-12T06:24:42.596175+0000 (oldest deadline 2024-04-12T06:24:45.094588+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:25.595241+0000 front 2024-04-12T06:24:22.794700+0000 (oldest deadline 2024-04-12T06:24:45.094588+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:22.794741+0000 front 2024-04-12T06:24:25.595225+0000 (oldest deadline 2024-04-12T06:24:45.094588+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:45.224877+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:45.224856+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.681 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.682 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.682 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 99 sec 2024-04-12T06:24:46.682 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:09.914697+0000 front 2024-04-12T06:24:41.417365+0000 (oldest deadline 2024-04-12T06:24:34.014644+0000) 2024-04-12T06:24:46.682 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:45 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:13.301+0000 7f70a8ffc700 -1 osd.1 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:14.015261+0000 front 2024-04-12T06:24:25.016355+0000 (oldest deadline 2024-04-12T06:24:34.514987+0000) 2024-04-12T06:24:46.682 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi088[92502]: 2024-04-12T06:24:13.301+0000 7f9214f38700 -1 mon.smithi088@0(probing) e3 get_health_metrics reporting 1 slow ops, oldest is log(1 entries from seq 423 at 2024-04-12T06:24:14.781542+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:24:15.193841+0000 front 2024-04-12T06:24:42.596188+0000 (oldest deadline 2024-04-12T06:24:38.093915+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:22.794540+0000 front 2024-04-12T06:24:42.596175+0000 (oldest deadline 2024-04-12T06:24:45.094588+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:24:11.693463+0000 front 2024-04-12T06:24:11.693518+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:25.595241+0000 front 2024-04-12T06:24:22.794700+0000 (oldest deadline 2024-04-12T06:24:45.094588+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:11.693950+0000 front 2024-04-12T06:24:11.693712+0000 (oldest deadline 2024-04-12T06:24:35.193533+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:24:13.301+0000 7fe73b1b2700 -1 osd.2 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:22.794741+0000 front 2024-04-12T06:24:25.595225+0000 (oldest deadline 2024-04-12T06:24:45.094588+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.920776+0000 front 2024-04-12T06:24:45.224877+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.683 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:45.224856+0000 front 2024-04-12T06:24:12.920817+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.684 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:24:12.921245+0000 front 2024-04-12T06:24:12.924516+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.684 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6812 osd.5 since back 2024-04-12T06:24:12.921195+0000 front 2024-04-12T06:24:12.921292+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.684 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6820 osd.6 since back 2024-04-12T06:24:16.421171+0000 front 2024-04-12T06:24:26.822592+0000 (oldest deadline 2024-04-12T06:24:39.921113+0000) 2024-04-12T06:24:46.684 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:24:13.301+0000 7ff4023ff700 -1 osd.0 114 heartbeat_check: no reply from 172.21.15.175:6828 osd.7 since back 2024-04-12T06:24:12.921178+0000 front 2024-04-12T06:24:12.921306+0000 (oldest deadline 2024-04-12T06:24:36.420792+0000) 2024-04-12T06:24:46.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:46 smithi088 ceph-mon[92525]: pgmap v285: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:46 smithi175 ceph-mon[68108]: pgmap v285: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:46.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:46.623+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:24:12.960171+0000 front 2024-04-12T06:24:24.661856+0000 (oldest deadline 2024-04-12T06:24:37.060264+0000) 2024-04-12T06:24:46.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:24:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:24:46.623+0000 7efddf067700 -1 osd.7 114 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:24:24.661897+0000 front 2024-04-12T06:24:21.761250+0000 (oldest deadline 2024-04-12T06:24:44.661325+0000) 2024-04-12T06:24:47.059 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 100 sec 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v287: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v288: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v289: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v290: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3155206521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/4167918074' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v291: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v292: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v293: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v294: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v295: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v296: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:24:47.900 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v297: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v298: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v299: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v300: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: pgmap v301: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: mon.smithi088 calling monitor election 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: mon.smithi175 calling monitor election 2024-04-12T06:24:47.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: monmap e3: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osdmap e114: 8 total, 8 up, 8 in 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: mgrmap e43: smithi088.noeasj(active, since 7m), standbys: smithi175.wddsmi 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 reported failed by osd.1 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.6 reported failed by osd.1 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.6 failure report canceled by osd.1 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.7 failure report canceled by osd.0 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.1 failure report canceled by osd.0 2024-04-12T06:24:47.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.2 failure report canceled by osd.0 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.5 failure report canceled by osd.2 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.4 failure report canceled by osd.0 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.0 failure report canceled by osd.2 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.5 failure report canceled by osd.0 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 failure report canceled by osd.1 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 reported failed by osd.2 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.6 failure report canceled by osd.0 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 failure report canceled by osd.2 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.1 reported failed by osd.7 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.1 reported failed by osd.6 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.1 failed (root=default,host=smithi088) (2 reporters from different osd after 31.002165 >= grace 20.000000) 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.0 reported failed by osd.5 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 reported failed by osd.4 2024-04-12T06:24:47.903 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 reported failed by osd.6 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 failed (root=default,host=smithi088) (2 reporters from different osd after 32.002773 >= grace 20.000000) 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 reported failed by osd.5 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.1 failure report canceled by osd.7 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.1 failure report canceled by osd.6 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.0 failure report canceled by osd.5 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 failure report canceled by osd.4 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 failure report canceled by osd.6 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: osd.3 failure report canceled by osd.5 2024-04-12T06:24:47.904 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v287: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v288: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v289: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v290: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3155206521' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='client.34546 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/4167918074' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v291: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v292: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v293: 129 pgs: 129 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v294: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v295: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v296: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v297: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v298: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v299: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v300: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: pgmap v301: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "mon metadata", "id": "smithi175"}]: dispatch 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: mon.smithi088 calling monitor election 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: mon.smithi175 calling monitor election 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: mon.smithi088 is new leader, mons smithi088,smithi175 in quorum (ranks 0,1) 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: monmap e3: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi175=[v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: fsmap foofs:1 {0=foofs.smithi088.djqnyb=up:active} 1 up:standby 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osdmap e114: 8 total, 8 up, 8 in 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: mgrmap e43: smithi088.noeasj(active, since 7m), standbys: smithi175.wddsmi 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 reported failed by osd.1 2024-04-12T06:24:47.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.6 reported failed by osd.1 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.6 failure report canceled by osd.1 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.7 failure report canceled by osd.0 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.1 failure report canceled by osd.0 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.2 failure report canceled by osd.0 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.5 failure report canceled by osd.2 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.4 failure report canceled by osd.0 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.0 failure report canceled by osd.2 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.5 failure report canceled by osd.0 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 failure report canceled by osd.1 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 reported failed by osd.2 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.6 failure report canceled by osd.0 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 failure report canceled by osd.2 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.1 reported failed by osd.7 2024-04-12T06:24:47.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.1 reported failed by osd.6 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.1 failed (root=default,host=smithi088) (2 reporters from different osd after 31.002165 >= grace 20.000000) 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.0 reported failed by osd.5 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 reported failed by osd.4 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 reported failed by osd.6 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 failed (root=default,host=smithi088) (2 reporters from different osd after 32.002773 >= grace 20.000000) 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 reported failed by osd.5 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.1 failure report canceled by osd.7 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.1 failure report canceled by osd.6 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.0 failure report canceled by osd.5 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 failure report canceled by osd.4 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 failure report canceled by osd.6 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: osd.3 failure report canceled by osd.5 2024-04-12T06:24:47.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:24:48.059 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 101 sec 2024-04-12T06:24:48.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:24:48.155+0000 7f1f53897700 -1 osd.3 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: pgmap v302: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: Health check failed: 2 osds down (OSD_DOWN) 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: osdmap e115: 8 total, 6 up, 8 in 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: Monitor daemon marked osd.3 down, but it is still running 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: map e115 wrongly marked me down at e115 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: osd.3 marked itself dead as of e115 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721] boot 2024-04-12T06:24:48.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:48 smithi088 ceph-mon[92525]: osdmap e116: 8 total, 7 up, 8 in 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: pgmap v302: 129 pgs: 1 active+clean+laggy, 128 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: Health check failed: 2 osds down (OSD_DOWN) 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: osdmap e115: 8 total, 6 up, 8 in 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: Monitor daemon marked osd.3 down, but it is still running 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: map e115 wrongly marked me down at e115 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: osd.3 marked itself dead as of e115 2024-04-12T06:24:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:48.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: osd.3 [v2:172.21.15.88:6826/298316721,v1:172.21.15.88:6827/298316721] boot 2024-04-12T06:24:48.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:48 smithi175 ceph-mon[68108]: osdmap e116: 8 total, 7 up, 8 in 2024-04-12T06:24:49.060 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 102 sec 2024-04-12T06:24:49.965 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:24:49 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:24:49.557+0000 7f70a77f9700 -1 osd.1 116 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-04-12T06:24:49.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:49 smithi088 ceph-mon[92525]: osd.1 marked itself dead as of e116 2024-04-12T06:24:49.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:49 smithi088 ceph-mon[92525]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:24:49.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:49 smithi088 ceph-mon[92525]: osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966] boot 2024-04-12T06:24:49.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:49 smithi088 ceph-mon[92525]: osdmap e117: 8 total, 8 up, 8 in 2024-04-12T06:24:50.060 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 103 sec 2024-04-12T06:24:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:49 smithi175 ceph-mon[68108]: osd.1 marked itself dead as of e116 2024-04-12T06:24:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:49 smithi175 ceph-mon[68108]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-04-12T06:24:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:49 smithi175 ceph-mon[68108]: osd.1 [v2:172.21.15.88:6810/180397966,v1:172.21.15.88:6811/180397966] boot 2024-04-12T06:24:50.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:49 smithi175 ceph-mon[68108]: osdmap e117: 8 total, 8 up, 8 in 2024-04-12T06:24:51.008 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: pgmap v303: 129 pgs: 3 active+undersized+degraded+wait, 6 active+undersized+wait, 25 peering, 95 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 3/489 objects degraded (0.613%) 2024-04-12T06:24:51.008 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: Monitor daemon marked osd.1 down, but it is still running 2024-04-12T06:24:51.008 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: map e116 wrongly marked me down at e115 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: Health check failed: Slow OSD heartbeats on back (longest 2914.526ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: Health check failed: Slow OSD heartbeats on front (longest 2915.725ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: Health check failed: Reduced data availability: 3 pgs inactive, 18 pgs peering (PG_AVAILABILITY) 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: Health check failed: Degraded data redundancy: 3/489 objects degraded (0.613%), 3 pgs degraded (PG_DEGRADED) 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:24:51.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi088.rnrduk"}]: dispatch 2024-04-12T06:24:51.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi088.rnrduk"}]': finished 2024-04-12T06:24:51.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi175.dhfnpp"}]: dispatch 2024-04-12T06:24:51.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi175.dhfnpp"}]': finished 2024-04-12T06:24:51.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:50 smithi088 ceph-mon[92525]: osdmap e118: 8 total, 8 up, 8 in 2024-04-12T06:24:51.060 INFO:teuthology.orchestra.run.smithi088.stdout: 2 cleanup 104 sec 2024-04-12T06:24:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: pgmap v303: 129 pgs: 3 active+undersized+degraded+wait, 6 active+undersized+wait, 25 peering, 95 active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 3/489 objects degraded (0.613%) 2024-04-12T06:24:51.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: Monitor daemon marked osd.1 down, but it is still running 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: map e116 wrongly marked me down at e115 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: Health check failed: Slow OSD heartbeats on back (longest 2914.526ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: Health check failed: Slow OSD heartbeats on front (longest 2915.725ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: Health check failed: Reduced data availability: 3 pgs inactive, 18 pgs peering (PG_AVAILABILITY) 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: Health check failed: Degraded data redundancy: 3/489 objects degraded (0.613%), 3 pgs degraded (PG_DEGRADED) 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi088.rnrduk"}]: dispatch 2024-04-12T06:24:51.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.1.smithi088.rnrduk"}]': finished 2024-04-12T06:24:51.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi175.dhfnpp"}]: dispatch 2024-04-12T06:24:51.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.1.smithi175.dhfnpp"}]': finished 2024-04-12T06:24:51.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:51.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:51.227 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:50 smithi175 ceph-mon[68108]: osdmap e118: 8 total, 8 up, 8 in 2024-04-12T06:24:51.685 INFO:teuthology.orchestra.run.smithi088.stdout: 0 cleanup 105 sec 2024-04-12T06:24:51.685 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:24:51.685 INFO:teuthology.orchestra.run.smithi088.stdout: Operation Count AvgLat MaxLat 2024-04-12T06:24:51.685 INFO:teuthology.orchestra.run.smithi088.stdout: ---------------------------------------- 2024-04-12T06:24:51.685 INFO:teuthology.orchestra.run.smithi088.stdout: NTCreateX 1019 10.456 151.433 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Close 868 4.180 39.135 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Rename 51 14.990 94.910 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Unlink 104 4.816 69.214 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Qpathinfo 678 2.307 65.150 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Qfileinfo 355 9.640 37.888 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Qfsinfo 165 1.866 26.029 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Sfileinfo 170 10.122 52.246 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Find 282 5.342 94.565 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: WriteX 1539 0.022 0.069 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: ReadX 1241 0.017 2.376 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: Flush 128 8.834 24.985 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:24:51.686 INFO:teuthology.orchestra.run.smithi088.stdout:Throughput 15.7297 MB/sec 5 clients 5 procs max_latency=151.439 ms 2024-04-12T06:24:51.688 DEBUG:teuthology.parallel:result is None 2024-04-12T06:24:51.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:51 smithi088 ceph-mon[92525]: pgmap v306: 129 pgs: 1 active+undersized, 60 active+clean, 26 peering, 7 active+undersized+wait, 3 active+undersized+degraded, 4 active+undersized+degraded+wait, 28 stale+active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 10/489 objects degraded (2.045%) 2024-04-12T06:24:51.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:51 smithi088 ceph-mon[92525]: pgmap v307: 129 pgs: 1 active+undersized, 60 active+clean, 26 peering, 7 active+undersized+wait, 3 active+undersized+degraded, 4 active+undersized+degraded+wait, 28 stale+active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 10/489 objects degraded (2.045%) 2024-04-12T06:24:51.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:51 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all nfs 2024-04-12T06:24:51.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:51 smithi088 ceph-mon[92525]: Upgrade: Setting container_image for all nvmeof 2024-04-12T06:24:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:51 smithi175 ceph-mon[68108]: pgmap v306: 129 pgs: 1 active+undersized, 60 active+clean, 26 peering, 7 active+undersized+wait, 3 active+undersized+degraded, 4 active+undersized+degraded+wait, 28 stale+active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 10/489 objects degraded (2.045%) 2024-04-12T06:24:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:51 smithi175 ceph-mon[68108]: pgmap v307: 129 pgs: 1 active+undersized, 60 active+clean, 26 peering, 7 active+undersized+wait, 3 active+undersized+degraded, 4 active+undersized+degraded+wait, 28 stale+active+clean; 216 MiB data, 967 MiB used, 714 GiB / 715 GiB avail; 10/489 objects degraded (2.045%) 2024-04-12T06:24:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:51 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all nfs 2024-04-12T06:24:52.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:51 smithi175 ceph-mon[68108]: Upgrade: Setting container_image for all nvmeof 2024-04-12T06:24:53.068 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:52 smithi088 ceph-mon[92525]: Health check failed: 1 slow ops, oldest one blocked for 31 sec, mon.smithi088 has slow ops (SLOW_OPS) 2024-04-12T06:24:53.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:52 smithi175 ceph-mon[68108]: Health check failed: 1 slow ops, oldest one blocked for 31 sec, mon.smithi088 has slow ops (SLOW_OPS) 2024-04-12T06:24:54.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:53 smithi088 ceph-mon[92525]: Upgrade: Updating node-exporter.smithi088 (1/2) 2024-04-12T06:24:54.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:53 smithi088 ceph-mon[92525]: Deploying daemon node-exporter.smithi088 on smithi088 2024-04-12T06:24:54.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:53 smithi088 ceph-mon[92525]: pgmap v309: 129 pgs: 1 active+undersized, 60 active+clean, 26 peering, 7 active+undersized+wait, 3 active+undersized+degraded, 4 active+undersized+degraded+wait, 28 stale+active+clean; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 10/489 objects degraded (2.045%) 2024-04-12T06:24:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:53 smithi175 ceph-mon[68108]: Upgrade: Updating node-exporter.smithi088 (1/2) 2024-04-12T06:24:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:53 smithi175 ceph-mon[68108]: Deploying daemon node-exporter.smithi088 on smithi088 2024-04-12T06:24:54.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:53 smithi175 ceph-mon[68108]: pgmap v309: 129 pgs: 1 active+undersized, 60 active+clean, 26 peering, 7 active+undersized+wait, 3 active+undersized+degraded, 4 active+undersized+degraded+wait, 28 stale+active+clean; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 10/489 objects degraded (2.045%) 2024-04-12T06:24:54.372 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:24:55.064 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:24:55.064 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (17m) 106s ago 28m 15.7M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:24:55.064 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (7m) 106s ago 28m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:24:55.064 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (7m) 109s ago 27m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:24:55.064 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (15m) 106s ago 28m 35.5M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (2m) 106s ago 22m 28.9M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (2m) 109s ago 22m 12.1M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (9m) 106s ago 30m 506M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (8m) 109s ago 27m 450M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (8m) 106s ago 30m 78.5M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (7m) 109s ago 27m 54.7M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (119s) 106s ago 20m 63.8M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (113s) 109s ago 19m 19.0M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (13m) 106s ago 28m 16.3M - 0.18.1 e5a616e4b9cf f8aceb6af555 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (9m) 109s ago 27m 9042k - 0.18.1 e5a616e4b9cf fd96d08763c6 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (6m) 106s ago 26m 133M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (6m) 106s ago 26m 122M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (5m) 106s ago 26m 108M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (5m) 106s ago 25m 131M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:24:55.065 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (4m) 109s ago 25m 139M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:24:55.066 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (4m) 109s ago 25m 141M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:24:55.066 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (3m) 109s ago 24m 124M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:24:55.066 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (2m) 109s ago 24m 146M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:24:55.066 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 error 106s ago 27m - - 2024-04-12T06:24:55.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:54 smithi088 ceph-mon[92525]: Health check update: Degraded data redundancy: 4/489 objects degraded (0.818%), 3 pgs degraded (PG_DEGRADED) 2024-04-12T06:24:55.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:54 smithi088 ceph-mon[92525]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 18 pgs peering) 2024-04-12T06:24:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:54 smithi175 ceph-mon[68108]: Health check update: Degraded data redundancy: 4/489 objects degraded (0.818%), 3 pgs degraded (PG_DEGRADED) 2024-04-12T06:24:55.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:54 smithi175 ceph-mon[68108]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs inactive, 18 pgs peering) 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:55.476 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:24:55.477 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:24:55.477 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:24:55.477 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:24:55.477 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:24:55.477 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:24:55.477 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:24:55.835 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "osd", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "mds", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "nfs", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "crash" 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T06:24:55.836 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading node-exporter daemons", 2024-04-12T06:24:55.837 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:24:55.837 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:24:56.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:55 smithi088 ceph-mon[92525]: pgmap v310: 129 pgs: 1 active+undersized, 124 active+clean, 1 peering, 3 active+undersized+degraded; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 4/489 objects degraded (0.818%) 2024-04-12T06:24:56.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:55 smithi088 ceph-mon[92525]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:56.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:55 smithi088 ceph-mon[92525]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:56.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:55 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/378162656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:55 smithi175 ceph-mon[68108]: pgmap v310: 129 pgs: 1 active+undersized, 124 active+clean, 1 peering, 3 active+undersized+degraded; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail; 4/489 objects degraded (0.818%) 2024-04-12T06:24:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:55 smithi175 ceph-mon[68108]: from='client.34554 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:55 smithi175 ceph-mon[68108]: from='client.34558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:56.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:55 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/378162656' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:24:56.230 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Slow OSD heartbeats on back (longest 3225.857ms); Slow OSD heartbeats on front (longest 3225.931ms); Degraded data redundancy: 4/489 objects degraded (0.818%), 3 pgs degraded; 1 slow ops, oldest one blocked for 31 sec, mon.smithi088 has slow ops 2024-04-12T06:24:56.230 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 3225.857ms) 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.3 [] 3225.857 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 3225.162 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.3 [] 2914.526 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.4 [] 2750.933 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.2 [] 2618.811 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.0 [] 2598.628 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.6 [] 2230.311 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.1 [] to osd.6 [] 1891.869 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.1 [] 1660.684 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.4 [] to osd.1 [] 1216.521 msec 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-12T06:24:56.231 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 3225.931ms) 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.3 [] 3225.931 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 3225.337 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.3 [] 2915.725 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.4 [] 2755.072 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.2 [] 2750.785 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.6 [] 2229.514 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.0 [] 2227.728 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.4 [] 1439.044 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.1 [] 1346.551 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.4 [] to osd.1 [] 1218.005 msec 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 4/489 objects degraded (0.818%), 3 pgs degraded 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: pg 2.11 is active+undersized+degraded, acting [6,4] 2024-04-12T06:24:56.232 INFO:teuthology.orchestra.run.smithi088.stdout: pg 3.a is active+undersized+degraded, acting [6,4] 2024-04-12T06:24:56.233 INFO:teuthology.orchestra.run.smithi088.stdout: pg 4.a is active+undersized+degraded, acting [6,7] 2024-04-12T06:24:56.233 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] SLOW_OPS: 1 slow ops, oldest one blocked for 31 sec, mon.smithi088 has slow ops 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1207771452' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 3225.857ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 3225.931ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:57.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: from='client.34562 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:57.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: from='client.34570 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:24:57.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1207771452' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:24:57.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 3225.857ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:24:57.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 3225.931ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:24:57.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:57.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:24:57.941 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:57 smithi175 ceph-mon[68108]: pgmap v311: 129 pgs: 129 active+clean; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:57.941 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:57 smithi175 ceph-mon[68108]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/489 objects degraded (0.818%), 3 pgs degraded) 2024-04-12T06:24:57.941 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:57 smithi175 ceph-mon[68108]: Health check cleared: SLOW_OPS (was: 1 slow ops, oldest one blocked for 31 sec, mon.smithi088 has slow ops) 2024-04-12T06:24:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:57 smithi088 ceph-mon[92525]: pgmap v311: 129 pgs: 129 active+clean; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:57 smithi088 ceph-mon[92525]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 4/489 objects degraded (0.818%), 3 pgs degraded) 2024-04-12T06:24:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:57 smithi088 ceph-mon[92525]: Health check cleared: SLOW_OPS (was: 1 slow ops, oldest one blocked for 31 sec, mon.smithi088 has slow ops) 2024-04-12T06:24:59.859 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:59 smithi175 ceph-mon[68108]: pgmap v312: 129 pgs: 129 active+clean; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:24:59.860 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:59 smithi175 ceph-mon[68108]: Upgrade: Updating node-exporter.smithi175 (2/2) 2024-04-12T06:24:59.860 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:24:59 smithi175 ceph-mon[68108]: Deploying daemon node-exporter.smithi175 on smithi175 2024-04-12T06:25:00.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:59 smithi088 ceph-mon[92525]: pgmap v312: 129 pgs: 129 active+clean; 216 MiB data, 968 MiB used, 714 GiB / 715 GiB avail 2024-04-12T06:25:00.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:59 smithi088 ceph-mon[92525]: Upgrade: Updating node-exporter.smithi175 (2/2) 2024-04-12T06:25:00.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:24:59 smithi088 ceph-mon[92525]: Deploying daemon node-exporter.smithi175 on smithi175 2024-04-12T06:25:02.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:01 smithi175 ceph-mon[68108]: pgmap v313: 129 pgs: 1 active+clean+laggy, 128 active+clean; 214 MiB data, 966 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s wr, 1 op/s 2024-04-12T06:25:02.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:02.200 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:01 smithi088 ceph-mon[92525]: pgmap v313: 129 pgs: 1 active+clean+laggy, 128 active+clean; 214 MiB data, 966 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s wr, 1 op/s 2024-04-12T06:25:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:04.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:03 smithi088 ceph-mon[92525]: pgmap v314: 129 pgs: 1 active+clean+laggy, 128 active+clean; 214 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s wr, 1 op/s 2024-04-12T06:25:04.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:04.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:04.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:03 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:04.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:03 smithi175 ceph-mon[68108]: pgmap v314: 129 pgs: 1 active+clean+laggy, 128 active+clean; 214 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 9.3 KiB/s wr, 1 op/s 2024-04-12T06:25:04.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:04.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:04.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:03 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:05.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:05 smithi175 ceph-mon[68108]: pgmap v315: 129 pgs: 1 active+clean+laggy, 128 active+clean; 213 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s wr, 2 op/s 2024-04-12T06:25:05.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:05 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:05 smithi088 ceph-mon[92525]: pgmap v315: 129 pgs: 1 active+clean+laggy, 128 active+clean; 213 MiB data, 963 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s wr, 2 op/s 2024-04-12T06:25:06.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:05 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.451 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:07 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:07 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:07 smithi088 ceph-mon[92525]: pgmap v316: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-04-12T06:25:07.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:07 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:07 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:07 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:07 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:07 smithi175 ceph-mon[68108]: pgmap v316: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-04-12T06:25:07.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:07 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:07.465 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:07 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:08 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:08 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:08 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:08 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:08 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:08 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:08 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:08 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:09.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:09 smithi088 ceph-mon[92525]: pgmap v317: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 11 KiB/s wr, 3 op/s 2024-04-12T06:25:09.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:09 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 9854.297ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:25:09.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:09 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 9852.829ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:25:10.110 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:09 smithi175 ceph-mon[68108]: pgmap v317: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 11 KiB/s wr, 3 op/s 2024-04-12T06:25:10.110 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:09 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 9854.297ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:25:10.110 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:09 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 9852.829ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:25:11.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:11.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:11 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:11.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:11 smithi088 ceph-mon[92525]: pgmap v318: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-04-12T06:25:11.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:11.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:11 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:11.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:11 smithi175 ceph-mon[68108]: pgmap v318: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 11 KiB/s wr, 3 op/s 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: pgmap v319: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 432 B/s rd, 2.5 KiB/s wr, 1 op/s 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: pgmap v320: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:13 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: pgmap v319: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 432 B/s rd, 2.5 KiB/s wr, 1 op/s 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: pgmap v320: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 2.7 KiB/s wr, 1 op/s 2024-04-12T06:25:13.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.475 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:13.476 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:13 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:14.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:14 smithi088 ceph-mon[92525]: Upgrade: Updating prometheus.smithi088 2024-04-12T06:25:14.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:14 smithi088 ceph-mon[92525]: Deploying daemon prometheus.smithi088 on smithi088 2024-04-12T06:25:14.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:14 smithi175 ceph-mon[68108]: Upgrade: Updating prometheus.smithi088 2024-04-12T06:25:14.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:14 smithi175 ceph-mon[68108]: Deploying daemon prometheus.smithi088 on smithi088 2024-04-12T06:25:15.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:15 smithi088 ceph-mon[92525]: pgmap v321: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 B/s wr, 0 op/s 2024-04-12T06:25:15.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:15 smithi175 ceph-mon[68108]: pgmap v321: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 B/s wr, 0 op/s 2024-04-12T06:25:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:16 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 10786.167ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:25:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:16 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 10784.995ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:25:16.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:16 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 10786.167ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:25:16.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:16 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 10784.995ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:25:17.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:17 smithi088 ceph-mon[92525]: pgmap v322: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-04-12T06:25:17.465 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:17 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:17.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:17 smithi175 ceph-mon[68108]: pgmap v322: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-04-12T06:25:17.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:17 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:19.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:19 smithi088 ceph-mon[92525]: pgmap v323: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-04-12T06:25:19.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:19.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:19.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:19 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:19 smithi175 ceph-mon[68108]: pgmap v323: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-04-12T06:25:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:19.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:19 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:21.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:21 smithi088 ceph-mon[92525]: pgmap v324: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-04-12T06:25:21.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:21 smithi175 ceph-mon[68108]: pgmap v324: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-04-12T06:25:23.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:23 smithi088 ceph-mon[92525]: pgmap v325: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-04-12T06:25:23.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:23.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:23 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:23.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:23 smithi175 ceph-mon[68108]: pgmap v325: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-04-12T06:25:23.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:23.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:23 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:25.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:25 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:25.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:25 smithi088 ceph-mon[92525]: pgmap v326: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:25.193 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:25 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:25.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:25 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:25.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:25 smithi175 ceph-mon[68108]: pgmap v326: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:25.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:25 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:26.603 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:25:27.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:27 smithi088 ceph-mon[92525]: pgmap v327: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:27.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:27 smithi088 ceph-mon[92525]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:27.182 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:27 smithi088 ceph-mon[92525]: from='client.34582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:27.278 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:25:27.278 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (18m) 3s ago 29m 15.7M - 0.20.0 0881eb8f169f 582658d568a8 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (7m) 3s ago 29m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (7m) 21s ago 28m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (16m) 3s ago 28m 35.7M - 6.7.4 557c83e11646 fcd3792fc4b2 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (3m) 3s ago 23m 41.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (2m) 21s ago 23m 13.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (9m) 3s ago 30m 510M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (9m) 21s ago 28m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (8m) 3s ago 30m 85.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (8m) 21s ago 28m 59.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (2m) 3s ago 20m 215M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (2m) 21s ago 20m 79.9M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (31s) 3s ago 28m 3611k - 1.5.0 0da6a335fe13 cffd9ba58b21 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (24s) 21s ago 27m 3758k - 1.5.0 0da6a335fe13 2c261c595901 2024-04-12T06:25:27.279 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (7m) 3s ago 27m 161M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (6m) 3s ago 27m 141M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (6m) 3s ago 26m 117M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (5m) 3s ago 26m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (5m) 21s ago 25m 152M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (4m) 21s ago 25m 149M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (3m) 21s ago 25m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (3m) 21s ago 24m 174M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:25:27.280 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (9s) 3s ago 28m 44.8M - 2.43.0 a07b618ecd1d 80bc933e3a3d 2024-04-12T06:25:27.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:27 smithi175 ceph-mon[68108]: pgmap v327: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:27.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:27 smithi175 ceph-mon[68108]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:27.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:27 smithi175 ceph-mon[68108]: from='client.34582 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:27.689 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:25:27.689 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:25:27.689 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:25:27.689 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:27.689 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:25:27.690 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:25:28.037 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": true, 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "Upgrading all daemon types on all hosts", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [ 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "mon", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "osd", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "mds", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "nfs", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "crash" 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": "18/23 daemons upgraded", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "Currently upgrading alertmanager daemons", 2024-04-12T06:25:28.038 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:25:28.039 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN 1 failed cephadm daemon(s); Slow OSD heartbeats on back (longest 10786.167ms); Slow OSD heartbeats on front (longest 10784.995ms) 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: daemon prometheus.smithi088 on smithi088 is in error state 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 10786.167ms) 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.5 [] 10786.167 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.7 [] 10784.380 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.5 [] 9854.297 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.0 [] 7679.885 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.7 [] 4915.861 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 3661.365 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.0 [] 3455.079 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.7 [] to osd.2 [] 3454.401 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.3 [] 3225.857 msec 2024-04-12T06:25:28.434 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.6 [] to osd.1 [] 3225.162 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 10784.995ms) 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 10784.995 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.7 [] 10780.860 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.5 [] 9852.829 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.0 [] 7683.256 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.7 [] 4915.272 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.2 [] 4676.167 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 3661.023 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.0 [] 3453.102 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.3 [] 3225.931 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.6 [] to osd.1 [] 3225.337 msec 2024-04-12T06:25:28.435 INFO:teuthology.orchestra.run.smithi088.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-12T06:25:28.700 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:28.700 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.700 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: pgmap v328: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.701 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/856885616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.702 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:28 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/125054310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='client.34586 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: pgmap v328: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/856885616' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:28.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:28 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/125054310' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:25:29.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:29 smithi088 ceph-mon[92525]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:29.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:29 smithi088 ceph-mon[92525]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:25:29.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:29 smithi175 ceph-mon[68108]: from='client.34594 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:29.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:29 smithi175 ceph-mon[68108]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-04-12T06:25:30.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:30 smithi088 ceph-mon[92525]: Upgrade: Updating alertmanager.smithi088 2024-04-12T06:25:30.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:30 smithi088 ceph-mon[92525]: Deploying daemon alertmanager.smithi088 on smithi088 2024-04-12T06:25:30.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:30 smithi088 ceph-mon[92525]: pgmap v329: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:30.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:30 smithi175 ceph-mon[68108]: Upgrade: Updating alertmanager.smithi088 2024-04-12T06:25:30.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:30 smithi175 ceph-mon[68108]: Deploying daemon alertmanager.smithi088 on smithi088 2024-04-12T06:25:30.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:30 smithi175 ceph-mon[68108]: pgmap v329: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:32.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:32 smithi088 ceph-mon[92525]: pgmap v330: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:32.953 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:32.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:32.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:32 smithi175 ceph-mon[68108]: pgmap v330: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:32.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:32.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:34 smithi088 ceph-mon[92525]: pgmap v331: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:34 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:34 smithi175 ceph-mon[68108]: pgmap v331: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:35.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:34 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:37.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:36 smithi088 ceph-mon[92525]: pgmap v332: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:37.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:36 smithi175 ceph-mon[68108]: pgmap v332: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:39.181 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:38 smithi088 ceph-mon[92525]: pgmap v333: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:39.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:38 smithi175 ceph-mon[68108]: pgmap v333: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 179 B/s rd, 0 op/s 2024-04-12T06:25:40.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:40 smithi088 ceph-mon[92525]: pgmap v334: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:25:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:40 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:40 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:40 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:40 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:40 smithi175 ceph-mon[68108]: pgmap v334: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:25:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:40 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:40 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:40 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:40 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:42.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:42 smithi088 ceph-mon[92525]: pgmap v335: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:42.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:42 smithi175 ceph-mon[68108]: pgmap v335: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: pgmap v336: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:44.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.864 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:44 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: pgmap v336: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:44.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:44 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:46.768 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:46 smithi088 ceph-mon[92525]: Upgrade: Updating grafana.smithi088 2024-04-12T06:25:46.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:46 smithi088 ceph-mon[92525]: Deploying daemon grafana.smithi088 on smithi088 2024-04-12T06:25:46.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:46 smithi088 ceph-mon[92525]: pgmap v337: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:46 smithi175 ceph-mon[68108]: Upgrade: Updating grafana.smithi088 2024-04-12T06:25:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:46 smithi175 ceph-mon[68108]: Deploying daemon grafana.smithi088 on smithi088 2024-04-12T06:25:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:46 smithi175 ceph-mon[68108]: pgmap v337: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:47.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:25:48.874 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:48 smithi088 ceph-mon[92525]: pgmap v338: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:48 smithi175 ceph-mon[68108]: pgmap v338: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:50.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:50 smithi088 ceph-mon[92525]: pgmap v339: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:25:50.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:50.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:50.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:50 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:50 smithi175 ceph-mon[68108]: pgmap v339: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:25:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:50 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:52.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:52 smithi088 ceph-mon[92525]: pgmap v340: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:52.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:52 smithi175 ceph-mon[68108]: pgmap v340: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:54.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:54 smithi088 ceph-mon[92525]: pgmap v341: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:54.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:54 smithi175 ceph-mon[68108]: pgmap v341: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:56.427 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:56 smithi088 ceph-mon[92525]: pgmap v342: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:56.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:56 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:56 smithi175 ceph-mon[68108]: pgmap v342: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:56.474 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:56 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:58.802 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:25:58.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:58 smithi088 ceph-mon[92525]: pgmap v343: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:58.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:58 smithi175 ceph-mon[68108]: pgmap v343: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (25s) 4s ago 29m 15.9M - 0.25.0 c8568f914cd2 572e39472bb8 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (8m) 4s ago 29m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (8m) 53s ago 28m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (10s) 4s ago 29m 31.3M - 9.4.7 954c08fa6188 46c85524d312 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (3m) 4s ago 23m 41.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:25:59.455 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (3m) 53s ago 23m 13.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (10m) 4s ago 31m 511M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (9m) 53s ago 28m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (9m) 4s ago 31m 86.4M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (8m) 53s ago 28m 59.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (3m) 4s ago 21m 220M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (2m) 53s ago 21m 79.9M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (63s) 4s ago 29m 8724k - 1.5.0 0da6a335fe13 cffd9ba58b21 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (56s) 53s ago 28m 3758k - 1.5.0 0da6a335fe13 2c261c595901 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (7m) 4s ago 27m 161M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (7m) 4s ago 27m 141M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (6m) 4s ago 27m 117M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (6m) 4s ago 26m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:25:59.456 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (5m) 53s ago 26m 152M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:25:59.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (5m) 53s ago 26m 149M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:25:59.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (4m) 53s ago 25m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:25:59.457 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (3m) 53s ago 25m 174M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:25:59.457 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (42s) 4s ago 28m 53.7M - 2.43.0 a07b618ecd1d 80bc933e3a3d 2024-04-12T06:25:59.874 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:25:59.875 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:25:59.876 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:25:59.876 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:25:59.876 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:25:59.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:59.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-12T06:25:59.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-12T06:25:59.968 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-12T06:25:59.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:25:59 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='client.34602 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:25:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-04-12T06:25:59.976 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-04-12T06:25:59.977 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-04-12T06:25:59.978 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-04-12T06:25:59.979 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:25:59 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": null, 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": false, 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "", 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": null, 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:26:00.210 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:26:00.587 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 10786.167ms); Slow OSD heartbeats on front (longest 10784.995ms) 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 10786.167ms) 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.5 [] 10786.167 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.7 [] 10784.380 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.5 [] 9854.297 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.0 [] 7679.885 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.4 [] 6181.257 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.2 [] 5601.001 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.6 [] 5473.118 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.7 [] 4915.861 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.0 [] 4298.851 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.2 [] 3661.365 msec 2024-04-12T06:26:00.588 INFO:teuthology.orchestra.run.smithi088.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 10784.995ms) 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 10784.995 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.7 [] 10780.860 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.5 [] 9852.829 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.0 [] 7683.256 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.4 [] 6182.286 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.2 [] 6181.842 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.6 [] 5469.730 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.7 [] 4915.272 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.7 [] to osd.2 [] 4676.167 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.2 [] 3661.023 msec 2024-04-12T06:26:00.589 INFO:teuthology.orchestra.run.smithi088.stdout: Truncated long network list. Use ceph daemon mgr.# dump_osd_network for more information 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='client.34606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='client.34610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: Upgrade: Finalizing container_image settings 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: pgmap v344: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: Upgrade: Complete! 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3896003063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:00 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1632241805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:26:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='client.34606 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-12T06:26:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='client.34610 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: Upgrade: Finalizing container_image settings 2024-04-12T06:26:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: pgmap v344: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:01.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: Upgrade: Complete! 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3896003063' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:26:01.226 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:00 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1632241805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:26:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:01 smithi088 ceph-mon[92525]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:02.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:01 smithi175 ceph-mon[68108]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:02.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:03.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:02 smithi088 ceph-mon[92525]: pgmap v345: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:03.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:02 smithi175 ceph-mon[68108]: pgmap v345: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:04 smithi088 ceph-mon[92525]: pgmap v346: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:05.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:04 smithi175 ceph-mon[68108]: pgmap v346: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:07.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:06 smithi088 ceph-mon[92525]: pgmap v347: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:07.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:06 smithi175 ceph-mon[68108]: pgmap v347: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:09.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:08 smithi088 ceph-mon[92525]: pgmap v348: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:09.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:08 smithi175 ceph-mon[68108]: pgmap v348: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:11.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:10 smithi088 ceph-mon[92525]: pgmap v349: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:11.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:10 smithi175 ceph-mon[68108]: pgmap v349: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:13.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:12 smithi088 ceph-mon[92525]: pgmap v350: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:13.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:12 smithi175 ceph-mon[68108]: pgmap v350: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:14.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:14 smithi088 ceph-mon[92525]: pgmap v351: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:15.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:14 smithi175 ceph-mon[68108]: pgmap v351: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:15 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 10784.380ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:26:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:15 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 10780.860ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:26:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:15 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 10784.380ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:26:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:15 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 10780.860ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:26:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:16 smithi088 ceph-mon[92525]: pgmap v352: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:17.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:16 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:16 smithi175 ceph-mon[68108]: pgmap v352: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:16 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:19.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:18 smithi088 ceph-mon[92525]: pgmap v353: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:19.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:18 smithi175 ceph-mon[68108]: pgmap v353: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:20 smithi088 ceph-mon[92525]: pgmap v354: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:20 smithi175 ceph-mon[68108]: pgmap v354: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:22 smithi088 ceph-mon[92525]: pgmap v355: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:22 smithi175 ceph-mon[68108]: pgmap v355: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:24.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:24 smithi088 ceph-mon[92525]: pgmap v356: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:25.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:24 smithi175 ceph-mon[68108]: pgmap v356: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:25 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 6181.257ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:26:26.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:25 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 6182.286ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:26:26.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:25 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 6181.257ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:26:26.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:25 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 6182.286ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:26:27.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:26 smithi088 ceph-mon[92525]: pgmap v357: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:27.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:26 smithi175 ceph-mon[68108]: pgmap v357: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:29.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:28 smithi088 ceph-mon[92525]: pgmap v358: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:28 smithi175 ceph-mon[68108]: pgmap v358: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:30 smithi088 ceph-mon[92525]: pgmap v359: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:30 smithi175 ceph-mon[68108]: pgmap v359: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:31.607 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch ps' 2024-04-12T06:26:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:31 smithi088 ceph-mon[92525]: from='client.34626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:32.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:31 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:32.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:31 smithi175 ceph-mon[68108]: from='client.34626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:32.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:31 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:33.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:32 smithi088 ceph-mon[92525]: pgmap v360: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:33.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:32 smithi175 ceph-mon[68108]: pgmap v360: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:33.627 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:26:33.627 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (59s) 38s ago 30m 15.9M - 0.25.0 c8568f914cd2 572e39472bb8 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (8m) 38s ago 30m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (8m) 87s ago 29m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (44s) 38s ago 29m 31.3M - 9.4.7 954c08fa6188 46c85524d312 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (4m) 38s ago 24m 41.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (3m) 87s ago 24m 13.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (10m) 38s ago 31m 511M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (10m) 87s ago 29m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (9m) 38s ago 32m 86.4M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (9m) 87s ago 29m 59.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (3m) 38s ago 21m 220M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (3m) 87s ago 21m 79.9M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (97s) 38s ago 29m 8724k - 1.5.0 0da6a335fe13 cffd9ba58b21 2024-04-12T06:26:33.628 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (91s) 87s ago 28m 3758k - 1.5.0 0da6a335fe13 2c261c595901 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (8m) 38s ago 28m 161M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (7m) 38s ago 28m 141M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (7m) 38s ago 27m 117M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (6m) 38s ago 27m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (6m) 87s ago 27m 152M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (5m) 87s ago 26m 149M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (5m) 87s ago 26m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (4m) 87s ago 26m 174M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:26:33.629 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (76s) 38s ago 29m 53.7M - 2.43.0 a07b618ecd1d 80bc933e3a3d 2024-04-12T06:26:34.211 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:33 smithi088 ceph-mon[92525]: pgmap v361: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:34.212 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:33 smithi088 ceph-mon[92525]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:34.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:33 smithi175 ceph-mon[68108]: pgmap v361: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:34.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:33 smithi175 ceph-mon[68108]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:26:34.231 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions' 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:26:36.323 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:26:36.324 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:26:36.324 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:26:36.324 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:26:36.324 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:26:36.324 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:26:36.324 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:26:36.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:36 smithi088 ceph-mon[92525]: pgmap v362: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:36.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:36 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/3768383718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:26:36.950 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-04-12T06:26:36.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:36 smithi175 ceph-mon[68108]: pgmap v362: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:36.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:36 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/3768383718' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:26:38.710 INFO:teuthology.orchestra.run.smithi088.stdout:wait for servicemap items w/ changing names to refresh 2024-04-12T06:26:38.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:38 smithi088 ceph-mon[92525]: pgmap v363: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:38.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:38 smithi175 ceph-mon[68108]: pgmap v363: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:39.322 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'sleep 60' 2024-04-12T06:26:40.641 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:40 smithi088 ceph-mon[92525]: pgmap v364: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:40 smithi175 ceph-mon[68108]: pgmap v364: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:42.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:42 smithi088 ceph-mon[92525]: pgmap v365: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:42.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:42 smithi175 ceph-mon[68108]: pgmap v365: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:44.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:44 smithi088 ceph-mon[92525]: pgmap v366: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:44 smithi175 ceph-mon[68108]: pgmap v366: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:46.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:46 smithi088 ceph-mon[92525]: pgmap v367: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:46 smithi175 ceph-mon[68108]: pgmap v367: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:47.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:26:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:48 smithi088 ceph-mon[92525]: pgmap v368: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:48 smithi175 ceph-mon[68108]: pgmap v368: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:50.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:50 smithi088 ceph-mon[92525]: pgmap v369: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:50.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:50 smithi175 ceph-mon[68108]: pgmap v369: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:26:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:52 smithi088 ceph-mon[92525]: pgmap v370: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:52.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:52 smithi175 ceph-mon[68108]: pgmap v370: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:54.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:54 smithi088 ceph-mon[92525]: pgmap v371: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:54.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:54 smithi175 ceph-mon[68108]: pgmap v371: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:55.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:55 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 4298.851ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:26:55.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:55 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 3156.541ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:26:55.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:55 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 4298.851ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:26:55.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:55 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 3156.541ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:26:56.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:56 smithi088 ceph-mon[92525]: pgmap v372: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:56.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:56 smithi175 ceph-mon[68108]: pgmap v372: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:58.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:26:58 smithi088 ceph-mon[92525]: pgmap v373: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:26:58.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:26:58 smithi175 ceph-mon[68108]: pgmap v373: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:00 smithi088 ceph-mon[92525]: pgmap v374: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:27:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:27:00.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:27:00.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:27:00.966 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:27:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:00 smithi175 ceph-mon[68108]: pgmap v374: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:27:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:27:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:27:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:27:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:27:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:01 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 2157.776ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:27:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:01 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 2157.481ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:27:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:01 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 2157.776ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:27:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:01 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 2157.481ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:27:02.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:02 smithi088 ceph-mon[92525]: pgmap v375: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:02.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:02 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:02.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:02 smithi175 ceph-mon[68108]: pgmap v375: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:02.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:02 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:04.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:04 smithi088 ceph-mon[92525]: pgmap v376: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:04 smithi175 ceph-mon[68108]: pgmap v376: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:06.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:06 smithi088 ceph-mon[92525]: pgmap v377: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:06 smithi175 ceph-mon[68108]: pgmap v377: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:08.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:08 smithi088 ceph-mon[92525]: pgmap v378: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:08.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:08 smithi175 ceph-mon[68108]: pgmap v378: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:10.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:10 smithi088 ceph-mon[92525]: pgmap v379: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:10.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:10 smithi175 ceph-mon[68108]: pgmap v379: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:12.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:12 smithi088 ceph-mon[92525]: pgmap v380: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:12.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:12 smithi175 ceph-mon[68108]: pgmap v380: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:14.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:14 smithi088 ceph-mon[92525]: pgmap v381: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:14.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:14 smithi175 ceph-mon[68108]: pgmap v381: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:15 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on back (longest 2157.773ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:27:16.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:15 smithi088 ceph-mon[92525]: Health check update: Slow OSD heartbeats on front (longest 2157.480ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:27:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:15 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on back (longest 2157.773ms) (OSD_SLOW_PING_TIME_BACK) 2024-04-12T06:27:16.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:15 smithi175 ceph-mon[68108]: Health check update: Slow OSD heartbeats on front (longest 2157.480ms) (OSD_SLOW_PING_TIME_FRONT) 2024-04-12T06:27:17.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:16 smithi088 ceph-mon[92525]: pgmap v382: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:17.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:16 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:16 smithi175 ceph-mon[68108]: pgmap v382: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:17.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:16 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:19.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:18 smithi088 ceph-mon[92525]: pgmap v383: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:19.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:18 smithi175 ceph-mon[68108]: pgmap v383: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:21.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:20 smithi088 ceph-mon[92525]: pgmap v384: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:21.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:20 smithi175 ceph-mon[68108]: pgmap v384: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:23.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:22 smithi088 ceph-mon[92525]: pgmap v385: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:23.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:22 smithi175 ceph-mon[68108]: pgmap v385: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:24.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:24 smithi088 ceph-mon[92525]: pgmap v386: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:25.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:24 smithi175 ceph-mon[68108]: pgmap v386: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:27.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:26 smithi088 ceph-mon[92525]: pgmap v387: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:27.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:26 smithi175 ceph-mon[68108]: pgmap v387: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:29.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:28 smithi088 ceph-mon[92525]: pgmap v388: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:29.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:28 smithi175 ceph-mon[68108]: pgmap v388: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:31.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:30 smithi088 ceph-mon[92525]: pgmap v389: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:31.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:30 smithi175 ceph-mon[68108]: pgmap v389: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:32 smithi088 ceph-mon[92525]: pgmap v390: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:32.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:32 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:32.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:32 smithi175 ceph-mon[68108]: pgmap v390: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:32.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:32 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:34.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:34 smithi088 ceph-mon[92525]: pgmap v391: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:34.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:34 smithi175 ceph-mon[68108]: pgmap v391: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:36.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:36 smithi088 ceph-mon[92525]: pgmap v392: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:36.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:36 smithi175 ceph-mon[68108]: pgmap v392: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:38.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:38 smithi088 ceph-mon[92525]: pgmap v393: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:38.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:38 smithi175 ceph-mon[68108]: pgmap v393: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:40.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:40 smithi088 ceph-mon[92525]: pgmap v394: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:40.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:40 smithi175 ceph-mon[68108]: pgmap v394: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:41.759 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch ps' 2024-04-12T06:27:42.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:42 smithi088 ceph-mon[92525]: pgmap v395: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:42.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:42 smithi175 ceph-mon[68108]: pgmap v395: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:43.881 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-12T06:27:43.881 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (2m) 108s ago 31m 15.9M - 0.25.0 c8568f914cd2 572e39472bb8 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (9m) 108s ago 31m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 9185624c85ff 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi175 smithi175 running (9m) 2m ago 30m 6651k - 18.2.2-1187-gd540ebac bb2c5eac26a4 3ecac1023dca 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (114s) 108s ago 31m 31.3M - 9.4.7 954c08fa6188 46c85524d312 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.djqnyb smithi088 running (5m) 108s ago 25m 41.2M - 18.2.2-1187-gd540ebac bb2c5eac26a4 1ac273fffcc0 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi175.egexnz smithi175 running (5m) 2m ago 25m 13.4M - 18.2.2-1187-gd540ebac bb2c5eac26a4 6985072e0353 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.noeasj smithi088 *:8443,9283,8765 running (11m) 108s ago 33m 511M - 18.2.2-1187-gd540ebac bb2c5eac26a4 613c2ccb8bb3 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi175.wddsmi smithi175 *:8443,9283,8765 running (11m) 2m ago 30m 451M - 18.2.2-1187-gd540ebac bb2c5eac26a4 24128904c013 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (11m) 108s ago 33m 86.4M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 81261d59374a 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi175 smithi175 running (10m) 2m ago 30m 59.0M 2048M 18.2.2-1187-gd540ebac bb2c5eac26a4 619a1257e6db 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.1.smithi088.rnrduk smithi088 *:2049 running (4m) 108s ago 22m 220M - 5.5 bb2c5eac26a4 a347c7b81b71 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.1.1.smithi175.dhfnpp smithi175 *:2049 running (4m) 2m ago 22m 79.9M - 5.5 bb2c5eac26a4 8eabec287900 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (2m) 108s ago 30m 8724k - 1.5.0 0da6a335fe13 cffd9ba58b21 2024-04-12T06:27:43.882 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi175 smithi175 *:9100 running (2m) 2m ago 30m 3758k - 1.5.0 0da6a335fe13 2c261c595901 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi088 running (9m) 108s ago 29m 161M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 0105dc2195e1 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (8m) 108s ago 29m 141M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 48e5e756a926 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi088 running (8m) 108s ago 28m 117M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 b656ebc7a9d1 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (7m) 108s ago 28m 146M 1944M 18.2.2-1187-gd540ebac bb2c5eac26a4 46cf924614a9 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi175 running (7m) 2m ago 28m 152M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 830a35f8f8fb 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi175 running (6m) 2m ago 27m 149M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 46fe470404a8 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi175 running (6m) 2m ago 27m 144M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 90d4ca2f3275 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi175 running (5m) 2m ago 27m 174M 2712M 18.2.2-1187-gd540ebac bb2c5eac26a4 a4c5952ed5d4 2024-04-12T06:27:43.883 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (2m) 108s ago 30m 53.7M - 2.43.0 a07b618ecd1d 80bc933e3a3d 2024-04-12T06:27:44.437 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph orch upgrade status' 2024-04-12T06:27:44.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:44 smithi088 ceph-mon[92525]: pgmap v396: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:44.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:44 smithi088 ceph-mon[92525]: from='client.34638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:27:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:44 smithi175 ceph-mon[68108]: pgmap v396: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:44.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:44 smithi175 ceph-mon[68108]: from='client.34638 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:27:46.414 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:27:46.414 INFO:teuthology.orchestra.run.smithi088.stdout: "target_image": null, 2024-04-12T06:27:46.414 INFO:teuthology.orchestra.run.smithi088.stdout: "in_progress": false, 2024-04-12T06:27:46.414 INFO:teuthology.orchestra.run.smithi088.stdout: "which": "", 2024-04-12T06:27:46.414 INFO:teuthology.orchestra.run.smithi088.stdout: "services_complete": [], 2024-04-12T06:27:46.415 INFO:teuthology.orchestra.run.smithi088.stdout: "progress": null, 2024-04-12T06:27:46.415 INFO:teuthology.orchestra.run.smithi088.stdout: "message": "", 2024-04-12T06:27:46.415 INFO:teuthology.orchestra.run.smithi088.stdout: "is_paused": false 2024-04-12T06:27:46.415 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:27:46.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:46 smithi088 ceph-mon[92525]: pgmap v397: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:46.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:46 smithi175 ceph-mon[68108]: pgmap v397: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:47.057 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph health detail' 2024-04-12T06:27:47.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:47 smithi088 ceph-mon[92525]: from='client.34642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:27:47.765 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:47 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:47 smithi175 ceph-mon[68108]: from='client.34642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:27:47.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:47 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:27:48.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:48 smithi088 ceph-mon[92525]: pgmap v398: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:48.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:48 smithi175 ceph-mon[68108]: pgmap v398: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout:HEALTH_WARN Slow OSD heartbeats on back (longest 2157.773ms); Slow OSD heartbeats on front (longest 2157.480ms) 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_BACK: Slow OSD heartbeats on back (longest 2157.773ms) 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.5 [] 2157.773 msec 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.7 [] 2157.375 msec 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.5 [] 1971.329 msec 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.4 [] 1786.792 msec 2024-04-12T06:27:49.158 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.2 [] 1644.191 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.0 [] to osd.6 [] 1541.057 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.5 [] to osd.0 [] 1536.369 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on back from osd.2 [] to osd.0 [] 1379.692 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout:[WRN] OSD_SLOW_PING_TIME_FRONT: Slow OSD heartbeats on front (longest 2157.480ms) 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.5 [] 2157.480 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.7 [] 2156.666 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.5 [] 1971.039 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.4 [] 1787.875 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.2 [] 1786.759 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.0 [] to osd.6 [] 1540.382 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.5 [] to osd.0 [] 1537.355 msec 2024-04-12T06:27:49.159 INFO:teuthology.orchestra.run.smithi088.stdout: Slow OSD heartbeats on front from osd.2 [] to osd.0 [] 1077.066 msec 2024-04-12T06:27:49.759 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:49 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2468893965' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:27:49.778 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions' 2024-04-12T06:27:49.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:49 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2468893965' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-04-12T06:27:50.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:50 smithi088 ceph-mon[92525]: pgmap v399: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:50.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:50 smithi175 ceph-mon[68108]: pgmap v399: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: "mon": { 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: "mgr": { 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:27:51.874 INFO:teuthology.orchestra.run.smithi088.stdout: "osd": { 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 8 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: "mds": { 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 2 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: "overall": { 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)": 14 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:27:51.875 INFO:teuthology.orchestra.run.smithi088.stdout:} 2024-04-12T06:27:52.616 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-04-12T06:27:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:52 smithi088 ceph-mon[92525]: pgmap v400: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:52 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2572168497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:27:52.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:52 smithi175 ceph-mon[68108]: pgmap v400: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:52.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:52 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2572168497' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:27:54.750 INFO:teuthology.orchestra.run.smithi088.stdout:true 2024-04-12T06:27:54.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:54 smithi088 ceph-mon[92525]: pgmap v401: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:54.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:54 smithi175 ceph-mon[68108]: pgmap v401: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:55.425 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -e sha1=d540ebaca6b131a1dd560e7f69e024b133bbaa42 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-04-12T06:27:55.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:55 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/2634657191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:27:55.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:55 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/2634657191' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:27:56.858 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:56 smithi088 ceph-mon[92525]: pgmap v402: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:56.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:56 smithi175 ceph-mon[68108]: pgmap v402: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:57.592 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph version 18.2.2-1187-gd540ebac (d540ebaca6b131a1dd560e7f69e024b133bbaa42) reef (stable)" 2024-04-12T06:27:57.935 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:57 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/1943947697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:27:57.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:57 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/1943947697' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-04-12T06:27:58.217 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-04-12T06:27:58.217 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-12T06:27:58.217 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- ceph orch ls -f json 2024-04-12T06:27:58.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:27:58 smithi088 ceph-mon[92525]: pgmap v403: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:27:58.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:27:58 smithi175 ceph-mon[68108]: pgmap v403: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:00.249 INFO:teuthology.orchestra.run.smithi088.stdout: 2024-04-12T06:28:00.249 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-12T05:55:32.408325Z", "last_refresh": "2024-04-12T06:25:55.060710Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-12T05:55:18.454479Z", "last_refresh": "2024-04-12T06:25:06.065594Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-12T05:55:28.722602Z", "last_refresh": "2024-04-12T06:25:55.060831Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-12T06:02:00.721554Z", "last_refresh": "2024-04-12T06:25:06.066078Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-12T05:55:16.911786Z", "last_refresh": "2024-04-12T06:25:06.065675Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi175:172.21.15.175=smithi175"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-12T05:56:12.085153Z", "last_refresh": "2024-04-12T06:25:06.065736Z", "running": 2, "size": 2}}, {"events": ["2024-04-12T06:27:00.527468Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-04-12T06:04:47.532233Z", "last_refresh": "2024-04-12T06:25:06.066136Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-12T05:55:30.756054Z", "last_refresh": "2024-04-12T06:25:06.065795Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "bb2c5eac26a47e91f49419364028af9c3bea25d6fad65850c7d6f8f2c7b91b28", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:72f2afc3fa84ea067411fbf5c1562b80cbcb72ca6ea6f1e44b170e45174046f3", "last_refresh": "2024-04-12T06:25:06.065852Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-12T05:55:26.564244Z", "last_refresh": "2024-04-12T06:25:55.060951Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-12T06:28:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:00 smithi088 ceph-mon[92525]: pgmap v404: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:28:00.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:00 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:28:00.812 INFO:tasks.cephadm:nfs.foo has 2/2 2024-04-12T06:28:00.812 DEBUG:teuthology.parallel:result is None 2024-04-12T06:28:00.812 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-12T06:28:00.822 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:28:00.822 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-04-12T06:28:00.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ umount /mnt/foo 2024-04-12T06:28:00.883 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-12T06:28:00.893 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:28:00.893 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-04-12T06:28:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:00 smithi175 ceph-mon[68108]: pgmap v404: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-12T06:28:00.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:00 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-12T06:28:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:01 smithi088 ceph-mon[92525]: from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:28:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:28:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:28:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:28:01.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:01 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:28:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:01 smithi175 ceph-mon[68108]: from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-12T06:28:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-12T06:28:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-12T06:28:01.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:28:01.975 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:01 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' 2024-04-12T06:28:02.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:02 smithi088 ceph-mon[92525]: pgmap v405: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:02.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:02 smithi088 ceph-mon[92525]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:28:02.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:02 smithi175 ceph-mon[68108]: pgmap v405: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:02.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:02 smithi175 ceph-mon[68108]: from='mgr.34104 172.21.15.88:0/1266435047' entity='mgr.smithi088.noeasj' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-12T06:28:03.004 INFO:teuthology.orchestra.run.smithi088.stdout: "foo" 2024-04-12T06:28:03.603 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-04-12T06:28:04.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:04 smithi088 ceph-mon[92525]: from='client.34666 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:28:04.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:04 smithi088 ceph-mon[92525]: pgmap v406: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:04 smithi175 ceph-mon[68108]: from='client.34666 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:28:04.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:04 smithi175 ceph-mon[68108]: pgmap v406: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:05.714 INFO:teuthology.orchestra.run.smithi088.stdout:[ 2024-04-12T06:28:05.714 INFO:teuthology.orchestra.run.smithi088.stdout: { 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "access_type": "RW", 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "clients": [], 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "cluster_id": "foo", 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "export_id": 1, 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "fsal": { 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "fs_name": "foofs", 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "name": "CEPH", 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "user_id": "nfs.foo.1" 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: }, 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "path": "/", 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: "protocols": [ 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: 4 2024-04-12T06:28:05.715 INFO:teuthology.orchestra.run.smithi088.stdout: ], 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: "pseudo": "/fake", 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: "security_label": true, 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: "squash": "no_root_squash", 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: "transports": [ 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: "TCP" 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout: } 2024-04-12T06:28:05.716 INFO:teuthology.orchestra.run.smithi088.stdout:] 2024-04-12T06:28:06.254 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-04-12T06:28:06.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:06 smithi088 ceph-mon[92525]: pgmap v407: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:06.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:06 smithi088 ceph-mon[92525]: from='client.34670 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:28:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:06 smithi175 ceph-mon[68108]: pgmap v407: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:06.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:06 smithi175 ceph-mon[68108]: from='client.34670 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-12T06:28:08.184 INFO:teuthology.orchestra.run.smithi088.stdout:foo grace 2024-04-12T06:28:08.184 INFO:teuthology.orchestra.run.smithi088.stdout:foo rec-0000000000000005:nfs.foo.1 2024-04-12T06:28:08.184 INFO:teuthology.orchestra.run.smithi088.stdout:foo rec-0000000000000005:nfs.foo.0 2024-04-12T06:28:08.184 INFO:teuthology.orchestra.run.smithi088.stdout:foo conf-nfs.foo 2024-04-12T06:28:08.184 INFO:teuthology.orchestra.run.smithi088.stdout:foo export-1 2024-04-12T06:28:08.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:08 smithi088 ceph-mon[92525]: pgmap v408: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:08.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:08 smithi088 ceph-mon[92525]: mgrmap e44: smithi088.noeasj(active, since 11m), standbys: smithi175.wddsmi 2024-04-12T06:28:08.736 DEBUG:teuthology.orchestra.run.smithi088:> 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 0c064754-f891-11ee-bc8c-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-04-12T06:28:08.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:08 smithi175 ceph-mon[68108]: pgmap v408: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-12T06:28:08.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:08 smithi175 ceph-mon[68108]: mgrmap e44: smithi088.noeasj(active, since 11m), standbys: smithi175.wddsmi 2024-04-12T06:28:10.755 INFO:teuthology.orchestra.run.smithi088.stdout:6 2024-04-12T06:28:10.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:10 smithi088 ceph-mon[92525]: pgmap v409: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-04-12T06:28:10.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:10 smithi175 ceph-mon[68108]: pgmap v409: 129 pgs: 129 active+clean; 212 MiB data, 962 MiB used, 714 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2024-04-12T06:28:11.467 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-12T06:28:11.479 INFO:tasks.cephadm:Teardown begin 2024-04-12T06:28:11.480 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T06:28:11.510 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T06:28:11.547 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-12T06:28:11.547 DEBUG:teuthology.orchestra.run.smithi088:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T06:28:11.568 DEBUG:teuthology.orchestra.run.smithi175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-12T06:28:11.608 INFO:tasks.cephadm:Stopping all daemons... 2024-04-12T06:28:11.608 INFO:tasks.cephadm.mon.smithi088:Stopping mon.smithi088... 2024-04-12T06:28:11.608 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088 2024-04-12T06:28:11.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:11 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:11.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:11 smithi088 ceph-mon[92525]: from='client.? 172.21.15.88:0/4012318544' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-04-12T06:28:11.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:11 smithi175 ceph-mon[68108]: from='client.? 172.21.15.88:0/4012318544' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-04-12T06:28:12.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi088[92502]: 2024-04-12T06:28:11.900+0000 7f9217f3e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi088 -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-04-12T06:28:12.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:11 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi088[92502]: 2024-04-12T06:28:11.900+0000 7f9217f3e700 -1 mon.smithi088@0(leader) e3 *** Got Signal Terminated *** 2024-04-12T06:28:12.716 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Apr 12 06:28:12 smithi088 bash[150901]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi088 2024-04-12T06:28:12.854 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi088.service' 2024-04-12T06:28:12.917 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:12.917 INFO:tasks.cephadm.mon.smithi088:Stopped mon.smithi088 2024-04-12T06:28:12.917 INFO:tasks.cephadm.mon.smithi175:Stopping mon.smithi175... 2024-04-12T06:28:12.917 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi175 2024-04-12T06:28:13.224 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:12 smithi175 systemd[1]: Stopping Ceph mon.smithi175 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:13.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi175[68085]: 2024-04-12T06:28:13.191+0000 7f67163e0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi175 -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-04-12T06:28:13.225 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi175[68085]: 2024-04-12T06:28:13.191+0000 7f67163e0700 -1 mon.smithi175@1(peon) e3 *** Got Signal Terminated *** 2024-04-12T06:28:13.974 INFO:journalctl@ceph.mon.smithi175.smithi175.stdout:Apr 12 06:28:13 smithi175 bash[100725]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-mon-smithi175 2024-04-12T06:28:14.103 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@mon.smithi175.service' 2024-04-12T06:28:14.151 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:14.151 INFO:tasks.cephadm.mon.smithi175:Stopped mon.smithi175 2024-04-12T06:28:14.151 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-12T06:28:14.151 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.0 2024-04-12T06:28:14.432 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:28:14 smithi088 systemd[1]: Stopping Ceph osd.0 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:14.694 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:28:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:28:14.430+0000 7ff405e09700 -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-04-12T06:28:14.694 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:28:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:28:14.430+0000 7ff405e09700 -1 osd.0 118 *** Got signal Terminated *** 2024-04-12T06:28:14.694 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:28:14 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0[100721]: 2024-04-12T06:28:14.430+0000 7ff405e09700 -1 osd.0 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:28:20.465 INFO:journalctl@ceph.osd.0.smithi088.stdout:Apr 12 06:28:20 smithi088 bash[151057]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-0 2024-04-12T06:28:21.958 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.0.service' 2024-04-12T06:28:21.998 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:21.998 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-12T06:28:21.999 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-12T06:28:21.999 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.1 2024-04-12T06:28:22.215 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:28:22 smithi088 systemd[1]: Stopping Ceph osd.1 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:22.715 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:28:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:28:22.323+0000 7f70aca06700 -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-04-12T06:28:22.715 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:28:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:28:22.323+0000 7f70aca06700 -1 osd.1 118 *** Got signal Terminated *** 2024-04-12T06:28:22.715 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:28:22 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1[103964]: 2024-04-12T06:28:22.323+0000 7f70aca06700 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:28:28.465 INFO:journalctl@ceph.osd.1.smithi088.stdout:Apr 12 06:28:28 smithi088 bash[151323]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-1 2024-04-12T06:28:29.834 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.1.service' 2024-04-12T06:28:29.875 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:29.875 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-12T06:28:29.875 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-12T06:28:29.876 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.2 2024-04-12T06:28:30.183 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:28:29 smithi088 systemd[1]: Stopping Ceph osd.2 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:30.465 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:28:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:28:30.182+0000 7fe742bc4700 -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-04-12T06:28:30.465 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:28:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:28:30.182+0000 7fe742bc4700 -1 osd.2 118 *** Got signal Terminated *** 2024-04-12T06:28:30.465 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:28:30 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2[107200]: 2024-04-12T06:28:30.182+0000 7fe742bc4700 -1 osd.2 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:28:36.465 INFO:journalctl@ceph.osd.2.smithi088.stdout:Apr 12 06:28:36 smithi088 bash[151625]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-2 2024-04-12T06:28:37.736 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.2.service' 2024-04-12T06:28:37.776 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:37.776 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-12T06:28:37.776 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-04-12T06:28:37.776 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.3 2024-04-12T06:28:38.049 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:28:37 smithi088 systemd[1]: Stopping Ceph osd.3 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:38.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:28:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:28:38.047+0000 7f1f58aa4700 -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-04-12T06:28:38.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:28:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:28:38.047+0000 7f1f58aa4700 -1 osd.3 118 *** Got signal Terminated *** 2024-04-12T06:28:38.465 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:28:38 smithi088 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3[110317]: 2024-04-12T06:28:38.047+0000 7f1f58aa4700 -1 osd.3 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:28:40.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:40.612+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:40.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:40 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:40.810+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:41.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:41.104+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:41.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:41.606+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:41.977 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:41 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:41.783+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:42.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:42.079+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:42.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:42.620+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:42.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:42 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:42.783+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:43.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:43.095+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:43.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:43.639+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:43.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:43 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:43.764+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:44.215 INFO:journalctl@ceph.osd.3.smithi088.stdout:Apr 12 06:28:43 smithi088 bash[151893]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-3 2024-04-12T06:28:44.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:44.075+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:44.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:44.049+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:44.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:44.601+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:44.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:44 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:44.731+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:45.475 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:45.044+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:45.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:45.003+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:45.544 DEBUG:teuthology.orchestra.run.smithi088:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.3.service' 2024-04-12T06:28:45.585 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:45.585 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-04-12T06:28:45.585 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-04-12T06:28:45.586 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.4 2024-04-12T06:28:45.955 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:45.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:45.956 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:45.766+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:45.956 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:45 smithi175 systemd[1]: Stopping Ceph osd.4 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:45.956 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:45.862+0000 7f9fd065d700 -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-04-12T06:28:45.956 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:45.862+0000 7f9fd065d700 -1 osd.4 118 *** Got signal Terminated *** 2024-04-12T06:28:45.956 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:45.862+0000 7f9fd065d700 -1 osd.4 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:28:46.224 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:46.076+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:46.224 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:45 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:45.955+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:46.962 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:46.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:46.963 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:46.756+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:47.224 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:47.058+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:47.224 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:46 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:46.963+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:47.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:47.594+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:47.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:47.738+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:48.474 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:48.101+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:48.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:47 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:47.983+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:48.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:48.578+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:48.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:48 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:48.773+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:49.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:49.021+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:49.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:49.021+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:49.475 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:49.115+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:49.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:49.559+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:49.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:49.783+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:49.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:49 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:49.783+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:50.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:50.065+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:50.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:50.065+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:50.475 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4[74057]: 2024-04-12T06:28:50.092+0000 7f9fc8c4b700 -1 osd.4 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.976318+0000 front 2024-04-12T06:28:16.976239+0000 (oldest deadline 2024-04-12T06:28:40.476109+0000) 2024-04-12T06:28:50.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:50.566+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:50.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:50.566+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:50.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:50.811+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:50.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:50 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:50.811+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:51.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:51.109+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:51.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:51.109+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:51.861 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:51.599+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:51.861 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:51.599+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:52.150 INFO:journalctl@ceph.osd.4.smithi175.stdout:Apr 12 06:28:51 smithi175 bash[100911]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-4 2024-04-12T06:28:52.150 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:51.861+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:52.151 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:51 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:51.861+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:52.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:52.149+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:52.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:52.149+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:52.870 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:52.561+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:52.870 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:52.561+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:53.142 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:52.869+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:53.142 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:52 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:52.869+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:53.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:53.142+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:53.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:53.142+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:53.613 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.4.service' 2024-04-12T06:28:53.653 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:28:53.653 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-04-12T06:28:53.654 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-04-12T06:28:53.654 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.5 2024-04-12T06:28:53.844 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:53.577+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:53.844 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:53.577+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:53.844 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:53 smithi175 systemd[1]: Stopping Ceph osd.5 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:28:54.156 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:53.843+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:54.156 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:53.843+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:54.156 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:53.952+0000 7fbf87335700 -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-04-12T06:28:54.156 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:53.952+0000 7fbf87335700 -1 osd.5 118 *** Got signal Terminated *** 2024-04-12T06:28:54.156 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:53 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:53.952+0000 7fbf87335700 -1 osd.5 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:28:54.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:54.155+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:54.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:54.155+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:54.863 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:54.560+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:54.863 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:54.560+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:55.155 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:54.862+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:55.155 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:54 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:54.862+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:55.477 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:55.155+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:55.477 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:55.155+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:55.859 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:55.608+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:55.860 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:55.608+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:56.170 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:55.859+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:56.170 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:55 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:55.859+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:56.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:56.169+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:56.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:56.169+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:56.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:56.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:56.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:56.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:56.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:56.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.412067+0000 front 2024-04-12T06:28:34.412153+0000 (oldest deadline 2024-04-12T06:28:56.112014+0000) 2024-04-12T06:28:56.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:56.872+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:56.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:56 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:56.872+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:57.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:57.177+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:57.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:57.177+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:57.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:57.608+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:57.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:57.608+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:57.975 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:57.608+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.412067+0000 front 2024-04-12T06:28:34.412153+0000 (oldest deadline 2024-04-12T06:28:56.112014+0000) 2024-04-12T06:28:57.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:57.832+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:57.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:57 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:57.832+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:58.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:58.209+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:58.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:58.209+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:58.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:58.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.409202+0000 front 2024-04-12T06:28:16.409395+0000 (oldest deadline 2024-04-12T06:28:39.909154+0000) 2024-04-12T06:28:58.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:58.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:24.510476+0000 front 2024-04-12T06:28:24.510557+0000 (oldest deadline 2024-04-12T06:28:50.410598+0000) 2024-04-12T06:28:58.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5[76736]: 2024-04-12T06:28:58.629+0000 7fbf7f923700 -1 osd.5 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.412067+0000 front 2024-04-12T06:28:34.412153+0000 (oldest deadline 2024-04-12T06:28:56.112014+0000) 2024-04-12T06:28:58.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:58.843+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:58.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:58 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:58.843+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:28:59.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:59.180+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:28:59.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:59.180+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:28:59.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:28:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:28:59.180+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:28:59.974 INFO:journalctl@ceph.osd.5.smithi175.stdout:Apr 12 06:28:59 smithi175 bash[101213]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-5 2024-04-12T06:28:59.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:59.826+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:28:59.975 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:28:59 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:28:59.826+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:00.459 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:00.188+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:00.460 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:00.188+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:00.460 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:00.188+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:01.144 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:00.820+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:01.144 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:00.820+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:01.144 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:00 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:00.820+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:01.463 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:01.219+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:01.463 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:01.219+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:01.463 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:01.219+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:01.470 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.5.service' 2024-04-12T06:29:01.510 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:29:01.510 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-04-12T06:29:01.510 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-04-12T06:29:01.510 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.6 2024-04-12T06:29:01.724 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 systemd[1]: Stopping Ceph osd.6 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:29:02.193 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:01.817+0000 7fc549c04700 -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-04-12T06:29:02.193 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:01.817+0000 7fc549c04700 -1 osd.6 118 *** Got signal Terminated *** 2024-04-12T06:29:02.193 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:01.817+0000 7fc549c04700 -1 osd.6 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:29:02.193 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:02.193+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:02.193 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:01.812+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:02.193 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:01.812+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:02.193 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:01 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:01.812+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:02.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:02.193+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:02.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:02.193+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:03.184 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:02.859+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:03.184 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:02.859+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:03.184 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:02 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:02.859+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:03.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:03.184+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:03.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:03.184+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:03.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:03.184+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:04.217 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:03.833+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:04.217 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:03.833+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:04.217 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:03 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:03.833+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:04.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:04.216+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:04.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:04.216+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:04.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:04.216+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:05.172 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:04.855+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:05.172 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:04.855+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:05.172 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:04.855+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:05.172 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:04 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:04.855+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:05.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:05.172+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:05.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:05.172+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:05.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:05.172+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:06.145 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:05.887+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:06.145 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:05.887+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:06.145 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:05.887+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:06.146 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:05 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:05.887+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:06.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:06.144+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:18.057166+0000 front 2024-04-12T06:28:18.057301+0000 (oldest deadline 2024-04-12T06:28:43.357342+0000) 2024-04-12T06:29:06.474 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:06.144+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.357880+0000 front 2024-04-12T06:28:23.357911+0000 (oldest deadline 2024-04-12T06:28:48.057758+0000) 2024-04-12T06:29:06.475 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6[79465]: 2024-04-12T06:29:06.144+0000 7fc5421f2700 -1 osd.6 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:33.859014+0000 front 2024-04-12T06:28:33.859138+0000 (oldest deadline 2024-04-12T06:28:59.059546+0000) 2024-04-12T06:29:07.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:06.873+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:07.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:06.873+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:07.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:06.873+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:07.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:06 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:06.873+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:07.920 INFO:journalctl@ceph.osd.6.smithi175.stdout:Apr 12 06:29:07 smithi175 bash[101480]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-6 2024-04-12T06:29:08.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:07.919+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:08.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:07.919+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:08.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:07.919+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:08.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:07 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:07.919+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:09.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:08.942+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:09.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:08.942+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:09.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:08.942+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:09.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:08 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:08.942+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:09.514 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.6.service' 2024-04-12T06:29:09.555 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:29:09.556 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-04-12T06:29:09.556 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-04-12T06:29:09.556 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.7 2024-04-12T06:29:09.847 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 systemd[1]: Stopping Ceph osd.7 for 0c064754-f891-11ee-bc8c-c7b262605968... 2024-04-12T06:29:10.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.846+0000 7efde2a71700 -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-04-12T06:29:10.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.846+0000 7efde2a71700 -1 osd.7 118 *** Got signal Terminated *** 2024-04-12T06:29:10.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.846+0000 7efde2a71700 -1 osd.7 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-12T06:29:10.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.917+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:10.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.917+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:10.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.917+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:10.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:09 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:09.917+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:11.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:10.925+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:11.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:10.925+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:11.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:10.925+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:11.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:10 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:10.925+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:12.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:11.903+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:12.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:11.903+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:12.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:11.903+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:12.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:11 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:11.903+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:13.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:12.952+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:13.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:12.952+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:13.224 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:12.952+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:13.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:12.952+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:13.225 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:12 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:12.952+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:28:47.600219+0000 front 2024-04-12T06:28:47.600181+0000 (oldest deadline 2024-04-12T06:29:12.300336+0000) 2024-04-12T06:29:14.474 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:13.994+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6806 osd.0 since back 2024-04-12T06:28:16.596214+0000 front 2024-04-12T06:28:16.596088+0000 (oldest deadline 2024-04-12T06:28:40.096097+0000) 2024-04-12T06:29:14.475 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:13.994+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6814 osd.1 since back 2024-04-12T06:28:23.597104+0000 front 2024-04-12T06:28:23.597047+0000 (oldest deadline 2024-04-12T06:28:48.896953+0000) 2024-04-12T06:29:14.475 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:13.994+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6822 osd.2 since back 2024-04-12T06:28:34.698681+0000 front 2024-04-12T06:28:34.698647+0000 (oldest deadline 2024-04-12T06:29:00.598716+0000) 2024-04-12T06:29:14.475 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:13.994+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.88:6830 osd.3 since back 2024-04-12T06:28:40.599368+0000 front 2024-04-12T06:28:40.599326+0000 (oldest deadline 2024-04-12T06:29:04.699224+0000) 2024-04-12T06:29:14.475 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:13 smithi175 ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7[82169]: 2024-04-12T06:29:13.994+0000 7efddf067700 -1 osd.7 118 heartbeat_check: no reply from 172.21.15.175:6804 osd.4 since back 2024-04-12T06:28:47.600219+0000 front 2024-04-12T06:28:47.600181+0000 (oldest deadline 2024-04-12T06:29:12.300336+0000) 2024-04-12T06:29:15.974 INFO:journalctl@ceph.osd.7.smithi175.stdout:Apr 12 06:29:15 smithi175 bash[101791]: ceph-0c064754-f891-11ee-bc8c-c7b262605968-osd-7 2024-04-12T06:29:17.341 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c064754-f891-11ee-bc8c-c7b262605968@osd.7.service' 2024-04-12T06:29:17.385 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-12T06:29:17.386 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-04-12T06:29:17.386 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c064754-f891-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T06:32:13.970 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c064754-f891-11ee-bc8c-c7b262605968 --force --keep-logs 2024-04-12T06:32:31.629 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T06:32:31.666 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-12T06:32:31.697 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-12T06:32:31.699 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/remote/smithi088/crash 2024-04-12T06:32:31.700 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T06:32:31.752 INFO:teuthology.orchestra.run.smithi088.stderr:tar: /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T06:32:31.752 INFO:teuthology.orchestra.run.smithi088.stderr:tar: Error is not recoverable: exiting now 2024-04-12T06:32:31.754 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/crash to /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/remote/smithi175/crash 2024-04-12T06:32:31.755 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/crash -- . 2024-04-12T06:32:31.789 INFO:teuthology.orchestra.run.smithi175.stderr:tar: /var/lib/ceph/0c064754-f891-11ee-bc8c-c7b262605968/crash: Cannot open: No such file or directory 2024-04-12T06:32:31.789 INFO:teuthology.orchestra.run.smithi175.stderr:tar: Error is not recoverable: exiting now 2024-04-12T06:32:31.790 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-12T06:32:31.790 DEBUG:teuthology.orchestra.run.smithi088:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-12T06:32:31.819 INFO:teuthology.orchestra.run.smithi088.stderr:grep: /var/log/ceph/0c064754-f891-11ee-bc8c-c7b262605968/ceph.log: No such file or directory 2024-04-12T06:32:31.821 INFO:tasks.cephadm:Compressing logs... 2024-04-12T06:32:31.821 DEBUG:teuthology.orchestra.run.smithi088:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T06:32:31.864 DEBUG:teuthology.orchestra.run.smithi175:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T06:32:31.890 INFO:teuthology.orchestra.run.smithi088.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-12T06:32:31.891 INFO:teuthology.orchestra.run.smithi175.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-12T06:33:06.740 INFO:tasks.cephadm:Archiving logs... 2024-04-12T06:33:06.741 DEBUG:teuthology.misc:Transferring archived files from smithi088:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/remote/smithi088/log 2024-04-12T06:33:06.742 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T06:33:10.341 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/remote/smithi175/log 2024-04-12T06:33:10.342 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-12T06:33:14.519 INFO:tasks.cephadm:Removing cluster... 2024-04-12T06:33:14.519 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c064754-f891-11ee-bc8c-c7b262605968 --force 2024-04-12T06:33:14.867 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c064754-f891-11ee-bc8c-c7b262605968 --force 2024-04-12T06:33:15.215 INFO:tasks.cephadm:Removing cephadm ... 2024-04-12T06:33:15.216 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T06:33:15.233 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-12T06:33:15.251 INFO:tasks.cephadm:Teardown complete 2024-04-12T06:33:15.251 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-12T06:33:15.261 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-12T06:33:15.261 DEBUG:teuthology.orchestra.run.smithi088:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T06:33:15.275 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-12T06:33:15.290 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2024-04-12T06:33:15.294 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T06:33:15.294 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2024-04-12T06:33:15.294 INFO:teuthology.orchestra.run.smithi088.stdout:^* hv01.front.sepia.ceph.com 3 6 377 56 +493us[ +500us] +/- 61ms 2024-04-12T06:33:15.295 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv02.front.sepia.ceph.com 3 8 375 257 -862us[ -837us] +/- 64ms 2024-04-12T06:33:15.295 INFO:teuthology.orchestra.run.smithi088.stdout:^+ hv03.front.sepia.ceph.com 3 6 177 63 +445us[ +452us] +/- 65ms 2024-04-12T06:33:15.295 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T06:33:15.307 INFO:teuthology.orchestra.run.smithi175.stderr:bash: ntpq: command not found 2024-04-12T06:33:15.312 INFO:teuthology.orchestra.run.smithi175.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-12T06:33:15.312 INFO:teuthology.orchestra.run.smithi175.stdout:=============================================================================== 2024-04-12T06:33:15.312 INFO:teuthology.orchestra.run.smithi175.stdout:^* hv01.front.sepia.ceph.com 3 6 377 59 +507us[ +516us] +/- 61ms 2024-04-12T06:33:15.312 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv02.front.sepia.ceph.com 3 7 377 124 -884us[ -876us] +/- 49ms 2024-04-12T06:33:15.312 INFO:teuthology.orchestra.run.smithi175.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 +458us[ +468us] +/- 65ms 2024-04-12T06:33:15.312 INFO:teuthology.orchestra.run.smithi175.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-04-12T06:33:15.313 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-12T06:33:15.322 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-12T06:33:15.323 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-12T06:33:15.336 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T06:33:15.405 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T06:33:15.471 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T06:33:15.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T06:33:15.502 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T06:33:15.530 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T06:33:15.531 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-12T06:33:15.541 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-12T06:33:15.555 INFO:teuthology.task.internal:Duration was 2766.881066 seconds 2024-04-12T06:33:15.556 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-12T06:33:15.570 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-12T06:33:15.570 DEBUG:teuthology.orchestra.run.smithi088:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T06:33:15.573 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-12T06:33:15.616 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T06:33:15.617 INFO:teuthology.orchestra.run.smithi175.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-12T06:33:15.985 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-12T06:33:15.985 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi088.front.sepia.ceph.com 2024-04-12T06:33:15.985 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T06:33:16.008 INFO:teuthology.orchestra.run.smithi088.stdout:2024-04-12T06:24:13.308288+00:00 smithi088 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-04-12T06:33:16.008 ERROR:teuthology.task.internal.syslog:Error in syslog on ubuntu@smithi088.front.sepia.ceph.com: 2024-04-12T06:24:13.308288+00:00 smithi088 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: 2024-04-12T06:33:16.008 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2024-04-12T06:33:16.009 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T06:33:16.033 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-12T06:33:16.033 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T06:33:16.051 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-12T06:33:16.135 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-12T06:33:16.135 DEBUG:teuthology.orchestra.run.smithi088:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T06:33:16.137 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-12T06:33:16.357 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-12T06:33:16.369 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-12T06:33:16.369 DEBUG:teuthology.orchestra.run.smithi088:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T06:33:16.395 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-12T06:33:16.423 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-12T06:33:16.433 DEBUG:teuthology.orchestra.run.smithi088:> 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-04-12T06:33:16.438 DEBUG:teuthology.orchestra.run.smithi175:> 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-04-12T06:33:16.462 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = core 2024-04-12T06:33:16.489 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2024-04-12T06:33:16.519 DEBUG:teuthology.orchestra.run.smithi088:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T06:33:16.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T06:33:16.539 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-12T06:33:16.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-12T06:33:16.577 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-12T06:33:16.588 INFO:teuthology.task.internal:Transferring archived files... 2024-04-12T06:33:16.589 DEBUG:teuthology.misc:Transferring archived files from smithi088:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/remote/smithi088 2024-04-12T06:33:16.589 DEBUG:teuthology.orchestra.run.smithi088:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T06:33:16.636 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731/remote/smithi175 2024-04-12T06:33:16.636 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-12T06:33:16.678 INFO:teuthology.task.internal:Removing archive directory... 2024-04-12T06:33:16.678 DEBUG:teuthology.orchestra.run.smithi088:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T06:33:16.680 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-12T06:33:16.728 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-12T06:33:16.740 INFO:teuthology.task.internal:Not uploading archives. 2024-04-12T06:33:16.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-12T06:33:16.772 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-12T06:33:16.772 DEBUG:teuthology.orchestra.run.smithi088:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T06:33:16.774 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-12T06:33:16.789 INFO:teuthology.orchestra.run.smithi088.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 06:33 /home/ubuntu/cephtest 2024-04-12T06:33:16.792 INFO:teuthology.orchestra.run.smithi175.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 12 06:33 /home/ubuntu/cephtest 2024-04-12T06:33:16.793 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-12T06:33:16.829 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-12T06:33:16.854 INFO:teuthology.nuke:Checking targets against current locks 2024-04-12T06:33:16.885 DEBUG:teuthology.nuke:shortname: smithi088 2024-04-12T06:33:16.885 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T06:33:16.908 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731', '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-04-12 05:37:36.001347', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFDsLMOYS6LaU3TLhX3Ju/guY4cs+Dx5Lej5oMZtqAt3g+pvxU3pYuOuredgoGcQvTZqfwkZz6LYvd6AhkcuHVk='} 2024-04-12T06:33:16.912 DEBUG:teuthology.nuke:shortname: smithi175 2024-04-12T06:33:16.912 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-12T06:33:16.936 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-11_20:35:13-orch-reef-release-distro-default-smithi/7652731', '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-04-12 05:37:35.999703', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBmIObt/ib9VBPkI/G4XmBYrNnio8XPCtpG89s/rNqTas+d9YmD57sM6Y6sVjFFNHSPy40gCb8bmULejaTRVcJo='} 2024-04-12T06:33:16.951 INFO:teuthology.orchestra.console.smithi088:Power off 2024-04-12T06:33:16.951 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T06:33:16.974 DEBUG:teuthology.orchestra.console.smithi088:power off output: Chassis Power Control: Down/Off 2024-04-12T06:33:16.974 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:16.990 INFO:teuthology.orchestra.console.smithi175:Power off 2024-04-12T06:33:16.990 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-12T06:33:17.000 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-04-12T06:33:17.013 DEBUG:teuthology.orchestra.console.smithi175:power off output: Chassis Power Control: Down/Off 2024-04-12T06:33:17.013 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:17.035 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2024-04-12T06:33:21.002 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:21.036 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:21.112 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is on 2024-04-12T06:33:21.145 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2024-04-12T06:33:25.115 DEBUG:teuthology.orchestra.console.smithi088:pexpect command: ipmitool -H smithi088.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:25.146 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:25.224 DEBUG:teuthology.orchestra.console.smithi088:check power output: Chassis Power is off 2024-04-12T06:33:25.255 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is on 2024-04-12T06:33:25.326 INFO:teuthology.orchestra.console.smithi088:Power off completed 2024-04-12T06:33:29.260 DEBUG:teuthology.orchestra.console.smithi175:pexpect command: ipmitool -H smithi175.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-12T06:33:29.369 DEBUG:teuthology.orchestra.console.smithi175:check power output: Chassis Power is off 2024-04-12T06:33:29.470 INFO:teuthology.orchestra.console.smithi175:Power off completed 2024-04-12T06:33:29.574 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: 2766.8810658454895 failure_reason: '''2024-04-12T06:24:13.308288+00:00 smithi088 kernel: rcu: INFO: rcu_sched detected stalls on CPUs/tasks: '' in syslog' owner: scheduled_yuriw@teuthology status: fail success: false 2024-04-12T06:33:29.574 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-12T06:33:29.674 INFO:teuthology.run:FAIL